hyprnote
hyprnote copied to clipboard
Allow using whisper models from openai api
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.
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?
sounds good to me! @ComputelessComputer