fedirz / faster-whisper-server

https://hub.docker.com/r/fedirz/faster-whisper-server
MIT License
477 stars 78 forks source link

Incorrect parameter names for timestamp_granularities #19

Closed pasinduranjula closed 3 months ago

pasinduranjula commented 3 months ago

OpenAI use the "segment" and "word" as the values for the timestamp_granularities array. Those values don't work in the faster-whisper-server.

I think the issue is that faster-whisper-server is using the plural forms "segments" and "words" as the values for the timestamp_granularities array.

pasinduranjula commented 3 months ago

Thank you for fixing the issue so quickly!