From 6ec4bc2134432a8a26da862941864256f64d85c6 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 6 Oct 2024 09:36:11 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52.json | 33 +++++++++++++++++++ index.json | 3 ++ saqqal.llm-integration-bundle.1.0.json | 33 +++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 archived/saqqal.llm-integration-bundle/87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52.json create mode 100644 saqqal.llm-integration-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 312dea3b..fab5a1b6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/saqqal.llm-integration-bundle/87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52.json b/archived/saqqal.llm-integration-bundle/87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52.json new file mode 100644 index 00000000..3d43ef98 --- /dev/null +++ b/archived/saqqal.llm-integration-bundle/87c4b2c2c82c98e0dcdd5fe4445cf9a8ea086e52.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 9fdfb89c..8db40bb5 100644 --- a/index.json +++ b/index.json @@ -1571,6 +1571,9 @@ "ruwler/ruwler-sdk-bundle": [ "1.0" ], + "saqqal/llm-integration-bundle": [ + "1.0" + ], "scheb/two-factor-bundle": [ "3.16" ], diff --git a/saqqal.llm-integration-bundle.1.0.json b/saqqal.llm-integration-bundle.1.0.json new file mode 100644 index 00000000..3d43ef98 --- /dev/null +++ b/saqqal.llm-integration-bundle.1.0.json @@ -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" + } + } +}