Add recipe for saqqal/llm-integration-bundle (#1679)

* Add recipe for saqqal/llm-integration-bundle

* Fix manifest.json and add newlines to end of files

* add env variables

---------

Co-authored-by: abdosql <abdosql@users.noreply.github.com>
This commit is contained in:
abdosql
2024-10-06 10:35:57 +01:00
committed by GitHub
parent 95149d84e0
commit 8265557e04
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
llm_integration:
llm_provider: 'api_together'
llm_api_key: '%env(LLM_PROVIDER_API_KEY)%'
llm_model: '%env(LLM_MODEL)%'

View File

@@ -0,0 +1,12 @@
{
"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"
}
}