openreader/scripts/README.md
Sunny Modi 161a294a24 chore: remove package-lock.json and update URLs in setup documentation
- Deleted `package-lock.json` to streamline dependency management.
- Updated URLs in `OPENREADER_SETUP.md`, `openreader-webui.sh`, and `README.md` to reflect local development settings instead of production URLs.
2026-01-25 14:13:57 -06:00

34 lines
605 B
Markdown

# OpenReader WebUI Scripts
Scripts for running OpenReader WebUI with Groq Orpheus TTS.
## Files
- `openreader-webui.sh` - Main startup script
- `groq-tts-proxy.py` - FastAPI proxy that adds `/v1/audio/voices` endpoint for Groq
- `.env` - Environment variables (contains `GROQ_API_KEY`)
## Usage
```bash
./openreader-webui.sh
```
## URL
http://localhost:3003
## Architecture
```
OpenReader WebUI (Docker :3003)
Groq TTS Proxy (localhost:8880)
Groq API (canopylabs/orpheus-v1-english)
```
## Available Voices
- troy, austin, daniel (male)
- autumn, diana, hannah (female)