mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
30 lines
984 B
JSON
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"
|
|
}
|
|
}
|
|
}
|