mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-24 05:41:40 +00:00
fix(docs): repair Voice & TTS provider table
Fixes NousResearch/hermes-agent#24101
This commit is contained in:
parent
94d9db72ba
commit
407683b72d
1 changed files with 6 additions and 6 deletions
|
|
@ -56,12 +56,12 @@ See [Browser Automation](/docs/user-guide/features/browser) for setup and usage.
|
||||||
Text-to-speech and speech-to-text across all messaging platforms:
|
Text-to-speech and speech-to-text across all messaging platforms:
|
||||||
|
|
||||||
| Provider | Quality | Cost | API Key |
|
| Provider | Quality | Cost | API Key |
|
||||||
||----------|---------|------|---------|
|
|----------|---------|------|---------|
|
||||||
|| **Edge TTS** (default) | Good | Free | None needed |
|
| **Edge TTS** (default) | Good | Free | None needed |
|
||||||
|| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` |
|
| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` |
|
||||||
|| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` |
|
| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` |
|
||||||
|| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` |
|
| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` |
|
||||||
|| **NeuTTS** | Good | Free | None needed |
|
| **NeuTTS** | Good | Free | None needed |
|
||||||
|
|
||||||
Speech-to-text supports six providers: local faster-whisper (free, runs on-device), a local command wrapper, Groq, OpenAI Whisper API, Mistral, and xAI. Voice message transcription works across Telegram, Discord, WhatsApp, and other messaging platforms. See [Voice & TTS](/docs/user-guide/features/tts) and [Voice Mode](/docs/user-guide/features/voice-mode) for details.
|
Speech-to-text supports six providers: local faster-whisper (free, runs on-device), a local command wrapper, Groq, OpenAI Whisper API, Mistral, and xAI. Voice message transcription works across Telegram, Discord, WhatsApp, and other messaging platforms. See [Voice & TTS](/docs/user-guide/features/tts) and [Voice Mode](/docs/user-guide/features/voice-mode) for details.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue