From 3c2847103936ac3284bc081b7df5aca65073d92d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 28 Jul 2025 09:17:46 +0200 Subject: [PATCH 1/2] Rename AIBundle to AiBundle --- symfony/ai-bundle/0.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/ai-bundle/0.1/manifest.json b/symfony/ai-bundle/0.1/manifest.json index d8cabb614..5722bbacf 100644 --- a/symfony/ai-bundle/0.1/manifest.json +++ b/symfony/ai-bundle/0.1/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "Symfony\\AI\\AIBundle": ["all"] + "Symfony\\AI\\AiBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" From b369d5ddf1d0b905483aa321a076621da58ff3fa Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 28 Jul 2025 14:38:00 +0200 Subject: [PATCH 2/2] - --- symfony/ai-bundle/0.1/config/packages/ai.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/ai-bundle/0.1/config/packages/ai.yaml b/symfony/ai-bundle/0.1/config/packages/ai.yaml index 0cd321225..1537afb19 100644 --- a/symfony/ai-bundle/0.1/config/packages/ai.yaml +++ b/symfony/ai-bundle/0.1/config/packages/ai.yaml @@ -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: