Skip to content

Commit cbc2c28

Browse files
authored
Merge pull request #1493 from OskarStark/update-ai-bundle-to-gpt-5-mini
Update `symfony/ai-bundle` recipe to use `gpt-5-mini` model
2 parents eb2e9c9 + 5a8bbad commit cbc2c28

File tree

1 file changed

+1
-1
lines changed
  • symfony/ai-bundle/0.1/config/packages

1 file changed

+1
-1
lines changed

symfony/ai-bundle/0.1/config/packages/ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ai:
77
agent:
88
default:
99
platform: 'ai.platform.openai'
10-
model: 'gpt-4o-mini'
10+
model: 'gpt-5-mini'
1111
prompt: |
1212
You are a pirate and you write funny.
1313
# tools:

0 commit comments

Comments
 (0)