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 2727use Symfony \AI \AiBundle \Security \Attribute \IsGrantedTool ;
2828use Symfony \AI \Platform \Bridge \Anthropic \PlatformFactory as AnthropicPlatformFactory ;
2929use Symfony \AI \Platform \Bridge \Azure \OpenAi \PlatformFactory as AzureOpenAiPlatformFactory ;
30+ use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
3031use Symfony \AI \Platform \Bridge \ElevenLabs \PlatformFactory as ElevenLabsPlatformFactory ;
3132use Symfony \AI \Platform \Bridge \Gemini \PlatformFactory as GeminiPlatformFactory ;
3233use Symfony \AI \Platform \Bridge \LmStudio \PlatformFactory as LmStudioPlatformFactory ;
3334use Symfony \AI \Platform \Bridge \Mistral \PlatformFactory as MistralPlatformFactory ;
3435use Symfony \AI \Platform \Bridge \Ollama \PlatformFactory as OllamaPlatformFactory ;
3536use Symfony \AI \Platform \Bridge \OpenAi \PlatformFactory as OpenAiPlatformFactory ;
3637use Symfony \AI \Platform \Bridge \OpenRouter \PlatformFactory as OpenRouterPlatformFactory ;
37- use Symfony \AI \Platform \Bridge \Cerebras \PlatformFactory as CerebrasPlatformFactory ;
3838use Symfony \AI \Platform \Model ;
3939use Symfony \AI \Platform \ModelClientInterface ;
4040use Symfony \AI \Platform \Platform ;
You can’t perform that action at this time.
0 commit comments