From 76b08fe59d07eae2b5fd97d9c09e174536b8d80d Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 25 Feb 2026 20:16:01 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 28 +++++++++++++++++++++++++ symfony.ai-amazee-ai-platform.0.5.json | 29 ++++++++++++++++++++++++++ symfony.ai-generic-platform.0.1.json | 28 +++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 index.json create mode 100644 symfony.ai-amazee-ai-platform.0.5.json create mode 100644 symfony.ai-generic-platform.0.1.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..ca0907a9 --- /dev/null +++ b/index.json @@ -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" + } +} diff --git a/symfony.ai-amazee-ai-platform.0.5.json b/symfony.ai-amazee-ai-platform.0.5.json new file mode 100644 index 00000000..ae80a3a5 --- /dev/null +++ b/symfony.ai-amazee-ai-platform.0.5.json @@ -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" + } + } +} diff --git a/symfony.ai-generic-platform.0.1.json b/symfony.ai-generic-platform.0.1.json new file mode 100644 index 00000000..e91a178d --- /dev/null +++ b/symfony.ai-generic-platform.0.1.json @@ -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" + } + } +}