Start to learn vocab from talkgroups to improve accuracy of STT
This commit is contained in:
@@ -28,6 +28,10 @@ class Settings(BaseSettings):
|
||||
location_proximity_km: float = 0.5 # radius for location-proximity matching
|
||||
incident_auto_resolve_minutes: int = 90 # auto-resolve after N minutes with no new calls
|
||||
|
||||
# Vocabulary learning
|
||||
vocabulary_induction_interval_hours: int = 24 # how often the induction loop runs
|
||||
vocabulary_induction_sample_tokens: int = 4000 # ~tokens of transcript text sampled per system
|
||||
|
||||
# Internal service key — allows server-side services (discord bot) to call C2 without Firebase
|
||||
service_key: Optional[str] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user