This is a simple chatbot that uses Chainlit and a local LLM.
pip install pipenv
pipenv install
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
pipenv run python -m main