nbaldwin commited on
Commit
94f4b7d
1 Parent(s): f35a5e5

fix of target

Browse files
Files changed (1) hide show
  1. HumanStandardInputFlow.py +1 -1
HumanStandardInputFlow.py CHANGED
@@ -53,7 +53,7 @@ class HumanStandardInputFlow(AtomicFlow):
53
  query_message_prompt_template: JinjaPrompt = None
54
 
55
  __default_flow_config = {
56
- "_target_": "flow_modules.aiflows.HumanStandardInputFlow.HumanStandardInputFlow.instantiate_from_config",
57
  "name": "HumanStandardInput",
58
  "end_of_input_string": "EOI",
59
  "description": "Reads input from the user's standard input.",
 
53
  query_message_prompt_template: JinjaPrompt = None
54
 
55
  __default_flow_config = {
56
+ "_target_": "flow_modules.aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_config",
57
  "name": "HumanStandardInput",
58
  "end_of_input_string": "EOI",
59
  "description": "Reads input from the user's standard input.",