Releases: ollama4j/ollama4j
Releases · ollama4j/ollama4j
1.0.86
Adds support for custom roles using OllamaChatMessageRole
.
Full Changelog: 1.0.85...1.0.86
1.0.85
What's Changed
- Add
minp
option and ability to set custom options by @daguava in #72 - Add 'tool' role by @daguava in #73
- Add new embed API
New Contributors
Full Changelog: 1.0.84...1.0.85
1.0.84
Added llama3.1
1.0.83
1.0.82
- Updated
ModelsProcessResponse
class to supportps()
API - Enabled
JsonIgnoreProperties
forModelsProcessResponse
class. - Added a default constructor to use
http://localhost:11434
as a default Ollama host. - Updated
withMessages
method ofOllamaChatRequestBuilder
to reset the messages.
1.0.82 - Deprecated
- Updated
ModelsProcessResponse
class to supportps()
API - Enabled
JsonIgnoreProperties
forModelsProcessResponse
class. - Added a default constructor to use
http://localhost:11434
as a default Ollama host.
1.0.80
- Refactored classes into request and response package
- Added
ps()
API
Full Changelog: 1.0.79...1.0.80
1.0.79
Refactored the package name from io.github.amithkoujalgi.ollama4j.core
to io.github.ollama4j
.
Full Changelog: 1.0.78...1.0.79
1.0.78
Update README.md
1.0.77
Updated Tools API. Refer the docs for details.
Full Changelog: 1.0.76...1.0.77