Releases: pwgit-create/APPWISH_OLLAMA
Release 1.5.1
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
- Update151 by @pwgit-create in #87
- Develop by @pwgit-create in #88
- Update build_appwish_ollama.yml by @pwgit-create in #89
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
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
- Workflow improvment by @pwgit-create in #77
- Update sca_scan.yml by @pwgit-create in #78
- Develop by @pwgit-create in #79
- Create verify_origin_branch.yml by @pwgit-create in #80
- V150 by @pwgit-create in #82
- Develop by @pwgit-create in #83
- Version bump by @pwgit-create in #84
- Develop by @pwgit-create in #85
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
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
- 1 4 2 by @pwgit-create in #67
- Develop by @pwgit-create in #70
- Version bumb 142 by @pwgit-create in #71
- Develop by @pwgit-create in #72
Full Changelog: v1.4.1...v1.4.2
Release 1.4.1
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)
- Run this command:
sudo chmod +x run_once.sh
- 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
- Merge Master into Develop by @pwgit-create in #55
- Update makefile_develop.yml by @pwgit-create in #57
- Develop by @pwgit-create in #60
- Merge master into Develop by @pwgit-create in #61
- Java 19 by @pwgit-create in #59
- Develop by @pwgit-create in #62
- small fix by @pwgit-create in #63
- Develop by @pwgit-create in #64
Full Changelog: v1.4...v1.4.1
Release 1.4
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)
- Run this command:
sudo chmod +x run_once.sh
- 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
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
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.
- Run the script:
run_once.sh
- 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.