mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 20:48:01 +08:00
fix: llm default
This commit is contained in:
parent
e6d89f6756
commit
d4ab6b294a
@ -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,
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user