nbaldwin commited on
Commit
6c54581
·
1 Parent(s): 22d0607

changed default config

Browse files
Files changed (1) hide show
  1. ChatAtomicFlow.yaml +3 -0
ChatAtomicFlow.yaml CHANGED
@@ -33,6 +33,9 @@ system_message_prompt_template:
33
 
34
  init_human_message_prompt_template:
35
  _target_: aiflows.prompt_template.JinjaPrompt
 
 
 
36
 
37
  human_message_prompt_template:
38
  _target_: aiflows.prompt_template.JinjaPrompt
 
33
 
34
  init_human_message_prompt_template:
35
  _target_: aiflows.prompt_template.JinjaPrompt
36
+ template: "{{query}}"
37
+ input_variables:
38
+ - "query"
39
 
40
  human_message_prompt_template:
41
  _target_: aiflows.prompt_template.JinjaPrompt