From ce7255dce16da2ca7fcd37e242851805b020b52a Mon Sep 17 00:00:00 2001 From: Zhi-guo Huang Date: Mon, 20 Nov 2023 16:45:55 +0800 Subject: [PATCH] Update model_config.py.example (#2110) --- configs/model_config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 59a070f..9faf7f3 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -40,7 +40,7 @@ ONLINE_LLM_MODEL = { # 线上模型。请在server_config中为每个在线API设置不同的端口 "openai-api": { - "model_name": "gpt-35-turbo", + "model_name": "gpt-3.5-turbo", "api_base_url": "https://api.openai.com/v1", "api_key": "", "openai_proxy": "",