We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1648a75 commit 457bbe0Copy full SHA for 457bbe0
src/platform/src/Factory/ProviderFactory.php
@@ -28,7 +28,7 @@ public function fromDsn(string $dsn): object
28
if ('azure' === $providerKey) {
29
$engine = strtolower($config->options['engine'] ?? 'openai');
30
$factoryFqcn = match ($engine) {
31
- 'openai' => \Symfony\AI\Platform\Bridge\Azure\OpenAI\PlatformFactory::class,
+ 'openai' => \Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory::class,
32
'meta' => \Symfony\AI\Platform\Bridge\Azure\Meta\PlatformFactory::class,
33
default => throw new \InvalidArgumentException(\sprintf('Unsupported Azure engine "%s". Supported: "openai", "meta".', $engine)),
34
};
0 commit comments