-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.example.py
More file actions
21 lines (20 loc) · 843 Bytes
/
Copy pathkeys.example.py
File metadata and controls
21 lines (20 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GROQ_API_KEY = "your-groq-api-key-here"
GROQ_TRANSCRIPTION_MODEL = "whisper-large-v3-turbo"
GROQ_TRANSLATION_MODEL = "llama-3.1-8b-instant"
# Optional tuning:
# RTDT_TRANSCRIPTION_MODE = "fast"
# RTDT_TRANSCRIPTION_LANGUAGE = "en"
# RTDT_TRANSCRIPTION_TEMPERATURE = "0"
# RTDT_TRANSCRIPTION_PROMPT = "This is an English motivational speech. Common words: power of words, adversity, opportunity, weakness, strength, disabled, differently abled, disability."
# RTDT_RECORD_TIMEOUT = "1.0"
# RTDT_PHRASE_TIMEOUT = "3.0"
# RTDT_PAUSE_THRESHOLD = "0.50"
# RTDT_MIN_AUDIO_SECONDS = "0.30"
# RTDT_MIN_AUDIO_RMS = "120"
# RTDT_MIN_MIC_RMS = "120"
# RTDT_MIN_SPEAKER_RMS = "90"
# RTDT_ENABLE_AUDIO_NORMALIZATION = "1"
# RTDT_TARGET_AUDIO_RMS = "800"
# RTDT_PRIORITIZE_SPEAKER = "1"
# RTDT_UI_REFRESH_MS = "150"
# RTDT_PROCESSING_STATUS_DELAY = "0.15"