mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-20 18:26:37 +08:00
hotfix get wrong llm
This commit is contained in:
parent
1610675c8f
commit
4a95dcb6e9
@ -118,6 +118,7 @@ export class ClientApi {
|
||||
break;
|
||||
case ModelProvider.Qwen:
|
||||
this.llm = new QwenApi();
|
||||
break;
|
||||
case ModelProvider.Hunyuan:
|
||||
this.llm = new HunyuanApi();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user