From ce8e341b9fe7c96e7fb9c3d45d80ae42f6d09bf4 Mon Sep 17 00:00:00 2001 From: liunux4odoo Date: Thu, 26 Oct 2023 22:48:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20server=5Fconfig.py.example:=20qianfan-?= =?UTF-8?q?api=20=E9=BB=98=E8=AE=A4=E6=A8=A1=E5=9E=8B=E6=94=B9=E4=B8=BA=20?= =?UTF-8?q?ERNIE-Bot=E3=80=82qianfan=20sdk=20=E5=AF=B9=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=A4=A7=E5=B0=8F=E5=86=99=E6=95=8F=E6=84=9F?= 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 670c52f9..efbedf9e 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": "",