From fee5a609037af1cbe84c4fe4585e11503d422190 Mon Sep 17 00:00:00 2001 From: cook1e0 <8332033+cook1e0@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:04:51 +0200 Subject: [PATCH] Fix integrations TTS table formatting --- website/docs/integrations/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/integrations/index.md b/website/docs/integrations/index.md index ccb785370..abfd29551 100644 --- a/website/docs/integrations/index.md +++ b/website/docs/integrations/index.md @@ -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: | Provider | Quality | Cost | API Key | -||----------|---------|------|---------| -|| **Edge TTS** (default) | Good | Free | None needed | -|| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` | -|| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` | -|| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` | -|| **NeuTTS** | Good | Free | None needed | +|----------|---------|------|---------| +| **Edge TTS** (default) | Good | Free | None needed | +| **ElevenLabs** | Excellent | Paid | `ELEVENLABS_API_KEY` | +| **OpenAI TTS** | Good | Paid | `VOICE_TOOLS_OPENAI_KEY` | +| **MiniMax** | Good | Paid | `MINIMAX_API_KEY` | +| **NeuTTS** | Good | Free | None needed | Speech-to-text supports three providers: local Whisper (free, runs on-device), Groq (fast cloud), and OpenAI Whisper API. 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.