Merge pull request #1442 from OskarStark/fetaure/rename

Rename AIBundle to AiBundle
This commit is contained in:
Fabien Potencier
2025-07-31 12:36:25 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -15,8 +15,8 @@ ai:
default:
platform: 'ai.platform.openai'
model:
class: 'Symfony\AI\Platform\Bridge\OpenAI\GPT'
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
system_prompt: |
You are a helpful assistant and you can provide the current date and time.
tools:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"bundles": {
"Symfony\\AI\\AIBundle": ["all"]
"Symfony\\AI\\AiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"