Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-16 13:48:23 +00:00
parent 7c00b4b381
commit 08107f3609
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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 <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."
]
},
"files": {
"config/packages/llm_carbon.yaml": {
"contents": [
"llm_carbon:",
" default_zone: 'France'",
" calculator: complete",
" models: []",
""
],
"executable": false
}
},
"ref": "f966c37d0921c62fcfd2318a84c019a2206c9697"
}
}
}
+36
View File
@@ -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 <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."
]
},
"files": {
"config/packages/llm_carbon.yaml": {
"contents": [
"llm_carbon:",
" default_zone: 'France'",
" calculator: complete",
" models: []",
""
],
"executable": false
}
},
"ref": "f966c37d0921c62fcfd2318a84c019a2206c9697"
}
}
}
+3
View File
@@ -475,6 +475,9 @@
"davidannebicque/html-to-spreadsheet-bundle": [
"0.1"
],
"davidjln/llm-carbon-bundle": [
"1.0"
],
"deamon/logger-extra-bundle": [
"4.0"
],