mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-04-07 21:39:20 +00:00
docs: add OPENAI_BASE_URL
This commit is contained in:
parent
8f50c0c6e4
commit
b3055d7c81
|
@ -80,7 +80,8 @@ main();
|
|||
| `MI_DID` | 小爱音箱 ID 或名称 | `"小爱音箱 Pro"` |
|
||||
| **OpenAI** | | |
|
||||
| `OPENAI_MODEL` | 使用的 OpenAI 模型 | `gpt-4o` |
|
||||
| `OPENAI_API_KEY` | OpenAI 的 API 密钥 | `sk-xxxxxxxxxxxxxxx` |
|
||||
| `OPENAI_API_KEY` | OpenAI API 密钥 | `sk-xxxxxxxxxxxxxxx` |
|
||||
| `OPENAI_BASE_URL` | OpenAI API BaseURL | `https://api.openai.com/v1` |
|
||||
| **提示音效(可选)** | | |
|
||||
| `AUDIO_SILENT` | 静音音频链接 | `"https://example.com/slient.wav"` |
|
||||
| `AUDIO_BEEP` | 默认提示音链接 | `"https://example.com/beep.wav"` |
|
||||
|
|
Loading…
Reference in New Issue
Block a user