[AiBundle] Add AmazeeAi recipe (#1517)

* [AiBundle] add amazeeai platform recipe

* [AiBundle] fix generic platform recipe

* fix: platform version

* fix: platform version

* Revert "[AiBundle] fix generic platform recipe"

This reverts commit 12102ea79b.

* Update symfony/ai-amazee-ai-platform/0.6/manifest.json

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>

* Update symfony/ai-amazee-ai-platform/0.6/manifest.json

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>

---------

Co-authored-by: Christopher Hertel <mail@christopher-hertel.de>
This commit is contained in:
Christophe Jossart
2026-04-09 18:56:42 +02:00
committed by GitHub
co-authored by Christopher Hertel
parent 9212df43d5
commit 2a347a874d
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
ai:
platform:
amazeeai:
base_url: '%env(AMAZEEAI_LLM_API_URL)%'
api_key: '%env(AMAZEEAI_LLM_KEY)%'
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai",
"#2": "AMAZEEAI_LLM_KEY=CHANGE_ME"
}
}