Skip to content

Commit 780ef2a

Browse files
Use gpt_default
1 parent 96c2af9 commit 780ef2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/taskflows/example.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ seclab-taskflow-agent:
55
version: 1
66
filetype: taskflow
77

8+
# Import settings from a model_config file.
9+
model_config: examples.model_configs.model_config
10+
811
taskflow:
912
- task:
1013
# taskflows can optionally choose any of the support CAPI models for a task
14+
model: gpt_default
1115
# taskflows can optionally limit the max allowed number of Agent task loop
1216
# iterations to complete a task, this defaults to 50 when not provided
1317
max_steps: 20

0 commit comments

Comments
 (0)