Skip to content

Release 1.4.1

Compare
Choose a tag to compare
@pwgit-create pwgit-create released this 14 Jan 20:53
· 272 commits to master since this release
afad602

Release 1.4.1 information:

The Java version has been updated to 19. Also, the algorithm has been improved minorly.

In case you're unsure about how to install Java 19 on Ubuntu, refer to the project readme !

Installing (This is only a one-time task)

  1. Run this command:
    sudo chmod +x run_once.sh
  2. Run this command:
    ./run_once.sh

Starting the jar file

Run this command: sudo java -jar code-generator-gui-ollama-1.4.1.jar

In this release, OLLAMA can be installed using a helper script

Run the command bellow to install OLLAMA
./install_ollama.sh

What's Changed

Full Changelog: v1.4...v1.4.1