Skip to content

Releases: owpk/jllama-cli

0.2.2

26 Jun 03:31

Choose a tag to compare

  • openai support

0.1.8

21 May 02:25

Choose a tag to compare

Changes:

  • Increase http read timeout to 5 min

Features:

  • Chat request
  • Generate request
  • Roles
  • Chat history
  • Configuration
  • Native Image

Usage example:

native image binary

./jllama_macos_arm64 chat "hello world"

jar

java -jar jllama.jar chat "hello world"

Full Changelog: v0.1.7...v0.1.8