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