fix: llm node do not pass sys.query in chatflow app init (#11053)

pull/11056/head
Joel 1 year ago committed by GitHub
parent 684f6b2299
commit 2dd4c34423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,7 @@ export const useWorkflowTemplate = () => {
...nodesInitialData.llm,
memory: {
window: { enabled: false, size: 10 },
query_prompt_template: '{{#sys.query#}}',
},
selected: true,
},

Loading…
Cancel
Save