Skip to content

Commit

Permalink
hotfix get wrong llm
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Aug 5, 2024
1 parent 1610675 commit 4a95dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class ClientApi {
break;
case ModelProvider.Qwen:
this.llm = new QwenApi();
break;
case ModelProvider.Hunyuan:
this.llm = new HunyuanApi();
break;
Expand Down

0 comments on commit 4a95dcb

Please sign in to comment.