Skip to content

Releases: pwgit-create/APPWISH_OLLAMA

Release 1.5.1

31 Jan 23:25
cf559ae
Compare
Choose a tag to compare

Release 1.5.1 information:

  • Enhanced the prompts to ensure a smoother experience for the end user
  • The installer will install Java 19 for you unless you already have it.
For tips on running AppWish Ollama as quickly as possible, please refer to the discussion thread from the previous release.

Installing AppWish Ollama

1. Run this command:

                          ./install_ollama.sh

Starting Appwish Ollama

See the project readme If you are encountering difficulties with the installation of Java 19
                          sudo java -jar code-generator-gui-ollama-1.5.1.jar

Have fun with the release and generate apps in a responsible manner. 🐲 🔮 🌌

What's Changed

Full Changelog: v1.5.0...v1.5.1

Example of usage

Write in the AppWish application window : Name Generator with GUI

Release 1.5.0

30 Jan 20:50
d2d5f7a
Compare
Choose a tag to compare

Release 1.5.0 information:

  • There has been a significant increase in positive outcomes since changing the model to dolphin-mistral.
  • The installation process has been made much easier, and Java 19 will be installed for you if it's not already installed on your system.

Installing AppWish Ollama

1. Run this command:

                          ./install_ollama.sh

Starting Appwish Ollama

See the project readme If you are encountering difficulties with the installation of Java 19
                          sudo java -jar code-generator-gui-ollama-1.5.0.jar

Have fun with the release and generate apps in a responsible manner. 🐲 🔮 🌌

What's Changed

Full Changelog: v1.4.2...v1.5.0

For tips on running AppWish Ollama as quickly as possible, refer to the discussion thread of this release.

Release 1.4.2

16 Jan 19:43
38119ce
Compare
Choose a tag to compare

Release 1.4.2 information:

  • Better parsing of the Java code from the LLM model output
  • The request to the local LLM server has been updated with additional options.
  • Compile errors have decreased as a result of algorithm improvements.

Assisting in the release of 1.4.2

Stefan Smudja Code Reviewing

Installing AppWish Ollama

1. Run this command:

                          sudo chmod +x run_once.sh 

2. Run this command: (The app requires this to function and it should only be run once)

                          ./run_once.sh

Starting Appwish Ollama

See the project readme If you are encountering difficulties with the installation of Java 19
                          sudo java -jar code-generator-gui-ollama-1.4.2.jar

Installing OLLAMA local LLM Server (Just in case you haven't yet set it up)

                          ./install_ollama.sh

Have fun with the release and generate apps in a responsible manner. 🐲 🔮 🌌

What's Changed

Full Changelog: v1.4.1...v1.4.2

Release 1.4.1

14 Jan 20:53
afad602
Compare
Choose a tag to compare

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

Release 1.4

13 Jan 02:20
87bb815
Compare
Choose a tag to compare

Release 1.4 information: The algorithm has been enhanced to more accurately match various LLM models! #50

Make certain that you have activated the OLLAMA server before running the jar. The project readme provides more information on how to setup that.

Note: A Linux system is necessary for running this Jar file.

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.jar

Enjoy ❄️

Release 1.3

12 Jan 20:43
789289c
Compare
Choose a tag to compare
Release 1.3 Pre-release
Pre-release

Release 1.3 information: The algorithm and code-base were improved, so I created a new release (a v1.2 extension release).

The instructions for usage are provided below

Make certain that you have activated the OLLAMA server before running the jar. The project readme provides more information on how to setup that.

Note: A Linux system is necessary for running this Jar file.

Run the script: run_once.sh
Run the command: sudo java -jar code-generator-gui-ollama-1.3.jar

Acknowledgements

Thank you to lilstiffy for your support and inspiration. I highly recommend checking out his GitHub as he is a true developer.
Thank you to EC-Council for being an exceptional organization with outstanding content and exceptional individuals.

Release 1.2

12 Jan 00:10
82bd3f0
Compare
Choose a tag to compare

The First release of Appwish OLLAMA 💯

The release now contains a binary executable. The instructions for usage are provided below.

Make certain that you have activated the OLLAMA server before running the jar. The project readme provides more information on how to setup that.

Note: A Linux system is necessary for running this Jar file.

  1. Run the script: run_once.sh
  2. Run the command: sudo java -jar code-generator-gui-ollama-1.2.jar

Acknowledgements

Thank you to lilstiffy for your support and inspiration. I highly recommend checking out his GitHub as he is a true developer.
Thank you to EC-Council for being an exceptional organization with outstanding content and exceptional individuals.