Increase Orpheus Ollama timeout from 120s to 600s

Long emotional monologues with multiple <sigh>/<laugh>/<gasp> tags
generate ~4000 tokens at ~12 tok/s, easily exceeding 2 minutes.
This commit is contained in:
Ryan Malloy 2026-02-21 17:09:13 -07:00
parent 48b518771d
commit 7f9557d93b

View File

@ -144,7 +144,7 @@ class OrpheusEngine(TTSEngine):
"top_p": 0.9,
"stream": False,
},
timeout=120,
timeout=600,
)
resp.raise_for_status()
return resp.json()