Skip to content

lucebert/private-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot with Chainlit and local LLM

This is a simple chatbot that uses Chainlit and a local LLM.

Install dependencies

pip install pipenv
pipenv install

Download the model

mkdir -p models/7B
curl -L -o models/7B/llama-2-7b-chat.Q2_K.gguf https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf?download=true

you can find other models on HuggingFace

Running the app

pipenv run python -m main

About

Chatbot with Chainlit and local LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages