mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 17:26:47 +08:00
settings
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user