fix(app):
1.Handling of large file upload issues; 2. Handling of abnormal display of conversation titles when the opening remarks function is enabled
This commit is contained in:
@@ -276,7 +276,7 @@ class AgentConfigCreate(BaseModel):
|
||||
|
||||
# 记忆配置
|
||||
memory: MemoryConfig = Field(
|
||||
default_factory=lambda: MemoryConfig(enabled=True),
|
||||
default_factory=lambda: MemoryConfig(enabled=False),
|
||||
description="对话历史记忆配置"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user