forked from frankdierolf/whis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (26 loc) · 1.03 KB
/
.env.example
File metadata and controls
36 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Whis Environment Variables
# Configure at least one transcription provider
# === Transcription Providers ===
# OpenAI Whisper API
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-key-here
# Mistral Voxtral API
# Get your API key from: https://console.mistral.ai/api-keys
# MISTRAL_API_KEY=your-key-here
# Groq Whisper API (fast, cheap)
# Get your API key from: https://console.groq.com/keys
# GROQ_API_KEY=your-key-here
# Deepgram Nova API
# Get your API key from: https://console.deepgram.com/
# DEEPGRAM_API_KEY=your-key-here
# ElevenLabs Scribe API
# Get your API key from: https://elevenlabs.io/
# ELEVENLABS_API_KEY=your-key-here
# === Local Transcription (optional) ===
# Path to whisper.cpp model file
# Download from: https://huggingface.co/ggerganov/whisper.cpp/tree/main
# LOCAL_WHISPER_MODEL_PATH=~/.local/share/whis/models/ggml-small.bin
# === LLM Post-Processing (optional) ===
# Ollama server URL for local LLM post-processing
# OLLAMA_URL=http://localhost:11434
# OLLAMA_MODEL=ministral-3:3b