File size: 575 Bytes
ae51174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
flow:
  _target_: aiflows.VisionFlowModule.VisionAtomicFlow.instantiate_from_default_config
  name: "Demo Vision Flow"
  description: "A flow that, given a textual input, and a set of images and/or videos, generates a textual output."
  backend:
    api_infos: ???
  
  system_message_prompt_template:
    template: |2-
      You are a helpful chatbot that truthfully answers questions.
    input_variables: []
    partial_variables: {}
  
  init_human_message_prompt_template:
    template: |2-
      {{query}}
    input_variables: ["query"]
    partial_variables: {}