From 42d76aabdf4df9cee7375f6701b6feb0ce8cb672 Mon Sep 17 00:00:00 2001 From: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:19:22 +0800 Subject: [PATCH] Update model_config.py.example: wrong provider for qianfan-api (#1499) --- 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 0aa0cf5..ad94fca 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -110,7 +110,7 @@ llm_model_dict = { "api_base_url": "http://127.0.0.1:8888/v1", "api_key": "", "secret_key": "", - "provider": "ErnieWorker", + "provider": "QianFanWorker", } }