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
235 stars 22 forks source link

Groq support #29

Open eclipseo opened 5 months ago

eclipseo commented 5 months ago

Hello,

Would you mind adding support for Groq?

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

Thank you

alondmnt commented 5 months 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.