Reverse Engineered ChatGPT by OpenAI. Extensible for chatbots etc.
Connect with me on Linkedin to support this project. I'm graduating high school soon and knowing some people might help my chances at finding employment.
pip3 install --upgrade revChatGPT
python3 -m playwright install
python3 -m revChatGPT
All of these are optional
{
"session_token": "<token>",
"proxy":"<proxy>",
"accept_language": "en-US,en"
}
Take a look at the main.py
from revChatGPT.revChatGPT import Chatbot
# Do some config
...
chatbot = Chatbot({
# This could be blank but the dict should be here
})
chatbot.get_chat_response(prompt, output="text") #output=stream uses async generator
连接代理后运行,等待首次浏览器自动关闭后,立即关闭代理,建议设置全局代理运行。如果顺利完成,等待浏览器第二次自动打开后。将会正确获取到参数。
Open the proxy first, run it, wait for the browser to close automatically for the first time, and immediately close the proxy. It is recommended to set a global shortcut key to press. If completed successfully, the browser will automatically open after the second time. The parameters can be obtained correctly.
If you have a cool project you want added to the list, open an issue.
This is not an official OpenAI product. This is a personal project and is not affiliated with OpenAI in any way. Don't sue me
- rawandahmad698 - Reverse engineering Auth0
- FlorianREGAZ - TLS client
- PyRo1121 - Linting
- Harry-Jing - Async support
- Ukenn2112 - Documentation
- aliferouss19 - Logo
- All other contributors