openreader/scripts
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
..
groq-tts-proxy.py feat: add AI summarization with multi-provider support and Groq TTS integration 2026-01-19 23:32:13 +00:00
openreader-webui.sh chore: remove package-lock.json and update URLs in setup documentation 2026-01-25 14:13:57 -06:00
OPENREADER_SETUP.md chore: remove package-lock.json and update URLs in setup documentation 2026-01-25 14:13:57 -06:00
README.md chore: remove package-lock.json and update URLs in setup documentation 2026-01-25 14:13:57 -06:00

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

./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)