Skip to content

Commit

Permalink
change build messages for qwen in client
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jul 10, 2024
1 parent 32b82b9 commit 2299a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/alibaba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface RequestParam {
result_format: string;
incremental_output?: boolean;
temperature: number;
repetition_penalty: number;
repetition_penalty?: number;
top_p: number;
max_tokens?: number;
}
Expand Down

0 comments on commit 2299a41

Please sign in to comment.