settings 2

This commit is contained in:
DirkSchlossmacher 2024-06-12 13:13:53 +02:00
parent 1f5f14c7a8
commit 1fd3ff9656

View File

@ -53,7 +53,7 @@ export const DEFAULT_CONFIG = {
max_tokens: 4000,
presence_penalty: 0,
frequency_penalty: 0,
sendMemory: true,
sendMemory: false,
historyMessageCount: 42,
compressMessageLengthThreshold: 90001,
enableInjectSystemPrompts: true,