nbaldwin's picture
first commit
e00d074
flow:
max_rounds: 5
_target_: aiflows.ChatInteractiveFlowModule.ChatHumanFlowModule.instantiate_from_default_config
subflows_config:
Assistant:
_target_: aiflows.ChatFlowModule.ChatAtomicFlow.instantiate_from_default_config
backend:
_target_: flows.backends.llm_lite.LiteLLMBackend
api_infos: ???
model_name:
openai: "gpt-4"
azure: "azure/gpt-4"
input_interface_non_initialized: []
User:
_target_: aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_default_config
request_multi_line_input_flag: False
query_message_prompt_template:
_target_: flows.prompt_template.JinjaPrompt
template: |2-
{{api_output}}
To end an Interaction, type <END> and press enter.
input_variables: ["api_output"]
input_interface:
- "api_output"
output_interface:
- "human_input"