ChatLlama is an AI chat bot inspired by ChatGPT running Llama 3 locally on an Ollama Server via Docker
Warning
still under development
Live demo here.
The app is powered by:
- 🦙 Ollama for AI model serving & prompting
- 🔋 MySQL for DB & Auth
git clone https://github.com/YanSchw/ChatLlama.git
mvn clean package -DskipTests=true
These are the default secrets, you may override these as you like:
java -jar target/chatllama.jar
-CHATLLAMA_PORT 8080
-OLLAMA_HOSTNAME "http://localhost"
-OLLAMA_PORT 11434
-MYSQL_HOSTNAME "jdbc:mysql://localhost"
-MYSQL_PORT 3306
-MYSQL_USERNAME "root"
-MYSQL_PASSWORD "1234"
git clone https://github.com/YanSchw/ChatLlama.git
deploy.bat
deploy.sh