mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 21:05:48 +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