Update intelligence
This commit is contained in:
@@ -21,6 +21,12 @@ NODE_OFFLINE_THRESHOLD=90
|
||||
# OpenAI Whisper — for audio transcription
|
||||
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
|
||||
|
||||
# Auth — static key that edge nodes send as Bearer token on /upload
|
||||
# Generate with: openssl rand -hex 32
|
||||
NODE_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user