changed default config
Browse files- 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
|