ChatGPT Save Abandoned

Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.

Project README

ChatGPT

PyPi PyPi

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.

Notice: The project has been archived due to severe limitations by Cloudflare. I have not abandoned ChatGPT. A new version is in the works which completely avoid the mess with Cloudflare. To get notified when the new version is released, you can follow me on Fosstodon or Twitter.

Usage

Installation

pip3 install --upgrade revChatGPT python3 -m playwright install

Usage

python3 -m revChatGPT

Configuration (Optional)

All of these are optional

{
  "session_token": "<token>",
  "proxy":"<proxy>",
  "accept_language": "en-US,en"
}

Developer usage

Take a look at the main.py

Basics

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

Using a proxy?

连接代理后运行,等待首次浏览器自动关闭后,立即关闭代理,建议设置全局代理运行。如果顺利完成,等待浏览器第二次自动打开后。将会正确获取到参数。

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.

Awesome ChatGPT

My list

If you have a cool project you want added to the list, open an issue.

Disclaimers

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

Credits

Open Source Agenda is not affiliated with "ChatGPT" Project. README Source: acheong08/ChatGPT
Stars
7,446
Open Issues
59
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating