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 3c28471 commit b369d5dCopy full SHA for b369d5d
symfony/ai-bundle/0.1/config/packages/ai.yaml
@@ -15,8 +15,8 @@ ai:
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
+ class: 'Symfony\AI\Platform\Bridge\OpenAi\Gpt'
+ name: 'gpt-4o-mini' # !php/const Symfony\AI\Platform\Bridge\OpenAi\Gpt::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