Commit 48f11f2
chore: change default TTS server port from 8000 to 8765 (#815)
Changes the default TTS server port from 8000 to 8765 to prevent
common conflicts with other development servers that typically use port 8000.
This affects:
- scripts/tts_server.py: Default port option
- gptme/tools/tts.py: Client port configuration and comment
Co-authored-by: Erik Bjäreholt <erik@bjareho.lt>1 parent 6345f0c commit 48f11f2
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments