Ubuntu 🤓
To run Chat²GPT on Ubuntu, follow these steps:
-
Update Packages
Open Terminal and update your package list:
sudo apt update
-
Install Required Dependencies
Install Python and other necessary packages:
sudo apt install python3 python3-pip git
-
Clone the Repository
Clone the Chat²GPT repository:
git clone https://github.com/RAHB-REALTORS-Association/chat2gpt.git
Navigate to the cloned directory:
cd chat2gpt
-
Install Python Packages
Install the required Python packages:
pip3 install -r requirements.txt
-
Run the Server
Start the Chat²GPT server:
python3 server.py
The server should start successfully and can be accessed at http://127.0.0.1:5000.