diff --git a/davidjln/llm-carbon-bundle/1.0/config/packages/llm_carbon.yaml b/davidjln/llm-carbon-bundle/1.0/config/packages/llm_carbon.yaml new file mode 100644 index 00000000..2de12d80 --- /dev/null +++ b/davidjln/llm-carbon-bundle/1.0/config/packages/llm_carbon.yaml @@ -0,0 +1,4 @@ +llm_carbon: + default_zone: 'France' + calculator: complete + models: [] diff --git a/davidjln/llm-carbon-bundle/1.0/manifest.json b/davidjln/llm-carbon-bundle/1.0/manifest.json new file mode 100644 index 00000000..f93338ae --- /dev/null +++ b/davidjln/llm-carbon-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "LlmCarbon\\Bundle\\LlmCarbonBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/davidjln/llm-carbon-bundle/1.0/post-install.txt b/davidjln/llm-carbon-bundle/1.0/post-install.txt new file mode 100644 index 00000000..6b345d84 --- /dev/null +++ b/davidjln/llm-carbon-bundle/1.0/post-install.txt @@ -0,0 +1,5 @@ +The default configuration was written to config/packages/llm_carbon.yaml. + + * Review and adjust default_zone to match your deployment region + (must be one of the zones exposed by LlmCarbon\EmissionFactor::all()). + * Add your model catalog under the models key if needed.