mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
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
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"PERPLEXITY_API_KEY": ""
|
|
}
|
|
}
|