Skip to content

Commit a571012

Browse files
committed
Update pipeline_workflow_example.py
1 parent d05e6c3 commit a571012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/workforce/pipeline_workflow_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
# )
5050

5151
model = ModelFactory.create(
52-
model_platform=ModelPlatformType.OPENAI,
53-
model_type=ModelType.GPT_4_1,
52+
model_platform=ModelPlatformType.DEFAULT,
53+
model_type=ModelType.DEFAULT,
5454
model_config_dict=ChatGPTConfig().as_dict(),
5555
)
5656

0 commit comments

Comments
 (0)