Mac 插件¶
Reverse Engineered ChatGPT API by OpenAI. Extensible for chatbots etc.
Connect with me on Linkedin to support this project. (Not open for commercial opportunities yet. Too busy)
You can also follow me on Twitter to stay up to date.
> BingGPT is out! It's just like ChatGPT but with live internet access. Reverse engineered from the pre-release by Microsoft.
> You need to be waitlisted by Microsoft/Bing
V2 Browserless ChatGPT¶
pip3 install --upgrade revChatGPT
$ python3 -m revChatGPT.V2 -h
ChatGPT - A command-line interface to OpenAI's ChatGPT (https://chat.openai.com/chat)
Repo: github.com/acheong08/ChatGPT
usage: V2.py [-h] -e EMAIL -p PASSWORD
options:
-h, --help show this help message and exit
-e EMAIL, --email EMAIL
Your OpenAI email address
-p PASSWORD, --password PASSWORD
Your OpenAI password
Developers¶
Wiki: https://github.com/acheong08/ChatGPT/wiki/V2
Example code: > > from revChatGPT.V2 import Chatbot > > async def main(): > chatbot = Chatbot(email="...", password="...") > async for line in chatbot.ask("Hello"): > print(line["choices"][0]["text"].replace("<|im_end|>", ""), end="") > sys.stdout.flush() > print() > print(response["choices"][0]["text"]) > > if __name__ == "__main__": > import asyncio > asyncio.run(main())
Outdated V1 versions¶
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¶
virtualharby - Memes for emotional support All contributors - Pull requests