Files
symfony-flex-recipes/symfony.ai-open-router-platform.0.1.json
T
github-action[bot]andgithub-action[bot] 73ccd157ad Update Flex endpoint
2025-12-31 07:26:35 +00:00

28 lines
820 B
JSON

{
"manifests": {
"symfony/ai-open-router-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OPENROUTER_API_KEY": ""
}
},
"files": {
"config/packages/ai_open_router_platform.yaml": {
"contents": [
"ai:",
" platform:",
" openrouter:",
" api_key: '%env(OPENROUTER_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "c39a146c6ec3df8b874accf6ce1cccbda431a688"
}
}
}