Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-04-03 20:17:12 +00:00
parent 88975c4fe2
commit 28807bf791
2 changed files with 31 additions and 2 deletions
@@ -0,0 +1,28 @@
{
"manifests": {
"symfony/ai-generic-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "GENERIC_BASE_URL=https://api.example.com/v1"
}
},
"files": {
"config/packages/ai_generic_platform.yaml": {
"contents": [
"ai:",
" platform:",
" generic:",
" default:",
" base_url: '%env(GENERIC_BASE_URL)%'",
""
],
"executable": false
}
},
"ref": "f38913b87380322d4c40c302b41626e811516bc4"
}
}
}
+3 -2
View File
@@ -15,13 +15,14 @@
"ai:",
" platform:",
" generic:",
" base_url: '%env(GENERIC_BASE_URL)%'",
" default:",
" base_url: '%env(GENERIC_BASE_URL)%'",
""
],
"executable": false
}
},
"ref": "caf14516010eb8e0c284f1264322b2af6a012723"
"ref": "f38913b87380322d4c40c302b41626e811516bc4"
}
}
}