Ollama

ollama/ollama last check 191 releases recent
Notes
Release notes
v0.4.5 · 1y+
view on github

Ollama Python library improvements

The Ollama Python Library has been updated:

  • Python functions can now be provided as tools to models
  • Strong typing throughout the library for improved reliability and type safety
  • New examples for tools, chat requests and more

What's Changed

  • Fixed issue where HTTPS_PROXY and HTTP_PROXY environment variables would have no effect
  • Ollama will now accept X-Stainless-Retry-Count used by many OpenAI API clients
  • Fix issue where importing certain GGUF files would result in the incorrect quantization level
  • ollama push will now print the uploaded model URL on ollama.com

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.4.4...v0.4.5