Skip to content

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

License

Notifications You must be signed in to change notification settings

Tinolee615/ChatGPT

 
 

Repository files navigation

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 in favor of a more robust API system under the ChatGPT-Hackers organization.

Notice: A Python library replacement is available at https://github.com/LanLan69/easyChatGPT. It is even better in that Captcha is 100% automated for free.

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%