diff --git a/config/config.example.json b/config/config.example.json index fdb1bf8eb..bef0b2f5b 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -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": {