Files
symfony-flex-recipes/symfony.ai-amazee-ai-platform.0.6.json
T
github-action[bot]andgithub-action[bot] 45f907c7ae Update Flex endpoint
2026-04-09 16:56:54 +00:00

30 lines
984 B
JSON

{
"manifests": {
"symfony/ai-amazee-ai-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai",
"#2": "AMAZEEAI_LLM_KEY=CHANGE_ME"
}
},
"files": {
"config/packages/ai_amazeeai_platform.yaml": {
"contents": [
"ai:",
" platform:",
" amazeeai:",
" base_url: '%env(AMAZEEAI_LLM_API_URL)%'",
" api_key: '%env(AMAZEEAI_LLM_KEY)%'",
""
],
"executable": false
}
},
"ref": "78990ab258d027a17dcb89a69c461edb5b53c9bf"
}
}
}