mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
[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:
co-authored by
Christopher Hertel
parent
9212df43d5
commit
2a347a874d
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user