Configuration

Environment Variables

Variable Default Description
OBS_STORAGE_PATH ./data/observability.db SQLite database path
OBS_LOG_PATH ./logs Log file directory
OBS_LOG_LEVEL INFO Logging level
OBS_DASHBOARD_PORT 8080 Dashboard port

Distiller Configuration

distiller = Distiller(
    model_name="openai/gpt-4.1-mini",
    system_prompt="Extract relevant information.",
    response_schema=MySchema,
    cache_path="./cache.db",
)