Merge pull request #58 from sushi30/fix/voice-config-example

fix(config): add groq whisper example for voice transcription
This commit is contained in:
Imri Paran 2026-04-12 18:30:10 +02:00 committed by GitHub
commit 3d3904e4fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,12 @@
"model": "openai/gpt-5.4",
"api_key": "sk-key2",
"api_base": "https://api2.example.com/v1"
},
{
"model_name": "groq-whisper",
"model": "openai/whisper-large-v3-turbo",
"api_key": "your-groq-api-key",
"api_base": "https://api.groq.com/openai/v1"
}
],
"channels": {
@ -490,7 +496,7 @@
"monitor_usb": true
},
"voice": {
"model_name": "",
"model_name": "groq-whisper",
"echo_transcription": false
},
"hooks": {