[AiBundle] add amazeeai platform recipe

This commit is contained in:
Christophe Jossart
2026-04-01 13:58:05 +02:00
parent 73ec19c83c
commit 1dde78b695
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": {
"AMAZEEAI_LLM_KEY": "",
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai"
}
}