token limit and chunking

This commit is contained in:
Alex
2026-02-06 10:07:05 -06:00
parent 75a5fc0a95
commit 14af1d0600
3 changed files with 79 additions and 42 deletions

View File

@@ -42,7 +42,7 @@ ENV OUTPUT_DIR=/app/output
ENV VOICES_DIR=/app/voices
ENV ORPHEUS_MODEL=canopylabs/orpheus-tts-0.1-finetune-prod
ENV DEFAULT_VOICE=tara
ENV MAX_MODEL_LEN=2048
ENV MAX_MODEL_LEN=8192
# Health check (longer start period - model loading takes time)
HEALTHCHECK --interval=30s --timeout=10s --start-period=180s --retries=3 \