hyprnote icon indicating copy to clipboard operation
hyprnote copied to clipboard

Allow using whisper models from openai api

Open unkn0wncode opened this issue 7 months ago • 2 comments

Would be ideal if it was possible to just use openai api key for whisper models, as these may be more accurate than local equivalent.

unkn0wncode avatar May 04 '25 08:05 unkn0wncode

Hey @unkn0wncode , that is totally possible.

Side note:

  • We thought about making the STT model to work similar to our custom LLM API endpoint, where it is OpenAI-compatible.
  • BUT since many STT models are so much different from others compared to LLMs, we decided why not just allow OpenAI's first.
  • SO we're going to implement what you are saying first, and then try to create an interface that's compatible with all STT providers.

Sounds good?

ComputelessComputer avatar May 08 '25 05:05 ComputelessComputer

sounds good to me! @ComputelessComputer

unkn0wncode avatar May 08 '25 10:05 unkn0wncode