v0.2.0-pre
Pre-release
Pre-release
What's changed
- Switch to use the next server for TTS requests
- The "openai like" api request now happens on the next server, wherever you are running it, not the client, so the base URL is relative to the next server location
- This means you can use the same base URL (i.e.
http://localhost:8880/v1) for all browsers/devices (set .env to propagate URL to all) - You may need to edit your TTS base URL to be relative the server, you may not need to
- Many bug fixes and improvements including:
- Fix where the TTS would re-call the API even if preloading, if preload was not ready when cursor reached it
- Better iOS playback, still has issues
🐳 Docker preview
docker run --name openreader-webui \
-p 3003:3003 \
-v openreader_docstore:/app/docstore \
richardr1126/openreader-webui:0.2.0-pre
This is a pre-release version, I am still testing for new bugs that might be introduced with switching to server tts.