lucagrippa / obsidian-ai-tagger

Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
MIT License
52 stars 10 forks source link

Other LLMS? #3

Open LostFool opened 7 months ago

LostFool commented 7 months ago

Can we use other APIs and LLMs? I'm trying to not get stuck in the OpenAI world.

lucagrippa commented 7 months ago

What other LLM providers were you looking to use? Or do you want to be able to use your own locally hosted model?

LostFool commented 7 months ago

For tagging, ideally local (or remotely hosted). But the anthropic or groq(hardware, not X) is always a consideration.

On Mon, Apr 1, 2024, 12:33 PM Luca Grippa @.***> wrote:

What other LLM providers were you looking to use? Or do you want to be able to use your own locally hosted model?

— Reply to this email directly, view it on GitHub https://github.com/lucagrippa/obsidian-ai-tagger/issues/3#issuecomment-2030215802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIIPGWOQGCG2IP4BKT4TQ4LY3GK7NAVCNFSM6AAAAABFP6JKEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZQGIYTKOBQGI . You are receiving this because you authored the thread.Message ID: @.***>

ShriyanshCode commented 7 months ago

Try out ollama, it runs locally and has a bunch of libraries. Mistral and Meta 7b api via hugging face is pretty decent

LostFool commented 7 months ago

I've got that one on my list. I also like the librechat interface. My real problem is time. 50 hour job and a baby = no time. I just watch all this AI stuff getting anxious wanting to build stuff haha.

On Fri, Apr 5, 2024, 7:41 AM ShriyanshCode @.***> wrote:

Try out ollama, it runs locally and has a bunch of libraries. Mistral and Meta 7b api via hugging face is pretty decent

— Reply to this email directly, view it on GitHub https://github.com/lucagrippa/obsidian-ai-tagger/issues/3#issuecomment-2039707383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIIPGWILIOYPKBIFJYYBB73Y32LXNAVCNFSM6AAAAABFP6JKEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZZG4YDOMZYGM . You are receiving this because you authored the thread.Message ID: @.***>

lucagrippa commented 7 months ago

Going to try to add support for

Would like to look into supporting locally hosted models after that.

Thank you for all the feedback!

lucagrippa commented 6 months ago

The latest release comes with support for MistralAI Small and Large models. Will hopefully be adding support for Groq and Anthropic soon

Dr-DW commented 6 months ago

This plugin would be perfect for locally hosted. I don't feel like tagging is a complex gpt task. Info in --> minimal summary output, a perfect task for it. Therefore, even weak models should do an okay job and can easily be cleaned up after. Elimination of cost and privacy prohibition .

lucagrippa commented 6 months ago

Just added support for GPT-4o

sergioatp commented 3 months ago

Can you please provide support for GPT-4o-mini is super cheap and fast!! https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/

Thank You

lucagrippa commented 3 months ago

Just added support for GPT-4o mini :), sorry for the hold up

mdlmarkham commented 2 months ago

I'm running Ollama locally, and would really like to be able to use it as a back end. I can put the URL into the custom base URL field, it looks like all you would need to do is pull my list of models (Ollama is compatible with the OpenAI API)

lucagrippa commented 2 days ago

New models were added in the most recent update and support for Ollama as well. Looks like there are some bugs with Ollama but I will get those all ironed out within the next few days