New
v0.3.0
What's Changed
- Updated create model wrapper by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/149
- Renamed GenerationOptions to ModelOptions by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/150
- Bump quote from 1.0.38 to 1.0.39 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/156
- Bump regex from 1.10.4 to 1.11.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/155
- Bump tokio from 1.33.0 to 1.43.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/154
- Bump log from 0.4.25 to 0.4.26 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/153
- Bump serde_json from 1.0.139 to 1.0.140 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/152
- Bump text-splitter from 0.13.3 to 0.24.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/157
- Bump tokio from 1.43.0 to 1.44.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/158
- Bump schemars from 0.8.21 to 0.8.22 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/159
- Bump serde from 1.0.217 to 1.0.219 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/160
- Bump thiserror from 2.0.11 to 2.0.12 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/161
- Match Ollama's integer width for response token counters by @na-g in https://github.com/pepperoni21/ollama-rs/pull/162
- Implemented model_info field on ModelInfo struct by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/164
- Bump tokio from 1.44.0 to 1.44.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/165
- Bump syn from 2.0.98 to 2.0.100 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/166
- Bump proc-macro2 from 1.0.93 to 1.0.94 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/167
- Bump quote from 1.0.39 to 1.0.40 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/168
- Bump http from 1.2.0 to 1.3.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/169
- Handle multiple/fragmented SSE json events by @rozgo in https://github.com/pepperoni21/ollama-rs/pull/170
- Add keep_alive parameter to chat requests. by @wesc in https://github.com/pepperoni21/ollama-rs/pull/172
- Fix: Ollama uses 'h' to specify hour durations. by @wesc in https://github.com/pepperoni21/ollama-rs/pull/174
- Bump scraper from 0.19.0 to 0.23.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/175
- Bump log from 0.4.26 to 0.4.27 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/176
- Bump reqwest from 0.12.12 to 0.12.15 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/177
- Bump text-splitter from 0.24.1 to 0.25.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/178
- Implement dynamic tooling by @Arjentix in https://github.com/pepperoni21/ollama-rs/pull/173
- Fix error formatting by @Arjentix in https://github.com/pepperoni21/ollama-rs/pull/179
New Contributors
- @na-g made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/162
- @rozgo made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/170
- @wesc made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/172
Full Changelog: https://github.com/pepperoni21/ollama-rs/compare/v0.2.6...v0.3.0