Skip to content

Commit

Permalink
fix: llm node do not pass sys.query in chatflow app init (#11053)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel authored Nov 25, 2024
1 parent 684f6b2 commit 2dd4c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/components/workflow/hooks/use-workflow-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const useWorkflowTemplate = () => {
...nodesInitialData.llm,
memory: {
window: { enabled: false, size: 10 },
query_prompt_template: '{{#sys.query#}}',
},
selected: true,
},
Expand Down

0 comments on commit 2dd4c34

Please sign in to comment.