Skip to content

Commit 37ad914

Browse files
committed
update default models
1 parent f7313ba commit 37ad914

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/seclab_taskflow_agent/agent.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
api_endpoint = get_AI_endpoint()
4242
match urlparse(api_endpoint).netloc:
4343
case AI_API_ENDPOINT_ENUM.AI_API_GITHUBCOPILOT:
44-
default_model = "gpt-4o"
44+
default_model = "gpt-4.1"
4545
case AI_API_ENDPOINT_ENUM.AI_API_MODELS_GITHUB:
46-
default_model = "openai/gpt-4o"
46+
default_model = "openai/gpt-4.1"
4747
case AI_API_ENDPOINT_ENUM.AI_API_OPENAI:
48-
default_model = "gpt-4o"
48+
default_model = "gpt-4.1"
4949
case _:
5050
default_model = "please-set-default-model-via-env"
5151

0 commit comments

Comments
 (0)