File size: 552 Bytes
9741e89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "Plan_Code_Flow"
description: "ToDO: add description"

early_exit_key: null

subflows_config:
  - _target_: flows.flow_verse.instantiate_flow
    # repository_id: "/Users/josifosk/Documents/PhD/CC_flows" 
    repository_id: "martinjosifoski/CC_flows"
    class_name: CF_Plan
    overrides:
      model_name: "gpt-4"
  - _target_: flows.flow_verse.instantiate_flow
    # repository_id: "/Users/josifosk/Documents/PhD/CC_flows" 
    repository_id: "martinjosifoski/CC_flows"
    class_name: CF_CodeWithPlan
    overrides:
      model_name: "gpt-4"