YOUSY0US3F / minecraft-gpt-god-plugin

MIT License
75 stars 13 forks source link

how to use this with groq instead of gpt? #53

Open susdw opened 1 month ago

susdw commented 1 month ago

not really an issue i just want to know what i need to change to make it compatible

YOUSY0US3F commented 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

OdysseyAi commented 3 weeks ago

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"?

ConnorBP commented 1 week ago

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 :)