change model to whisper

This commit is contained in:
Logan
2026-04-12 22:36:21 -04:00
parent b29dcc1518
commit 757bfe82e0
4 changed files with 49 additions and 29 deletions
+3
View File
@@ -17,6 +17,9 @@ class Settings(BaseSettings):
# Node health
node_offline_threshold: int = 90 # seconds without checkin before marking offline
# OpenAI
openai_api_key: Optional[str] = None
# Internal service key — allows server-side services (discord bot) to call C2 without Firebase
service_key: Optional[str] = None