mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* 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>
13 lines
294 B
JSON
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"
|
|
}
|
|
}
|