diff --git a/src/ai-bundle/src/AiBundle.php b/src/ai-bundle/src/AiBundle.php index 64c5d3a32..61781371f 100644 --- a/src/ai-bundle/src/AiBundle.php +++ b/src/ai-bundle/src/AiBundle.php @@ -575,7 +575,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB ->setLazy(true) ->setArguments([ $platform['host_url'], - new Reference('http_client'), + new Reference($platform['http_client']), ]); $container->setDefinition('ai.platform.model_catalog.ollama', $catalogDefinition);