From 16519508ced1308864c30338395b3f0780af0a87 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Sun, 13 Oct 2024 16:57:10 +0800 Subject: [PATCH] Update llm_server_hybrid.py (#394) --- huixiangdou/service/llm_server_hybrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huixiangdou/service/llm_server_hybrid.py b/huixiangdou/service/llm_server_hybrid.py index 4d7761c..1138fb6 100644 --- a/huixiangdou/service/llm_server_hybrid.py +++ b/huixiangdou/service/llm_server_hybrid.py @@ -212,7 +212,7 @@ def __init__(self, "deepseek": "deepseek-chat", "zhipuai": "glm-4", "puyu": "internlm2-latest", - "siliconcloud": "alibaba/Qwen1.5-110B-Chat" + "siliconcloud": "Qwen/Qwen2.5-14B-Instruct" } async def call_kimi(self, prompt:str, history:List[Tuple], remote_api_key:str, model:str):