Skip to content

Conversation

@OskarStark
Copy link
Contributor

Q A
License MIT
Doc issue/PR --

@OskarStark OskarStark self-assigned this Dec 28, 2025
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) December 28, 2025 22:34
@github-actions
Copy link

github-actions bot commented Dec 28, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1505/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1505/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'symfony/ai-ai-ml-api-platform:^0.1' 'symfony/ai-albert-platform:^0.1' 'symfony/ai-anthropic-platform:^0.1' 'symfony/ai-azure-platform:^0.1' 'symfony/ai-bedrock-platform:^0.1' 'symfony/ai-cartesia-platform:^0.1' 'symfony/ai-cerebras-platform:^0.1' 'symfony/ai-decart-platform:^0.1' 'symfony/ai-deep-seek-platform:^0.1' 'symfony/ai-docker-model-runner-platform:^0.1' 'symfony/ai-eleven-labs-platform:^0.1' 'symfony/ai-gemini-platform:^0.1' 'symfony/ai-generic-platform:^0.1' 'symfony/ai-hugging-face-platform:^0.1' 'symfony/ai-lm-studio-platform:^0.1' 'symfony/ai-meta-platform:^0.1' 'symfony/ai-mistral-platform:^0.1' 'symfony/ai-ollama-platform:^0.1' 'symfony/ai-open-ai-platform:^0.1' 'symfony/ai-open-router-platform:^0.1' 'symfony/ai-perplexity-platform:^0.1' 'symfony/ai-replicate-platform:^0.1' 'symfony/ai-scaleway-platform:^0.1' 'symfony/ai-transformers-php-platform:^0.1' 'symfony/ai-vertex-ai-platform:^0.1' 'symfony/ai-voyage-platform:^0.1'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@OskarStark OskarStark force-pushed the OskarStark/ai-platform-recipes branch from 3951bfe to ec33369 Compare December 28, 2025 22:37
Nyholm
Nyholm previously approved these changes Dec 29, 2025
Copy link
Member

@fabpot fabpot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but you should replace ~ by null everywhere.

@OskarStark OskarStark force-pushed the OskarStark/ai-platform-recipes branch from ec33369 to 1ae7ce7 Compare December 29, 2025 09:44
@OskarStark OskarStark requested review from Nyholm and fabpot December 29, 2025 09:56
@OskarStark OskarStark force-pushed the OskarStark/ai-platform-recipes branch from 1ae7ce7 to 2370259 Compare December 29, 2025 10:03
@fabpot
Copy link
Member

fabpot commented Dec 29, 2025

Can you rebase? It seems like there are too many commits here.

@OskarStark
Copy link
Contributor Author

Oh yes will do, sorry

@OskarStark OskarStark force-pushed the OskarStark/ai-platform-recipes branch from 2370259 to 3b110b0 Compare December 30, 2025 21:09
Add 0.1 recipes for all symfony/ai-*-platform packages that configure the ai.platform key in ai.yaml with appropriate environment variables.

Platforms included:
- ai-ml-api, albert, anthropic, azure, bedrock, cartesia, cerebras
- decart, deep-seek, docker-model-runner, eleven-labs, gemini
- generic, hugging-face, lm-studio, meta, mistral, ollama
- open-ai, open-router, perplexity, replicate, scaleway
- transformers-php, vertex-ai, voyage
@OskarStark OskarStark force-pushed the OskarStark/ai-platform-recipes branch from 3b110b0 to a5d6b41 Compare December 30, 2025 21:10
@OskarStark
Copy link
Contributor Author

done @fabpot

@fabpot fabpot disabled auto-merge December 31, 2025 07:25
@fabpot fabpot merged commit 304001d into symfony:main Dec 31, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants