Files
Oskar Stark a5d6b412ef [AI] Add recipes for all AI platform bridges
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
2025-12-30 22:10:20 +01:00

9 lines
124 B
JSON

{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ELEVENLABS_API_KEY": ""
}
}