File size: 646 Bytes
9741e89 f748a3e 4961d67 f748a3e ae49f4f f748a3e 4961d67 9741e89 402cc4d 9741e89 402cc4d 9741e89 |
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 27 |
name: "Plan_Code_Flow"
description: "ToDO: add description"
early_exit_key: null
input_data_transformations: []
input_keys:
- "problem_description"
- "input_description"
- "output_description"
- "io_examples_and_explanation"
output_data_transformations:
- _target_: flows.data_transformations.KeyRename
old_key2new_key:
code: "code"
output_keys:
- "code"
subflows_config:
- _target_: martinjosifoski.CC_flows.CF_Plan.instantiate_from_default_config
overrides:
model_name: "gpt-4"
- _target_: martinjosifoski.CC_flows.CF_CodeWithPlan.instantiate_from_default_config
overrides:
model_name: "gpt-4"
|