mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-30 01:20:22 +09:00
change build messages for qwen in client
This commit is contained in:
parent
32b82b9cb3
commit
2299a4156d
@ -42,7 +42,7 @@ interface RequestParam {
|
|||||||
result_format: string;
|
result_format: string;
|
||||||
incremental_output?: boolean;
|
incremental_output?: boolean;
|
||||||
temperature: number;
|
temperature: number;
|
||||||
repetition_penalty: number;
|
repetition_penalty?: number;
|
||||||
top_p: number;
|
top_p: number;
|
||||||
max_tokens?: number;
|
max_tokens?: number;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user