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 d555f38 commit 98bafa3Copy full SHA for 98bafa3
src/platform/tests/Factory/ProviderConfigFactoryTest.php
@@ -15,8 +15,8 @@
15
use PHPUnit\Framework\Attributes\Group;
16
use PHPUnit\Framework\TestCase;
17
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;
+use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory as OpenAIBridge;
+use Symfony\AI\Platform\Bridge\Azure\OpenAi\PlatformFactory as AzureOpenAIBridge;
20
use Symfony\AI\Platform\Bridge\Azure\Meta\PlatformFactory as AzureMetaBridge;
21
22
#[Group('pf')]
0 commit comments