Commit d4ab6b29 authored by Joel's avatar Joel

fix: llm default

parent e6d89f67
...@@ -53,7 +53,7 @@ type Props = { ...@@ -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,
}) => { }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment