I would love it if I could use a local model (I am running ollama locally), but I would settle for a hosted model if needed.
Anyone here have a good experience going down this route?
I asked:
how would I:
- use IMAP to read email from my email server
- call a local LLM (say ollama) to classify the email
- file each email into one of N folders or maildirs or mboxes ?
and received a reasonable python program.