mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
[AiBundle] add amazeeai platform recipe
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user