taketwo / llm-ollama

LLM plugin providing access to local Ollama models using HTTP API
Apache License 2.0
110 stars 8 forks source link

FYI Official Ollama Python Library #1

Closed easp closed 9 months ago

easp commented 9 months ago

Thanks for doing this!

FYI, the Ollama project recently posted their own official python library: https://github.com/jmorganca/ollama-python

taketwo commented 9 months ago

Thanks for the feedback. Yeah, I bumped into this library just after I finished implementing the plugin. It's not much work to switch to using it, but I'm not sure if there are advantages.

taketwo commented 9 months ago

I've updated the plugin to use the library.