This commit is contained in:
DirkSchlossmacher 2024-06-12 13:12:15 +02:00
parent 8cee782b22
commit 1f5f14c7a8

View File

@ -54,8 +54,8 @@ export const DEFAULT_CONFIG = {
presence_penalty: 0,
frequency_penalty: 0,
sendMemory: true,
historyMessageCount: 20,
compressMessageLengthThreshold: 43210,
historyMessageCount: 42,
compressMessageLengthThreshold: 90001,
enableInjectSystemPrompts: true,
template: config?.template ?? DEFAULT_INPUT_TEMPLATE,
},