Update model_config.py.example (#2110)

This commit is contained in:
Zhi-guo Huang 2023-11-20 16:45:55 +08:00 committed by GitHub
parent 4ed8f049ab
commit ce7255dce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ONLINE_LLM_MODEL = {
# 线上模型。请在server_config中为每个在线API设置不同的端口 # 线上模型。请在server_config中为每个在线API设置不同的端口
"openai-api": { "openai-api": {
"model_name": "gpt-35-turbo", "model_name": "gpt-3.5-turbo",
"api_base_url": "https://api.openai.com/v1", "api_base_url": "https://api.openai.com/v1",
"api_key": "", "api_key": "",
"openai_proxy": "", "openai_proxy": "",