Files
archived-recipes-contrib/saqqal/llm-integration-bundle/1.0/manifest.json
abdosql 8265557e04 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>
2024-10-06 11:35:57 +02:00

13 lines
294 B
JSON

{
"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"
}
}