mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-04-06 05:07:24 +00:00
Update .env.example
This commit is contained in:
parent
7907f2642c
commit
145c5aa5df
|
@ -4,11 +4,11 @@ OPENAI_API_KEY=sk-xxxxxxxxxxxxxxx
|
|||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
|
||||
# Azure OpenAI
|
||||
OPENAI_API_VERSION=xxxx-xx-xx
|
||||
# OPENAI_API_VERSION=xxxx-xx-xx
|
||||
# 这里要进入Azure OpenAI Studio的聊天操场,在那儿选择你想用的部署(模型),再点示例代码,看里面的api_version字段,而不是部署页面显示的模型版本
|
||||
deployment=你的部署名
|
||||
AZURE_OPENAI_ENDPOINT=https://你的资源名.openai.azure.com
|
||||
AZURE_OPENAI_API_KEY=你的密钥
|
||||
# AZURE_OPENAI_ENDPOINT=https://你的资源名.openai.azure.com
|
||||
# AZURE_OPENAI_API_KEY=你的密钥
|
||||
|
||||
# 提示音效(可选,一般不用填,你也可以换上自己的提示音链接试试看效果)
|
||||
# AUDIO_SILENT=静音音频链接,示例:https://example.com/slient.wav
|
||||
|
|
Loading…
Reference in New Issue
Block a user