CC_flows / CF_Plan_Code.yaml
yeeef's picture
partially update CC_flows to be consistent with yeeef_dev
28b05f5
raw
history blame
558 Bytes
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