ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
4.04k stars 339 forks source link

CLI proof of concept #185

Closed p-vdp closed 1 month ago

p-vdp commented 3 months ago

See #183 #184

mxyng commented 1 month ago

Thanks for the contribution. As another contributor has pointed out, a Python-based doesn't really make sense since Ollama CLI already exists. This library is meant to be a thin wrapper around the Ollama API. As such, a CLI would be out of scope.