Update WritePlanFlow.yaml
Browse files- WritePlanFlow.yaml +5 -0
WritePlanFlow.yaml
CHANGED
|
@@ -11,6 +11,11 @@ output_interface:
|
|
| 11 |
subflows_config:
|
| 12 |
PlanGenerator:
|
| 13 |
_target_: Tachi67.PlanGeneratorAtomicFlow.instantiate_from_default_config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
PlanFileEditor:
|
| 16 |
_target_: Tachi67.PlanFileEditorAtomicFlow.instantiate_from_default_config
|
|
|
|
| 11 |
subflows_config:
|
| 12 |
PlanGenerator:
|
| 13 |
_target_: Tachi67.PlanGeneratorAtomicFlow.instantiate_from_default_config
|
| 14 |
+
backend:
|
| 15 |
+
api_infos: ???
|
| 16 |
+
model_name:
|
| 17 |
+
openai: gpt-4
|
| 18 |
+
azure: azure/gpt-4
|
| 19 |
|
| 20 |
PlanFileEditor:
|
| 21 |
_target_: Tachi67.PlanFileEditorAtomicFlow.instantiate_from_default_config
|