diff --git a/RECIPES.md b/RECIPES.md index 5f79f471..e5a9ed8f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -153,6 +153,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [datana-gmbh/zammad-api](https://packagist.org/packages/datana-gmbh/zammad-api) | [1.0](../../../tree/main/datana-gmbh/zammad-api/1.0) | | [datana-gmbh/zendesk-api](https://packagist.org/packages/datana-gmbh/zendesk-api) | [1.0](../../../tree/main/datana-gmbh/zendesk-api/1.0) | | [davidannebicque/html-to-spreadsheet-bundle](https://packagist.org/packages/davidannebicque/html-to-spreadsheet-bundle) | [0.1](../../../tree/main/davidannebicque/html-to-spreadsheet-bundle/0.1) | +| [davidjln/llm-carbon-bundle](https://packagist.org/packages/davidjln/llm-carbon-bundle) | [1.0](../../../tree/main/davidjln/llm-carbon-bundle/1.0) | | [deamon/logger-extra-bundle](https://packagist.org/packages/deamon/logger-extra-bundle) | [4.0](../../../tree/main/deamon/logger-extra-bundle/4.0) | | [debril/rss-atom-bundle](https://packagist.org/packages/debril/rss-atom-bundle) | [4.0](../../../tree/main/debril/rss-atom-bundle/4.0) | | [defixit/anonlytics-bundle](https://packagist.org/packages/defixit/anonlytics-bundle) | [1.0](../../../tree/main/defixit/anonlytics-bundle/1.0) | diff --git a/archived/davidjln.llm-carbon-bundle/f966c37d0921c62fcfd2318a84c019a2206c9697.json b/archived/davidjln.llm-carbon-bundle/f966c37d0921c62fcfd2318a84c019a2206c9697.json new file mode 100644 index 00000000..a228b90e --- /dev/null +++ b/archived/davidjln.llm-carbon-bundle/f966c37d0921c62fcfd2318a84c019a2206c9697.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "davidjln/llm-carbon-bundle": { + "manifest": { + "bundles": { + "LlmCarbon\\Bundle\\LlmCarbonBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "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." + ] + }, + "files": { + "config/packages/llm_carbon.yaml": { + "contents": [ + "llm_carbon:", + " default_zone: 'France'", + " calculator: complete", + " models: []", + "" + ], + "executable": false + } + }, + "ref": "f966c37d0921c62fcfd2318a84c019a2206c9697" + } + } +} diff --git a/davidjln.llm-carbon-bundle.1.0.json b/davidjln.llm-carbon-bundle.1.0.json new file mode 100644 index 00000000..a228b90e --- /dev/null +++ b/davidjln.llm-carbon-bundle.1.0.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "davidjln/llm-carbon-bundle": { + "manifest": { + "bundles": { + "LlmCarbon\\Bundle\\LlmCarbonBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "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." + ] + }, + "files": { + "config/packages/llm_carbon.yaml": { + "contents": [ + "llm_carbon:", + " default_zone: 'France'", + " calculator: complete", + " models: []", + "" + ], + "executable": false + } + }, + "ref": "f966c37d0921c62fcfd2318a84c019a2206c9697" + } + } +} diff --git a/index.json b/index.json index ec7ead64..6cf91d39 100644 --- a/index.json +++ b/index.json @@ -475,6 +475,9 @@ "davidannebicque/html-to-spreadsheet-bundle": [ "0.1" ], + "davidjln/llm-carbon-bundle": [ + "1.0" + ], "deamon/logger-extra-bundle": [ "4.0" ],