Skip to content

Commit 4bcd642

Browse files
authored
docs: Update README.md
1 parent fbda69c commit 4bcd642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Sydney is designed to respond to natural language queries from users. You can as
117117

118118
### Voice Messages
119119

120-
To utilize voice messages, ensure that FFMPEG is installed on your machine. There are two alternatives for voice transcription: using the Whisper AI API (which incurs a cost of US$0.06 per 10 minutes of audio) or using the local method. The local method is slower and less precise but is free.
120+
To utilize voice messages, ensure that FFMPEG is installed on your machine, which if you are in Ubuntu/Debian can be done with `sudo apt install ffmpeg`. There are two alternatives for voice transcription: using the Whisper AI API (which incurs a cost of US$0.06 per 10 minutes of audio) or using the local method. The local method is slower and less precise but is free.
121121

122122
1. WhisperAPI: When using the WhisperAPI, you only need to obtain an OpenAI API key. Place the key in the `.env` file under the `OPENAI_API_KEY` variable. Additionally, set `TRANSCRIPTION_ENABLED` to `"true"` and `TRANSCRIPTION_METHOD` to `"api"`. After restarting the bot, you can proceed to utilize it.
123123

0 commit comments

Comments
 (0)