mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: llm default
This commit is contained in:
@ -53,7 +53,7 @@ type Props = {
|
||||
const MemoryConfig: FC<Props> = ({
|
||||
className,
|
||||
readonly,
|
||||
payload,
|
||||
payload = { window: { enabled: false, size: WINDOW_SIZE_DEFAULT } },
|
||||
onChange,
|
||||
canSetRoleName = false,
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user