mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
settings
This commit is contained in:
parent
8cee782b22
commit
1f5f14c7a8
@ -54,8 +54,8 @@ export const DEFAULT_CONFIG = {
|
|||||||
presence_penalty: 0,
|
presence_penalty: 0,
|
||||||
frequency_penalty: 0,
|
frequency_penalty: 0,
|
||||||
sendMemory: true,
|
sendMemory: true,
|
||||||
historyMessageCount: 20,
|
historyMessageCount: 42,
|
||||||
compressMessageLengthThreshold: 43210,
|
compressMessageLengthThreshold: 90001,
|
||||||
enableInjectSystemPrompts: true,
|
enableInjectSystemPrompts: true,
|
||||||
template: config?.template ?? DEFAULT_INPUT_TEMPLATE,
|
template: config?.template ?? DEFAULT_INPUT_TEMPLATE,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user