alondmnt / joplin-plugin-jarvis

Joplin (note-taking) assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, Llama, Universal Sentence Encoder, etc.)
GNU Affero General Public License v3.0
209 stars 22 forks source link

Groq support #29

Open eclipseo opened 2 weeks ago

eclipseo commented 2 weeks ago

Hello,

Would you mind adding support for Groq?

https://console.groq.com/docs/quickstart

Thank you

alondmnt commented 2 weeks ago

I think that Groq should already be supported via its OpenAI compatible API, although I don't know of anyone who used it.

The Jarvis guide already has some examples of how to setup OpenAI compatible APIs. You could probably use https://api.groq.com/openai/v1/chat/completions as your endpoint.