mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
* Add recipe for php-llm/llm-chain-bundle * Update manifest.json * Use null instead of ~ --------- Co-authored-by: Fabien Potencier <fabien@potencier.org>
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"bundles": {
|
|
"PhpLlm\\LlmChainBundle\\LlmChainBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OPENAI_API_KEY": ""
|
|
}
|
|
}
|