Coder Social home page Coder Social logo

yanschw / chatllama Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 294 KB

ChatLlama🦙 is an AI chat bot inspired by ChatGPT running LLMs locally on an Ollama Server via Docker

Java 64.16% CSS 12.00% HTML 5.66% Dockerfile 1.36% Shell 0.19% Batchfile 0.22% JavaScript 16.40%
ai chatbot chatgpt docker ollama ollama-app llama3 llm full-stack tinyllama

chatllama's Introduction

Landing

ChatLlama 🦙 - AI chat bot inspired by ChatGPT running Llama 3 locally

ChatLlama is an AI chat bot inspired by ChatGPT running Llama 3 locally on an Ollama Server via Docker

Warning

still under development

How It Works

Live demo here.

The app is powered by:

  • 🦙 Ollama for AI model serving & prompting
  • 🔋 MySQL for DB & Auth

Running Locally (without Docker)

1. Clone Repository

git clone https://github.com/YanSchw/ChatLlama.git

2. Provide a running Ollama server and MySql Database yourself

3. Package the application

mvn clean package -DskipTests=true

4. Run the application and provide secrets as Program Arguments

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"

Running Locally (with Docker 🐋)

1. Clone Repository

git clone https://github.com/YanSchw/ChatLlama.git

2. Ensure Docker Engine is running

3. Run the deployment script

deploy.bat
deploy.sh

chatllama's People

Contributors

yanschw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.