File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,10 @@ We recommend having Docker installed for the easiest setup. Local TTS and STT re
129129
130130#### Local TTS
1311311 . Clone the [ openedai-speech] ( https://github.com/matatonic/openedai-speech?tab=readme-ov-file ) repository
132- 2 . Set ` base_url = os.environ.get("OPENAI_BASE_URL", "http://localhost:9000/v1") ` to point to localhost at port 9000 in ` say.py `
133- 3 . Follow the Docker Image instructions for your system. Default run ` docker compose -f docker-compose.min.yml up ` in the root.
134- 4 . Set your profile with local TTS service
132+ 2 . Follow the Docker Image instructions for your system. Default run ` docker compose -f docker-compose.min.yml up ` in the root.
133+ 3 . Set your profile with local TTS service
135134``` python
136- interpreter.stt = " local"
135+ interpreter.tts = " local"
137136```
138137
139138#### Local STT
You can’t perform that action at this time.
0 commit comments