MCPcopy Index your code
hub / github.com/mlco2/codecarbon / CarbonServerSettings

Class CarbonServerSettings

deploy/deploy.py:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class CarbonServerSettings(BaseSettings):
25 app_hostname: str
26
27 model_config = SettingsConfigDict(
28 env_file=".env", env_file_encoding="utf-8", extra="allow"
29 )
30
31
32app = typer.Typer()

Callers 1

configure_fiefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…