Custom APIs #827
Replies: 1 comment 4 replies
-
Thanks for the work you have done in this software! I'm using whisper.cpp at medium to transcribe video files and output subtitles in English, but I intend in translate these subtitles to Portuguese, I create an openai api key just to discover that I have to pay to use. I'm trying to use ollama with llama2 model as it's been shown in https://ollama.com/blog/openai-compatibility. I had openai api key in Preferences and on "OpenAI base url" I put http://localhost:11434/. When I open the subtitle in buzz and click the translate button I type the model "llama2" and type the instructions as in the link https://chidiwilliams.github.io/buzz/docs/usage/translations, and nothing happens. Any instructions on how to use buzz with ollama models? |
Beta Was this translation helpful? Give feedback.
-
This discussion thread is a place to collect custom API urls that can be used with Buzz. Enter API urls and keys in Help -> Settings.
API key has to be in
acsii
encoding with no special language characters.https://api.openai.com/v1
) supports transcription of files up to 25MB in size. Price $0.006 / minute. More infohttps://api.lemonfox.ai/v1
. Price $0.50 per 3 hours of speech. More infohttps://api.groq.com/openai/v1
. Free transcription with quite generous limits. More intoLocal translation with Ollama is also possible. For setup instructions see this.
Use this configuration
http://localhost:11434/v1
ollama
Please note that if API key validation fails transcription and translation with the API may still work, as some API may not support key validation.
Beta Was this translation helpful? Give feedback.
All reactions