fix ts error

This commit is contained in:
lloydzhou
2024-10-09 13:49:33 +08:00
parent a925b424a8
commit 93ca303b6c
2 changed files with 14 additions and 7 deletions

View File

@@ -71,8 +71,8 @@ export const DEFAULT_CONFIG = {
sendMemory: true,
historyMessageCount: 4,
compressMessageLengthThreshold: 1000,
compressModel: undefined,
compressProviderName: undefined,
compressModel: "",
compressProviderName: "",
enableInjectSystemPrompts: true,
template: config?.template ?? DEFAULT_INPUT_TEMPLATE,
size: "1024x1024" as DalleSize,