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.
2 parents 7e7747e + b369d5d commit 726f0b4Copy full SHA for 726f0b4
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:
symfony/ai-bundle/0.1/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"bundles": {
3
- "Symfony\\AI\\AIBundle": ["all"]
+ "Symfony\\AI\\AiBundle": ["all"]
4
},
5
"copy-from-recipe": {
6
"config/": "%CONFIG_DIR%/"
0 commit comments