Skip to content

Commit

Permalink
docs: add OPENAI_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed May 21, 2024
1 parent 8f50c0c commit b3055d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down

0 comments on commit b3055d7

Please sign in to comment.