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 fc12199 commit 52fd1d8Copy full SHA for 52fd1d8
symfony/ai-bundle/0.1/config/packages/ai.yaml
@@ -14,9 +14,7 @@ ai:
14
agent:
15
default:
16
platform: 'ai.platform.openai'
17
- model:
18
- class: 'Symfony\AI\Platform\Bridge\OpenAi\Gpt'
19
- name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAi\Gpt::GPT_4O_MINI
+ model: 'gpt-4o-mini'
20
system_prompt: |
21
You are a helpful assistant and you can provide the current date and time.
22
tools:
0 commit comments