Add recipe for davidjln/llm-carbon-bundle (#2051)

* Add recipe for davidjln/llm-carbon-bundle

* Trigger CI re-check

* Trigger 1.0 re-check

---------

Co-authored-by: david_j <david.julien@nowwweb.com>
This commit is contained in:
DavidJLN
2026-09-16 17:48:04 +04:00
committed by GitHub
co-authored by david_j
parent af0e3536ae
commit d48bb7db3c
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
llm_carbon:
default_zone: 'France'
calculator: complete
models: []
@@ -0,0 +1,8 @@
{
"bundles": {
"LlmCarbon\\Bundle\\LlmCarbonBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,5 @@
The default configuration was written to <fg=green>config/packages/llm_carbon.yaml</>.
* Review and adjust <fg=yellow>default_zone</> to match your deployment region
(must be one of the zones exposed by LlmCarbon\EmissionFactor::all()).
* Add your model catalog under the <fg=yellow>models</> key if needed.