Skip to content

RadiumLZhang/ChatGPT-Installation

Repository files navigation

ChatGPT-Installation

Fool Your Friend

  1. use conda to create a new environment called env-ssh
conda create -n env-ssh python=3.12
  1. activate the new environment
conda activate env-ssh
  1. install the required packages
pip install -r requirements.txt
  1. set the environment variable
export GT_USERNAME=your_username
export GT_PASSWORD=your_password
export GT_DOMAIN=your_domain
  1. run the script
python3 run.py