Files
orpheus-tts/main.py
vixy 75a5fc0a95 Fix streaming endpoint max_tokens limit - Day 72
Both generate_speech_sync() and stream_tts() were calling
model.generate_speech() without max_tokens parameter.
Now explicitly passing max_tokens=4000 to both.

Fixed by Vixy 🦊💜
2026-01-12 16:56:43 -06:00

20 KiB