From eeba2e26651b865683a8a5026172b442dd96d0e8 Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Mon, 22 Jan 2024 12:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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", },