Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-06 09:36:11 +00:00
parent 71aee83866
commit 6ec4bc2134
4 changed files with 70 additions and 0 deletions
+1
View File
@@ -496,6 +496,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [routmoute/routmoute-sirene-bundle](https://packagist.org/packages/routmoute/routmoute-sirene-bundle) | [1.0](routmoute/routmoute-sirene-bundle/1.0) |
| [rundum/event-base](https://packagist.org/packages/rundum/event-base) | [0.0](rundum/event-base/0.0) |
| [ruwler/ruwler-sdk-bundle](https://packagist.org/packages/ruwler/ruwler-sdk-bundle) | [1.0](ruwler/ruwler-sdk-bundle/1.0) |
| [saqqal/llm-integration-bundle](https://packagist.org/packages/saqqal/llm-integration-bundle) | [1.0](saqqal/llm-integration-bundle/1.0) |
| [scheb/two-factor-bundle](https://packagist.org/packages/scheb/two-factor-bundle) | [3.16](scheb/two-factor-bundle/3.16) |
| [schranz-search/symfony-bundle](https://packagist.org/packages/schranz-search/symfony-bundle) | [0.2](schranz-search/symfony-bundle/0.2) |
| [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) |
@@ -0,0 +1,33 @@
{
"manifests": {
"saqqal/llm-integration-bundle": {
"manifest": {
"bundles": {
"Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LLM_PROVIDER_API_KEY": "your_api_key_here",
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
}
},
"files": {
"config/packages/llm_integration.yaml": {
"contents": [
"llm_integration:",
" llm_provider: 'api_together'",
" llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'",
" llm_model: '%env(LLM_MODEL)%'",
""
],
"executable": false
}
},
"ref": "87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52"
}
}
}
+3
View File
@@ -1571,6 +1571,9 @@
"ruwler/ruwler-sdk-bundle": [
"1.0"
],
"saqqal/llm-integration-bundle": [
"1.0"
],
"scheb/two-factor-bundle": [
"3.16"
],
+33
View File
@@ -0,0 +1,33 @@
{
"manifests": {
"saqqal/llm-integration-bundle": {
"manifest": {
"bundles": {
"Saqqal\\LlmIntegrationBundle\\LlmIntegrationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LLM_PROVIDER_API_KEY": "your_api_key_here",
"LLM_MODEL": "meta_llama_3_1_8b_instruct_turbo"
}
},
"files": {
"config/packages/llm_integration.yaml": {
"contents": [
"llm_integration:",
" llm_provider: 'api_together'",
" llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'",
" llm_model: '%env(LLM_MODEL)%'",
""
],
"executable": false
}
},
"ref": "87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52"
}
}
}