mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -35,6 +35,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/aha-send-mailer](https://packagist.org/packages/symfony/aha-send-mailer) | [7.2](../../../tree/main/symfony/aha-send-mailer/7.2) | `aha-send-mailer`, `ahasendmailer` |
|
||||
| [symfony/ai-ai-ml-api-platform](https://packagist.org/packages/symfony/ai-ai-ml-api-platform) | [0.1](../../../tree/main/symfony/ai-ai-ml-api-platform/0.1) | `ai-ai-ml-api-platform`, `aiaimlapiplatform` |
|
||||
| [symfony/ai-albert-platform](https://packagist.org/packages/symfony/ai-albert-platform) | [0.1](../../../tree/main/symfony/ai-albert-platform/0.1) | `ai-albert-platform`, `aialbertplatform` |
|
||||
| [symfony/ai-amazee-ai-platform](https://packagist.org/packages/symfony/ai-amazee-ai-platform) | [0.6](../../../tree/main/symfony/ai-amazee-ai-platform/0.6) | `ai-amazee-ai-platform`, `aiamazeeaiplatform` |
|
||||
| [symfony/ai-anthropic-platform](https://packagist.org/packages/symfony/ai-anthropic-platform) | [0.1](../../../tree/main/symfony/ai-anthropic-platform/0.1) | `ai-anthropic-platform`, `aianthropicplatform` |
|
||||
| [symfony/ai-azure-platform](https://packagist.org/packages/symfony/ai-azure-platform) | [0.1](../../../tree/main/symfony/ai-azure-platform/0.1) | `ai-azure-platform`, `aiazureplatform` |
|
||||
| [symfony/ai-azure-search-store](https://packagist.org/packages/symfony/ai-azure-search-store) | [0.1](../../../tree/main/symfony/ai-azure-search-store/0.1) | `ai-azure-search-store`, `aiazuresearchstore` |
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ai-amazee-ai-platform": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai",
|
||||
"#2": "AMAZEEAI_LLM_KEY=CHANGE_ME"
|
||||
}
|
||||
},
|
||||
"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": "78990ab258d027a17dcb89a69c461edb5b53c9bf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"ai": "symfony/ai-bundle",
|
||||
"ai-ai-ml-api-platform": "symfony/ai-ai-ml-api-platform",
|
||||
"ai-albert-platform": "symfony/ai-albert-platform",
|
||||
"ai-amazee-ai-platform": "symfony/ai-amazee-ai-platform",
|
||||
"ai-anthropic-platform": "symfony/ai-anthropic-platform",
|
||||
"ai-azure-platform": "symfony/ai-azure-platform",
|
||||
"ai-azure-search-store": "symfony/ai-azure-search-store",
|
||||
@@ -68,6 +69,7 @@
|
||||
"ai-youtube-tool": "symfony/ai-youtube-tool",
|
||||
"aiaimlapiplatform": "symfony/ai-ai-ml-api-platform",
|
||||
"aialbertplatform": "symfony/ai-albert-platform",
|
||||
"aiamazeeaiplatform": "symfony/ai-amazee-ai-platform",
|
||||
"aianthropicplatform": "symfony/ai-anthropic-platform",
|
||||
"aiazureplatform": "symfony/ai-azure-platform",
|
||||
"aiazuresearchstore": "symfony/ai-azure-search-store",
|
||||
@@ -797,6 +799,9 @@
|
||||
"symfony/ai-albert-platform": [
|
||||
"0.1"
|
||||
],
|
||||
"symfony/ai-amazee-ai-platform": [
|
||||
"0.6"
|
||||
],
|
||||
"symfony/ai-anthropic-platform": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ai-amazee-ai-platform": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "AMAZEEAI_LLM_API_URL=https://llm.YOUR_REGION.amazee.ai",
|
||||
"#2": "AMAZEEAI_LLM_KEY=CHANGE_ME"
|
||||
}
|
||||
},
|
||||
"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": "78990ab258d027a17dcb89a69c461edb5b53c9bf"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user