Files
symfony-flex-recipes-contrib/php-llm/llm-chain-bundle/0.16/manifest.json
T
dfac622748 Add php-llm/llm-chain-bundle (#1762)
* Add recipe for php-llm/llm-chain-bundle

* Update manifest.json

* Use null instead of ~

---------

Co-authored-by: Fabien Potencier <fabien@potencier.org>
2025-03-17 15:27:40 +00:00

12 lines
202 B
JSON

{
"bundles": {
"PhpLlm\\LlmChainBundle\\LlmChainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"OPENAI_API_KEY": ""
}
}