beta: header chip flagged by BETA_MODE config (default on)
This commit is contained in:
parent
8bc546220d
commit
a7d657e1b4
4 changed files with 20 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class Settings(BaseSettings):
|
|||
# by app.services.openrouter._resolve_tone.
|
||||
CASSANDRA_TONE: str = "INTERMEDIATE" # NOVICE | INTERMEDIATE
|
||||
CASSANDRA_ANALYSIS: str = "SPECULATIVE" # DRY | SPECULATIVE
|
||||
BETA_MODE: bool = True # Shows a "BETA" pill in the app header. Flip to False at GA.
|
||||
|
||||
# Config file locations (overridable for tests)
|
||||
BASELINE_TOML: Path = Field(default_factory=lambda: CONFIG_DIR / "default.toml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue