Skip to content

Commit 98bafa3

Browse files
committed
feat(Platform): implement ProviderFactory and ProviderConfigFactory (RFC #402)
1 parent d555f38 commit 98bafa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/tests/Factory/ProviderConfigFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use PHPUnit\Framework\Attributes\Group;
1616
use PHPUnit\Framework\TestCase;
1717
use Symfony\AI\Platform\Factory\ProviderConfigFactory;
18-
use Symfony\AI\Platform\Bridge\OpenAI\PlatformFactory as OpenAIBridge;
19-
use Symfony\AI\Platform\Bridge\Azure\OpenAI\PlatformFactory as AzureOpenAIBridge;
18+
use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory as OpenAIBridge;
19+
use Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory as AzureOpenAIBridge;
2020
use Symfony\AI\Platform\Bridge\Azure\Meta\PlatformFactory as AzureMetaBridge;
2121

2222
#[Group('pf')]

0 commit comments

Comments
 (0)