Skip to content

Commit 8818e38

Browse files
Update recipes 2025-09-29 (#158)
1 parent c6e2bb6 commit 8818e38

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
'agent' => [
2424
'default' => [
2525
'platform' => 'ai.platform.openai',
26-
'model' => [
27-
'class' => 'Symfony\AI\Platform\Bridge\OpenAi\Gpt',
28-
'name' => 'gpt-4o-mini',
29-
],
26+
'model' => 'gpt-4o-mini',
3027
'system_prompt' => 'You are a helpful assistant and you can provide the current date and time.
3128
',
3229
'tools' => ['Symfony\AI\Agent\Toolbox\Tool\Clock'],

0 commit comments

Comments
 (0)