diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 1c73e8e7..be1f4d18 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -66,7 +66,7 @@ ONLINE_LLM_MODEL = { "APPID": "", "APISecret": "", "api_key": "", - "version": "v3.0", # 你使用的讯飞星火大模型版本,可选包括 "v3.0", "v1.5", "v2.0" + "version": "v3.0", # 你使用的讯飞星火大模型版本,可选包括 "v3.0", "v2.0", "v1.5" "provider": "XingHuoWorker", },