Wish For A Star #152
pwgit-create
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wish For A Star
Release Notes 1.8.1
Install AppWish Ollama
Start Appwish Ollama
Appwish Enterprise
Appwish enterprise is a version of appwish that has the ability to create code bases with simple user input. To purchase this, contact me and I'll send you a JAR file.
Llama3 is back
The codestral:22b model has been modified to Llama3 to facilitate the use of Appwish by more individuals. However, the Codestral model is superior and I use it. If you have the hardware for it, use WSL and Nvidia GPUs and you will see.
How can I change the model to codestral:22b for the Linux AMD X64 version?
Run the install script that installed ollama before typing
ollama pull codestral:22bin your terminal.Edit the text in the file using the path:
src/main/resources/ollama_model.propsFrom
MODEL_NAME=llama3:latestInto
MODEL_NAME=codestral:22bHelper script for Windows Subsystem for Linux (WSL)
This script is designed to help you run Appwish Ollama using WSL (wsl_helper_script.sh).
If you have a decent Nvidia GPU, you can run NvidiaCUDA with WSL without much setup. If you're looking for a very fast app generation, this option is a good choice.
Running this script is not recommended if you have no intention of using WSL.
🐲 🔮 🌌
This discussion was created from the release Wish For A Star.
Beta Was this translation helpful? Give feedback.
All reactions