Skip to content

Commit

Permalink
Update llm_server_hybrid.py (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Oct 13, 2024
1 parent 8771c29 commit 1651950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huixiangdou/service/llm_server_hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1651950

Please sign in to comment.