change build messages for qwen in client

This commit is contained in:
lloydzhou 2024-07-11 00:50:58 +08:00
parent 32b82b9cb3
commit 2299a4156d

View File

@ -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;
}