taketwo / llm-ollama

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

FYI Official Ollama Python Library #1

Closed easp closed 10 months ago

easp commented 10 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 10 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 10 months ago

I've updated the plugin to use the library.