python3, linux
Give chatGPT access to your computer
Source code for GPT in the GPT store. You can give him instructions and he will make them on your computer.
Install SqlMap on my server!
apt install sqlmap -y
- Clone the git repository
git clone https://github.com/daniel-stoyanov2009/SSH-GPT.git
- Log into repo's directory.
cd SSH-GIT
- Open server.py and set up a user and password.
nano server.py
- Open openai-specification.yaml and set up your ip address.
nano openai-specification.yaml
- Create an GPT with action and dont forget to setup authenication (User & Pass)
- Install requirements
pip3 install -r requirements.txt
python3 server.py
This repo is open for contributions.