Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-25 20:16:01 +00:00
commit 76b08fe59d
3 changed files with 85 additions and 0 deletions

28
index.json Normal file
View File

@@ -0,0 +1,28 @@
{
"aliases": {
"ai-amazee-ai-platform": "symfony/ai-amazee-ai-platform",
"ai-generic-platform": "symfony/ai-generic-platform",
"aiamazeeaiplatform": "symfony/ai-amazee-ai-platform",
"aigenericplatform": "symfony/ai-generic-platform"
},
"recipes": {
"symfony/ai-amazee-ai-platform": [
"0.5"
],
"symfony/ai-generic-platform": [
"0.1"
]
},
"recipe-conflicts": [],
"versions": [],
"branch": "main",
"is_contrib": false,
"_links": {
"repository": "github.com/symfony/recipes",
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1517/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1517/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}

View File

@@ -0,0 +1,29 @@
{
"manifests": {
"symfony/ai-amazee-ai-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"AMAZEEAI_LLM_KEY": "",
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai"
}
},
"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": "b355e8b7963900512837b00312b68a9b5966ac98"
}
}
}

View File

@@ -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"
}
}
}