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 98bafa3 commit 1648a75Copy full SHA for 1648a75
src/platform/src/Factory/ProviderFactory.php
@@ -34,7 +34,7 @@ public function fromDsn(string $dsn): object
34
};
35
} else {
36
$factoryMap = [
37
- 'openai' => \Symfony\AI\Platform\Bridge\OpenAI\PlatformFactory::class,
+ 'openai' => \Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory::class,
38
'anthropic' => \Symfony\AI\Platform\Bridge\Anthropic\PlatformFactory::class,
39
'azure' => \Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory::class,
40
'gemini' => \Symfony\AI\Platform\Bridge\Gemini\PlatformFactory::class,
0 commit comments