Merge pull request #58 from sushi30/fix/voice-config-example
fix(config): add groq whisper example for voice transcription
This commit is contained in:
commit
3d3904e4fc
1 changed files with 7 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue