Update config.ts

Update Maxtaken and historyMessageCount
This commit is contained in:
FoamNekoCat 2025-02-08 12:39:41 +08:00 committed by GitHub
parent bf265d3375
commit 0decf2ed76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,12 +68,12 @@ export const DEFAULT_CONFIG = {
providerName: "OpenAI" as ServiceProvider,
temperature: 0.5,
top_p: 1,
max_tokens: 4000,
max_tokens: 16384,
presence_penalty: 0,
frequency_penalty: 0,
sendMemory: true,
historyMessageCount: 4,
compressMessageLengthThreshold: 1000,
historyMessageCount: 64,
compressMessageLengthThreshold: 4000,
compressModel: "",
compressProviderName: "",
enableInjectSystemPrompts: true,