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

Support custom Whisper API endpoints for voice transcription #2647

Open
mbailey opened this issue Dec 17, 2024 · 0 comments
Open

Support custom Whisper API endpoints for voice transcription #2647

mbailey opened this issue Dec 17, 2024 · 0 comments

Comments

@mbailey
Copy link

mbailey commented Dec 17, 2024

Issue

It was only on reading CONTRIBUTING.md today that I realised I should have:

  • Created an issue before working on this
  • Used pre-commit

Sorry to foist a largish change without creating an issue first @paul-gauthier.

I think this is a very important change as Whisper is free and people can self host it to protect their privacy and money. I've been using Aider with self hosted Whisper for months using a simple proxy I wrote but thought I would make the effort to make it easy for others. It's been a good chance to get to know Aider better.

I rewrote #2634 tonight to use --api-key and renamed the env vars to WHISPER_API_BASE and WHISPER_API_KEY.

Anyway, I think the change is now pretty tight and minimal.

Version and model info

No response

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

No branches or pull requests

1 participant