File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
use Symfony \AI \AiBundle \Security \Attribute \IsGrantedTool ;
28
28
use Symfony \AI \Platform \Bridge \Anthropic \PlatformFactory as AnthropicPlatformFactory ;
29
29
use Symfony \AI \Platform \Bridge \Azure \OpenAi \PlatformFactory as AzureOpenAiPlatformFactory ;
30
+ use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
30
31
use Symfony \AI \Platform \Bridge \ElevenLabs \PlatformFactory as ElevenLabsPlatformFactory ;
31
32
use Symfony \AI \Platform \Bridge \Gemini \PlatformFactory as GeminiPlatformFactory ;
32
33
use Symfony \AI \Platform \Bridge \LmStudio \PlatformFactory as LmStudioPlatformFactory ;
33
34
use Symfony \AI \Platform \Bridge \Mistral \PlatformFactory as MistralPlatformFactory ;
34
35
use Symfony \AI \Platform \Bridge \Ollama \PlatformFactory as OllamaPlatformFactory ;
35
36
use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory as OpenAiPlatformFactory ;
36
37
use Symfony \AI \Platform \Bridge \OpenRouter \PlatformFactory as OpenRouterPlatformFactory ;
37
- use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
38
38
use Symfony \AI \Platform \Model ;
39
39
use Symfony \AI \Platform \ModelClientInterface ;
40
40
use Symfony \AI \Platform \Platform ;
You can’t perform that action at this time.
0 commit comments