virtUOS / transcription-whisper

Simple website to connect to whisperx transcription service
GNU General Public License v3.0
0 stars 1 forks source link

Remove unnecessary API URL #4

Closed lkiesow closed 1 month ago

lkiesow commented 1 month ago

Instead of redirecting to a specific hostname, we can also just use a relative patch. This means that we no longer need the API_URL configuration at all.

dennis531 commented 1 month ago

This change assumes that the transcription/whisper runs on the same system. Perhaps this might not be the case and we want to run whisper on a different machine?

lkiesow commented 1 month ago

Oh, never mind. I misinterpreted this as being paths of this tool. But you are right, that's the API of the service that actually runs Whisper.