Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-12 17:35:42 +00:00
commit 82168d73a0
2 changed files with 56 additions and 0 deletions
+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"
}
}
}
+20
View File
@@ -0,0 +1,20 @@
{
"aliases": [],
"recipes": {
"davidjln/llm-carbon-bundle": [
"1.0"
]
},
"recipe-conflicts": [],
"versions": [],
"branch": "main",
"is_contrib": true,
"_links": {
"repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2051/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2051/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}