diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 670c52f..efbedf9 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -137,7 +137,7 @@ ONLINE_LLM_MODEL = { }, # 百度千帆 API,申请方式请参考 https://cloud.baidu.com/doc/WENXINWORKSHOP/s/4lilb2lpf "qianfan-api": { - "version": "ernie-bot-turbo", # 当前支持 "ernie-bot" 或 "ernie-bot-turbo", 更多的见官方文档。 + "version": "ERNIE-Bot", # 注意大小写。当前支持 "ERNIE-Bot" 或 "ERNIE-Bot-turbo", 更多的见官方文档。 "version_url": "", # 也可以不填写version,直接填写在千帆申请模型发布的API地址 "api_key": "", "secret_key": "",