Skip to content

Commit 948e670

Browse files
committed
bug #698 [AI Bundle] Fix service id (OskarStark)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Fix service id | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 928a56e [AI Bundle] Fix service id
2 parents 9d2d813 + 928a56e commit 948e670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
248248
$config['api_key'],
249249
new Reference($config['http_client'], ContainerInterface::NULL_ON_INVALID_REFERENCE),
250250
new Reference('ai.platform.model_catalog.azure.openai'),
251-
new Reference('ai.platform.contract.azure.openai'),
251+
new Reference('ai.platform.contract.openai'),
252252
])
253253
->addTag('ai.platform');
254254

0 commit comments

Comments
 (0)