File size: 558 Bytes
9741e89
 
 
f748a3e
 
 
 
 
4961d67
f748a3e
 
4961d67
9741e89
ca366eb
 
9741e89
 
ca366eb
 
9741e89
 
ca366eb
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: "Plan_Code_Flow"
description: "ToDO: add description"

input_keys:
  - "problem_description"
  - "input_description"
  - "output_description"
  - "io_examples_and_explanation"

output_keys:
  - "code"

subflows_config:
  CF_Plan:
    _target_: martinjosifoski.CC_flows.CF_Plan.instantiate_from_default_config
    overrides:
      model_name: "gpt-4"
  CF_CodeWithPlan:
    _target_: martinjosifoski.CC_flows.CF_CodeWithPlan.instantiate_from_default_config
    overrides:
      model_name: "gpt-4"

topology:
  - flow: CF_Plan
  - flow: CF_CodeWithPlan