hotfix get wrong llm

This commit is contained in:
lloydzhou 2024-08-05 12:45:25 +08:00
parent 1610675c8f
commit 4a95dcb6e9
1 changed files with 1 additions and 0 deletions

View File

@ -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;