change model to whisper
This commit is contained in:
@@ -18,6 +18,9 @@ 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_API_KEY=
|
||||
|
||||
# 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