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