From 63111a5c876013a50b0b83bc0d540541ab28fcf2 Mon Sep 17 00:00:00 2001 From: liunux4odoo Date: Fri, 10 Nov 2023 11:46:41 +0800 Subject: [PATCH] supdate model_config --- 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 912b1f3..141831b 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -18,7 +18,7 @@ EMBEDDING_MODEL_OUTPUT_PATH = "output" # 要运行的 LLM 名称,可以包括本地模型和在线模型。 # 第一个将作为 API 和 WEBUI 的默认模型 -LLM_MODELS = ["chatglm2-6b", "zhipu-api", "openai-api] +LLM_MODELS = ["chatglm2-6b", "zhipu-api", "openai-api"] # AgentLM模型的名称 (可以不指定,指定之后就锁定进入Agent之后的Chain的模型,不指定就是LLM_MODELS[0]) Agent_MODEL = None