Files
symfony-flex-recipes-contrib/saqqal.llm-integration-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 6ec4bc2134 Update Flex endpoint
2024-10-06 09:36:11 +00:00

34 lines
1.1 KiB
JSON

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