reaper47 / recipya

A clean, simple and powerful recipe manager your whole family will enjoy.
https://recipya.musicavis.ca
GNU General Public License v3.0
202 stars 12 forks source link

Integrate Ollama API #397

Open reaper47 opened 4 months ago

reaper47 commented 4 months ago

Generative AI could be integrated into Recipya for the following tasks:

Integrate the Ollama API because it's free.

This is an optional feature as not everyone has suitable hardware for this.

mblennegard commented 4 months ago

This is an awesome idea. 🙏

brandonkal commented 3 months ago

Since Ollama supports the OpenAI API format it would make sense to implement it that way so users have the choice of hosted vs self-hosted AI.

Also, if you exposed Recipya as something Searxng can index, Recipya could be integrated with https://github.com/ItzCrazyKns/Perplexica. That would be VERY slick to search through and ask questions about my saved recipes. That would be fairly easy to do, without having to first integrate AI into this app itself