Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Buzz with alternative Whisper OpenAI-API-compatible server #948

Open
PierreMesure opened this issue Oct 16, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@PierreMesure
Copy link

Hi,

I find it really hard to find a good app to use Whisper on Windows so thank you for making Buzz, it has great potential!

I tried to use it with my own private Whisper server (I use faster-whisper-server)

It worked for a while but then I tried to change the default model on the server side and it stopped working in Buzz. I reset the values but it didn't solve it, I'm now stuck with this error message instead of the transcription:
Error: 'ascii' codec can't encode character '\xf6' in position 8: ordinal not in range(128)

I'm not sure how to give you more information on this bug. Anyhow, I think it could be useful to allow for the creation of custom API models in the settings in order to be able to set custom names. Or even better, fetch the list of models available at the endpoint from v1/models 😊

@PierreMesure
Copy link
Author

I just found the source of the problem! I had a non-supported character in the password field 🙈🙈🙈.
My password was "lösenord" and now that I changed to "losenord", it works again!

I'm so irritated at myself but at the same time, I think this bug should be fixed and if it can't, a warning message should be added if the password has wrong characters!

@raivisdejus raivisdejus added bug Something isn't working enhancement New feature or request labels Oct 18, 2024
@raivisdejus raivisdejus removed the bug Something isn't working label Oct 18, 2024
@raivisdejus
Copy link
Collaborator

@PierreMesure Thanks for figuring this out. There have been previous reports of this that had no known cause. I have added a check for non-base64 characters to the Preferences screen. This should make use of Custom APIs more stable.

Development version with this fix is available https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain

Regarding getting models from the API, yes, this is also a good idea. Will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants