SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

404 for whisper api #177

Closed cian0 closed 1 year ago

cian0 commented 1 year ago

Browser mode works on Chrome but Whisper just goes 404:

127.0.0.1 - - [22/Oct/2023 18:43:47] "OPTIONS /api/speech-recognition/whisper/process-audio HTTP/1.1" 404 -

prestonzen commented 1 year ago

I also have the same issue. Everything was set up as per the instructions. I do have it enabled in --extensions

image

Cohee1207 commented 1 year ago

I need to see your extras startup string

cian0 commented 1 year ago

My extras looks like this: python server.py --enable-modules=coqui-tts,silero-tts,whisper-speech-recognition

Cohee1207 commented 1 year ago

The proper name for whisper module is different.

python server.py --enable-modules=whisper-stt

https://docs.sillytavern.app/extras/extensions/speech-recognition/#speech-recognition

cian0 commented 1 year ago

Oh yeah it is working now thank you!