mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-04-06 20:46:13 +00:00
Update .env.example
This commit is contained in:
parent
bbcedf4d31
commit
7907f2642c
|
@ -6,7 +6,7 @@ OPENAI_BASE_URL=https://api.openai.com/v1
|
|||
# Azure OpenAI
|
||||
OPENAI_API_VERSION=xxxx-xx-xx
|
||||
# 这里要进入Azure OpenAI Studio的聊天操场,在那儿选择你想用的部署(模型),再点示例代码,看里面的api_version字段,而不是部署页面显示的模型版本
|
||||
deployment=gpt-4o
|
||||
deployment=你的部署名
|
||||
AZURE_OPENAI_ENDPOINT=https://你的资源名.openai.azure.com
|
||||
AZURE_OPENAI_API_KEY=你的密钥
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user