Skip to content

Commit

Permalink
Update use_azure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky authored Jul 7, 2023
1 parent 5e92f43 commit 3b5bc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/use_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
```
LLM_MODEL = "azure-gpt-3.5" # 指定启动时的默认模型,当然事后从下拉菜单选也ok
AZURE_ENDPOINT = "填入终结点"
AZURE_ENDPOINT = "填入终结点" # 见上述图片
AZURE_API_KEY = "填入azure openai api的密钥"
AZURE_API_VERSION = "2023-05-15" # 默认使用 2023-05-15 版本,无需修改
AZURE_ENGINE = "填入部署名" # 见上图
AZURE_ENGINE = "填入部署名" # 见上述图片
```

Expand Down

0 comments on commit 3b5bc7a

Please sign in to comment.