Skip to content

Commit ef1d230

Browse files
committed
Centralize default models, clients and converters for OpenAI based standards
1 parent d06d642 commit ef1d230

File tree

101 files changed

+524
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+524
-589
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
use Symfony\AI\Platform\Capability;
7171
use Symfony\AI\Platform\Exception\RuntimeException;
7272
use Symfony\AI\Platform\Message\Content\File;
73-
use Symfony\AI\Platform\ModelClientInterface;
73+
use Symfony\AI\Platform\ModelClient\ModelClientInterface;
7474
use Symfony\AI\Platform\Platform;
7575
use Symfony\AI\Platform\PlatformInterface;
76-
use Symfony\AI\Platform\ResultConverterInterface;
76+
use Symfony\AI\Platform\ResultConverter\ResultConverterInterface;
7777
use Symfony\AI\Store\Bridge\Azure\SearchStore as AzureSearchStore;
7878
use Symfony\AI\Store\Bridge\ChromaDb\Store as ChromaDbStore;
7979
use Symfony\AI\Store\Bridge\ClickHouse\Store as ClickHouseStore;

src/platform/src/Bridge/AiMlApi/Completions.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/platform/src/Bridge/AiMlApi/Completions/ModelClient.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/platform/src/Bridge/AiMlApi/Completions/ResultConverter.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/platform/src/Bridge/AiMlApi/Embeddings/ModelClient.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/platform/src/Bridge/AiMlApi/Embeddings/ResultConverter.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)