Skip to content

A terminal based UI or a simple Python-based GUI to chat with llms via llama-cpp python wrapper.

Notifications You must be signed in to change notification settings

albpurpura/llm-chatbot

Repository files navigation

Instructions

  1. Edit config file withe the urls and paths of your models from Huggingface
  2. Create empty models folder: mkdir ./models
  3. pip install -r requirements.txt
  4. Launch chatbot:
    • Terminal-based interface: python main.py

    • Tkinter GUI: python gui.py

Tested on Linux, no GPU.

About

A terminal based UI or a simple Python-based GUI to chat with llms via llama-cpp python wrapper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published