- Edit config file withe the urls and paths of your models from Huggingface
- Create empty models folder:
mkdir ./models
pip install -r requirements.txt
- Launch chatbot:
-
Terminal-based interface:
python main.py
-
Tkinter GUI:
python gui.py
-
Tested on Linux, no GPU.