We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e2bb6 commit 8818e38Copy full SHA for 8818e38
symfony/ai-bundle/0.1/config/packages/ai.php
@@ -23,10 +23,7 @@
23
'agent' => [
24
'default' => [
25
'platform' => 'ai.platform.openai',
26
- 'model' => [
27
- 'class' => 'Symfony\AI\Platform\Bridge\OpenAi\Gpt',
28
- 'name' => 'gpt-4o-mini',
29
- ],
+ 'model' => 'gpt-4o-mini',
30
'system_prompt' => 'You are a helpful assistant and you can provide the current date and time.
31
',
32
'tools' => ['Symfony\AI\Agent\Toolbox\Tool\Clock'],
0 commit comments