* client: remove sha256 as it's already available in the digest * client: improve error messaging on connection failure * chore: bump httpx from 0.27.2 to 0.28.1 * chore: ensure imports are sorted * examples: fix create examples * examples: update create example * fix: don't run lints on all Python versions * fix: formatting & CI * chore: add tests for checking sha in blob request - update to 0.4.6: * add create api changes to support ollama v0.5.5 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-ollama?expand=0&rev=9
56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 11 12:47:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.4.7:
|
|
* client: remove sha256 as it's already available in the digest
|
|
* client: improve error messaging on connection failure
|
|
* chore: bump httpx from 0.27.2 to 0.28.1
|
|
* chore: ensure imports are sorted
|
|
* examples: fix create examples
|
|
* examples: update create example
|
|
* fix: don't run lints on all Python versions
|
|
* fix: formatting & CI
|
|
* chore: add tests for checking sha in blob request
|
|
- update to 0.4.6:
|
|
* add create api changes to support ollama v0.5.5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 8 09:22:05 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Disable tests as it requires python-pydantic, which is not in
|
|
Factory yet
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 09:15:52 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 0.4.5
|
|
* Add Pydantic for validation and serialization
|
|
* Passing Functions as Tools
|
|
* No head request for create blob
|
|
* Deprecate embeddings from docs in favor of embed
|
|
* various bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 08:59:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.3.3:
|
|
* stream in async client raises RuntimeError when processing
|
|
HTTP errors
|
|
* Add URL path to client URL in in Client._parse_host()
|
|
* IPv6 support
|
|
- run tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 31 08:33:12 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 0.3.1
|
|
* update to llama3.1
|
|
* fix: tool_calls response parsing
|
|
* Update Message annotations to support tool calls
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 06:13:51 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- initial package of version 0.3.0
|
|
|