macOS 🍎
To run Chat²GPT on macOS, you can use Homebrew to manage your packages. Follow these steps:
-
Install Homebrew
If you don’t have Homebrew installed, open Terminal and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Install Python
Install Python using Homebrew:
brew install python
-
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.