[go: up one dir, main page]

Skip to content

Releases: ollama4j/ollama4j

1.0.86

31 Oct 12:37
3fc7e94
Compare
Choose a tag to compare

Adds support for custom roles using OllamaChatMessageRole.

Full Changelog: 1.0.85...1.0.86

1.0.85

29 Oct 18:39
bd1a57c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.84...1.0.85

1.0.84

04 Sep 20:12
Compare
Choose a tag to compare

Added llama3.1

1.0.83

04 Sep 19:56
Compare
Choose a tag to compare

What's Changed

  • Change Gradle dependency example to use correct declaration by @peaster in #63
  • Added llama3.1

New Contributors

Full Changelog: 1.0.82...1.0.83

1.0.82

08 Aug 20:11
Compare
Choose a tag to compare
  • Updated ModelsProcessResponse class to support ps() API
  • Enabled JsonIgnoreProperties for ModelsProcessResponse class.
  • Added a default constructor to use http://localhost:11434 as a default Ollama host.
  • Updated withMessages method of OllamaChatRequestBuilder to reset the messages.

1.0.82 - Deprecated

06 Aug 05:55
Compare
Choose a tag to compare
1.0.82 - Deprecated Pre-release
Pre-release
  • Updated ModelsProcessResponse class to support ps() API
  • Enabled JsonIgnoreProperties for ModelsProcessResponse class.
  • Added a default constructor to use http://localhost:11434 as a default Ollama host.

1.0.80

27 Jul 18:42
Compare
Choose a tag to compare
  • Refactored classes into request and response package
  • Added ps() API

Full Changelog: 1.0.79...1.0.80

1.0.79

27 Jul 11:12
Compare
Choose a tag to compare

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

26 Jul 19:18
3ab9e4c
Compare
Choose a tag to compare
Update README.md

1.0.77

14 Jul 05:56
Compare
Choose a tag to compare

Updated Tools API. Refer the docs for details.

Full Changelog: 1.0.76...1.0.77