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.
This commit is contained in:
arkml 2026-04-07 22:19:29 +05:30 committed by GitHub
parent c4e61eb6ff
commit 69983ec566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": "<key>"
}
```
### 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.