diff --git a/symfony/ai-bundle/0.1/config/packages/ai.yaml b/symfony/ai-bundle/0.1/config/packages/ai.yaml index 0cd32122..1537afb1 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: