Parcourir la source

hotfix get wrong llm

lloydzhou il y a 1 an
Parent
commit
4a95dcb6e9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/client/api.ts

+ 1 - 0
app/client/api.ts

@@ -118,6 +118,7 @@ export class ClientApi {
         break;
       case ModelProvider.Qwen:
         this.llm = new QwenApi();
+        break;
       case ModelProvider.Hunyuan:
         this.llm = new HunyuanApi();
         break;