Skip to content

Commit 5a6b410

Browse files
authored
Change Azure Contract to OpenAI for Whisper support
1 parent 59f1422 commit 5a6b410

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
@@ -186,7 +186,7 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
186186
$config['api_version'],
187187
$config['api_key'],
188188
new Reference('http_client', ContainerInterface::NULL_ON_INVALID_REFERENCE),
189-
new Reference('ai.platform.contract.default'),
189+
new Reference('ai.platform.contract.openai'),
190190
])
191191
->addTag('ai.platform');
192192

0 commit comments

Comments
 (0)