Move to GPT for API consistency

This commit is contained in:
Logan
2026-04-19 08:18:55 -04:00
parent 1e3d691dbd
commit 03212fca51
3 changed files with 23 additions and 26 deletions
+1 -4
View File
@@ -18,11 +18,8 @@ GCS_BUCKET=your-bucket-name
# How long (seconds) before a node is marked offline if no checkin received
NODE_OFFLINE_THRESHOLD=90
# OpenAI Whisper — for audio transcription
# OpenAI — for transcription (Whisper), intelligence extraction, embeddings, and summaries
OPENAI_API_KEY=
# Gemini — for intelligence extraction, embeddings, and incident summaries
GEMINI_API_KEY=
SUMMARY_INTERVAL_MINUTES=15
CORRELATION_WINDOW_HOURS=4
EMBEDDING_SIMILARITY_THRESHOLD=0.82