소스 검색

hotfix get wrong llm

lloydzhou 1 년 전
부모
커밋
4a95dcb6e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;