mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-15 22:55:58 +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…
x
Reference in New Issue
Block a user