Skip to content

Commit c62f466

Browse files
committed
feat(Platform): implement ProviderFactory and ProviderConfigFactory (RFC #402)
1 parent 081abfb commit c62f466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Factory/ProviderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function fromDsn(string $dsn): object
3434
};
3535
} else {
3636
$factoryMap = [
37-
'openai' => \Symfony\AI\Platform\Bridge\OpenAI\PlatformFactory::class,
37+
'openai' => \Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory::class,
3838
'anthropic' => \Symfony\AI\Platform\Bridge\Anthropic\PlatformFactory::class,
3939
'azure' => \Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory::class,
4040
'gemini' => \Symfony\AI\Platform\Bridge\Gemini\PlatformFactory::class,

0 commit comments

Comments
 (0)