File tree Expand file tree Collapse file tree 7 files changed +6
-175
lines changed Expand file tree Collapse file tree 7 files changed +6
-175
lines changed Original file line number Diff line number Diff line change 3030use Symfony \AI \Platform \Bridge \Anthropic \Contract \AnthropicContract ;
3131use Symfony \AI \Platform \Bridge \Anthropic \ModelCatalog as AnthropicModelCatalog ;
3232use Symfony \AI \Platform \Bridge \Anthropic \TokenOutputProcessor as AnthropicTokenOutputProcessor ;
33- use Symfony \AI \Platform \Bridge \Azure \Meta \ModelCatalog as AzureMetaModelCatalog ;
3433use Symfony \AI \Platform \Bridge \Azure \OpenAi \ModelCatalog as AzureOpenAiModelCatalog ;
3534use Symfony \AI \Platform \Bridge \Cerebras \ModelCatalog as CerebrasModelCatalog ;
3635use Symfony \AI \Platform \Bridge \DeepSeek \ModelCatalog as DeepSeekModelCatalog ;
4140use Symfony \AI \Platform \Bridge \Gemini \TokenOutputProcessor as GeminiTokenOutputProcessor ;
4241use Symfony \AI \Platform \Bridge \HuggingFace \ModelCatalog as HuggingFaceModelCatalog ;
4342use Symfony \AI \Platform \Bridge \LmStudio \ModelCatalog as LmStudioModelCatalog ;
43+ use Symfony \AI \Platform \Bridge \Meta \ModelCatalog as AzureMetaModelCatalog ;
4444use Symfony \AI \Platform \Bridge \Mistral \ModelCatalog as MistralModelCatalog ;
4545use Symfony \AI \Platform \Bridge \Mistral \TokenOutputProcessor as MistralTokenOutputProcessor ;
4646use Symfony \AI \Platform \Bridge \Ollama \Contract \OllamaContract ;
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \AI \Platform \Bridge \Azure \Meta ;
1313
14+ use Symfony \AI \Platform \Bridge \Meta \ModelCatalog ;
1415use Symfony \AI \Platform \Contract ;
1516use Symfony \AI \Platform \ModelCatalog \ModelCatalogInterface ;
1617use Symfony \AI \Platform \Platform ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313
1414use Symfony \AI \Platform \Bridge \OpenAi \Embeddings ;
1515use Symfony \AI \Platform \Bridge \OpenAi \Gpt ;
16+ use Symfony \AI \Platform \Bridge \OpenAi \ModelCatalog ;
1617use Symfony \AI \Platform \Bridge \OpenAi \Whisper ;
1718use Symfony \AI \Platform \Bridge \OpenAi \Whisper \AudioNormalizer ;
1819use Symfony \AI \Platform \Contract ;
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Symfony \AI \Platform \Bridge \Azure \ Meta ;
12+ namespace Symfony \AI \Platform \Bridge \Meta ;
1313
14- use Symfony \AI \Platform \Bridge \Meta \Llama ;
1514use Symfony \AI \Platform \Capability ;
1615use Symfony \AI \Platform \ModelCatalog \AbstractModelCatalog ;
1716
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Symfony \AI \Platform \Tests \Bridge \Azure \ Meta ;
12+ namespace Symfony \AI \Platform \Tests \Bridge \Meta ;
1313
14- use Symfony \AI \Platform \Bridge \Azure \Meta \ModelCatalog ;
1514use Symfony \AI \Platform \Bridge \Meta \Llama ;
15+ use Symfony \AI \Platform \Bridge \Meta \ModelCatalog ;
1616use Symfony \AI \Platform \Capability ;
1717use Symfony \AI \Platform \ModelCatalog \ModelCatalogInterface ;
1818use Symfony \AI \Platform \Test \ModelCatalogTestCase ;
You can’t perform that action at this time.
0 commit comments