mirror of https://github.com/langgenius/dify.git
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