mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Create Flex endpoint
This commit is contained in:
28
index.json
Normal file
28
index.json
Normal 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"
|
||||
}
|
||||
}
|
||||
29
symfony.ai-amazee-ai-platform.0.5.json
Normal file
29
symfony.ai-amazee-ai-platform.0.5.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
28
symfony.ai-generic-platform.0.1.json
Normal file
28
symfony.ai-generic-platform.0.1.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user