token limit and chunking
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user