Skip to content

Commit 0c6a2cd

Browse files
committed
fix error on local tts docs
1 parent 7207add commit 0c6a2cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/server/configure.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,10 @@ We recommend having Docker installed for the easiest setup. Local TTS and STT re
129129

130130
#### Local TTS
131131
1. 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

0 commit comments

Comments
 (0)