mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
max_tokens: 4000,
This commit is contained in:
parent
c9b62875f1
commit
4373e3ed8d
@ -49,7 +49,7 @@ export const DEFAULT_CONFIG = {
|
|||||||
model: "gpt-4" as ModelType,
|
model: "gpt-4" as ModelType,
|
||||||
temperature: 0.5,
|
temperature: 0.5,
|
||||||
top_p: 1,
|
top_p: 1,
|
||||||
max_tokens: 8000,
|
max_tokens: 4000,
|
||||||
presence_penalty: 0,
|
presence_penalty: 0,
|
||||||
frequency_penalty: 0,
|
frequency_penalty: 0,
|
||||||
sendMemory: true,
|
sendMemory: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user