mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
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:
parent
c4e61eb6ff
commit
69983ec566
1 changed files with 7 additions and 3 deletions
10
README.md
10
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": "<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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue