Ready to deploy Offline LLM AI web chat.
Instructions to install all the required software and settings.
-
Install Torch from the official site, for more performance use the cuda version if you have the needed hardware.
-
Clone this repository
git clone --recurse-submodules https://github.com/ubertidavide/local_gpt.git
- Install all Python dependencies using pip:
pip install -r requirements.txt
-
Insert your preferred prompt at
line 24
in themain.py
code, you could found some awasome promts here -
Deploy the app locally:
streamlit run main.py