fix: llm default

This commit is contained in:
Joel 2024-03-05 14:35:12 +08:00
parent e6d89f6756
commit d4ab6b294a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ type Props = {
const MemoryConfig: FC<Props> = ({
className,
readonly,
payload,
payload = { window: { enabled: false, size: WINDOW_SIZE_DEFAULT } },
onChange,
canSetRoleName = false,
}) => {