Files
omnivoice.cpp-openwebui_patch/examples/server.sh
T
2026-08-16 19:09:33 +07:00

8 lines
227 B
Bash
Executable File

#!/bin/bash
# Start the omnivoice OpenAI-compatible TTS server.
./build/tts-server \
--model models/omnivoice-base-Q8_0.gguf \
--codec models/omnivoice-tokenizer-F32.gguf \
--host 127.0.0.1 --port 8080 --lang None