Add API_STT_THREADS env var to configure the number of STT threads per worker

This commit is contained in:
ChaoticByte 2025-06-08 18:40:28 +02:00
parent 6f4f287601
commit 38d91cad0c
No known key found for this signature in database
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,4 @@
export ACCESS_CONTROL_ALLOW_ORIGIN="*"
export API_STT_MODEL="/Models/faster-whisper-medium"
# export API_STT_THREADS=4 # per worker, default: 4