Ollama
Notes
Release notes
v0.4.5
· 1y+
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_PROXYandHTTP_PROXYenvironment variables would have no effect - Ollama will now accept
X-Stainless-Retry-Countused by many OpenAI API clients - Fix issue where importing certain GGUF files would result in the incorrect quantization level
ollama pushwill now print the uploaded model URL on ollama.com
New Contributors
- @rrg92 made their first contribution in https://github.com/ollama/ollama/pull/7438
- @oza6ut0ne made their first contribution in https://github.com/ollama/ollama/pull/6910
- @josStorer made their first contribution in https://github.com/ollama/ollama/pull/4118
- @patcher9 made their first contribution in https://github.com/ollama/ollama/pull/7811
- @erikos made their first contribution in https://github.com/ollama/ollama/pull/3591
- @sunnybak made their first contribution in https://github.com/ollama/ollama/pull/7831
Full Changelog: https://github.com/ollama/ollama/compare/v0.4.4...v0.4.5