Open susdw opened 1 month ago
I've actually never heard of this but, after taking a quick peek at the docs, it seems they use the same schema as OpenAI. I think you would just have to replace the urls in the Transcription and GPTAPI files to the groq one https://api.groq.com/openai/v1/chat/completions
and use your groq key instead. It seems they don't have a tts endpoint so you would have to disable tts in the config
Does any of you figured out how to do that? I think this might become popular alternative option because Groq is free rather then Chatgpt. Could you give a brief explanation on how to "replace urls in the Transcription nd GPTAPI files to the groq one"?
I have a port to google gemini thats free if you want
Does any of you figured out how to do that? I think this might become popular alternative option because Groq is free rather then Chatgpt. Could you give a brief explanation on how to "replace urls in the Transcription nd GPTAPI files to the groq one"?
I ported this plugin to use google gemini. Feel free to give that a try :)
not really an issue i just want to know what i need to change to make it compatible