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

Added guide for ollama/LiteLLM #19

Closed dwinkler1 closed 8 months ago

alondmnt commented 9 months ago

Thank you very much! Will just run a quick test on my laptop and then merge it.

dwinkler1 commented 9 months ago

Perfect. Let me know if something is unclear. I think it would be cool to spawn the two processes directly from Joplin but I have no idea how to implement that (I don't know JavaScript at all unfortunately).

Hegghammer commented 8 months ago

I implemented this with ollama/mistral and it works beautifully. Only thing is that the plugin forces me to enter an OpenAI API key even though my setup calls no OpenAI services. Presumably it's a hardcoded check of some sort that can be removed.

alondmnt commented 8 months ago

Sorry for the wait, finally got to testing it, and it works great. Thank you!

alondmnt commented 8 months ago

@Hegghammer true, Jarvis checks that there's some key entered, but you can enter any random string there.