Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 849 Bytes

image

deps:

GPTCodeProcessor

Using chatGPT (based on reversed Engineered API) to generate runable python code, fix errors in runtime and finally have someone to do my job.

Make ChatGPT generate code!

RevChatGPT can be less resilent due to its reversed engineered nature and being based on highly used ChatGPT - which is currently in demand.

How to run

  1. Checkout out repo
  2. Install dependencies
  3. Set your OpenAI API keys or session-id for revChatGPT in config.json
  4. execute python3 run.py
  5. open http://localhost:8000

Project is based on BlackBoxTesting Framework:

https://github.com/PeterWaIIace/BlackBoxTesting