Ver Fonte

hotfix get wrong llm

lloydzhou há 1 ano atrás
pai
commit
4a95dcb6e9
1 ficheiros alterados com 1 adições e 0 exclusões
  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;