sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
534 stars 82 forks source link

Where should I insert my api key? #42

Closed ShlomiShif closed 1 year ago

ShlomiShif commented 1 year ago

I implemeted this library per the example provided here and I get the following exception when trting to submit requests: System.Security.Authentication.AuthenticationException: Authentication failed

I guess this is due to missing api key.

sandrohanea commented 1 year ago

Hello @ShlomiShif , The issue you are facing is most likely caused by another part of your application.

Whisper.net is based on Whisper.cpp and runs locally so it doesn't need any api key nor other form of authentication in order to run the model.

sandrohanea commented 1 year ago

Will close this for now as it doesn't seem related to the Whisper.net library.

theolivenbaum commented 1 year ago

Was probably due to an old download URL from huggingsface - I saw the same issue before when debugging why the downloader stopped working.