From 69983ec566c327a9b8428d5b1aa321dece3d0dd7 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:19:29 +0530 Subject: [PATCH] Revise voice notes section to voice input and output Updated the README to reflect changes in voice notes to voice input and added voice output section. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 640ee35c..46be6f49 100644 --- a/README.md +++ b/README.md @@ -59,15 +59,19 @@ Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/do ### Google setup To connect Google services (Gmail, Calendar, and Drive), follow [Google setup](https://github.com/rowboatlabs/rowboat/blob/main/google-setup.md). -### Voice notes -To enable voice notes (optional), add a Deepgram API key in ~/.rowboat/config/deepgram.json: +### Voice input +To enable voice input and voice notes (optional), add a Deepgram API key in ~/.rowboat/config/deepgram.json: ``` { "apiKey": "" } ``` + +### Voice output + +To enable voice output (optional), add a Elevenlabs API key in ~/.rowboat/config/elevenlabs.json + ### Web search -To use Brave web search (optional), add the Brave API key in ~/.rowboat/config/brave-search.json. To use Exa research search (optional), add the Exa API key in ~/.rowboat/config/exa-search.json.