ChatGPT is a reverse engineering of OpenAI's ChatGPT API
Project description
ChatGPT
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: A cloudflare bypass has been found. Documentation needs to be updated but it now works.
This is the library implementation. For an API that scales, check out https://github.com/ChatGPT-Hackers/ChatGPT-API-server (By me as well)
The API is a separate project and not part of this library.
Usage
Installation
pip3 install --upgrade revChatGPT
Configuration
https://github.com/acheong08/ChatGPT/wiki/Setup
{
"session_token": "<token>",
"proxy": "<proxy>"
}
Proxy is optional
Usage
python3 -m revChatGPT
from revChatGPT.ChatGPT import Chatbot
chatbot = Chatbot({
"session_token": "<YOUR_TOKEN>"
}, conversation_id=None, parent_id=None) # You can start a custom conversation
response = chatbot.ask("Prompt", conversation_id=None, parent_id=None) # You can specify custom conversation and parent ids. Otherwise it uses the saved conversation (yes. conversations are automatically saved)
print(response)
# {
# "message": message,
# "conversation_id": self.conversation_id,
# "parent_id": self.parent_id,
# }
Awesome ChatGPT
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
- rawandahmad698 - Reverse engineering Auth0
- FlorianREGAZ - TLS client
- PyRo1121 - Linting
- Harry-Jing - Async support
- Ukenn2112 - Documentation
- aliferouss19 - Logo
- All other contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for revChatGPT-0.0.47-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ed29f7b9b03d642b909e9b60be5b82e4b349cf6e76f75527f0020562948b58f |
|
MD5 | 4b9d9a1457fc3b347d9d3b032b1cf24b |
|
BLAKE2b-256 | ac564cd12390a30ef7d05afe6cdfb010a2ae5a4fef580d5aa7f915ed78b95ae7 |