You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Microsoft C++ Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools)
8
8
9
9
## INSTALLATION
10
-
This is a "summarized guide". Check out the [official Core Boxx AI ChatBot](https://code-boxx.com/core-boxx-ai-chatbot/) page if you need more details.
11
-
12
10
* Copy/unzip this module into your existing Core Boxx project folder.
13
-
* Choose a model from [Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=trending). Edit `chatbot/settings.py`, paste the URL suffix into `model_name`.
14
-
* Put your documents into `chatbot/docs`.
11
+
* Put documents you want the AI to "learn" into `chatbot/docs`.
15
12
* Run setup - *BE WARNED, GIGABYTES WORTH OF DOWNLOAD!*
16
-
* Windows - Run `chatbot/0-setup.bat` for "CPU only", and `chatbot/0-setup.bat GPU`for "GPU accelerated".
17
-
* Linux - Run `chatbot/0-setup.sh` for "CPU only", and `chatbot/0-setup.sh GPU`for "GPU accelerated".
13
+
* Windows - Run `chatbot/0-setup.bat` for "CPU only", and `chatbot/0-setup.bat GPU`if you have an Nvidia graphics card.
14
+
* Linux - Run `chatbot/0-setup.sh` for "CPU only", and `chatbot/0-setup.sh GPU`if you have an Nvidia graphics card.
0 commit comments