fix: llm default

This commit is contained in:
Joel 2024-03-05 14:35:12 +08:00
parent e6d89f6756
commit d4ab6b294a

View File

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