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

This commit is contained in:
Joel 2024-11-25 12:01:57 +08:00 committed by GitHub
parent 684f6b2299
commit 2dd4c34423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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