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

Class FiefSettings

deploy/deploy.py:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14# TODO: use pydantic settings
15class FiefSettings(BaseSettings):
16 fief_main_admin_api_key: str
17 fief_domain: str
18
19 model_config = SettingsConfigDict(
20 env_file="deploy/.env.fief", env_file_encoding="utf-8", extra="allow"
21 )
22
23
24class CarbonServerSettings(BaseSettings):

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…