A minimalistic Python API for OpenAI's official ChatGPT and Bing's Chatbot
This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-03-09 17:16:58 +01:00
chatgpt_pyapi Added ChatGPT.add_to_chat() method to add messages that will be sent later and updated example.py 2023-03-09 17:16:58 +01:00
.gitignore Initial commit 2023-03-09 14:07:46 +01:00
example.py Added ChatGPT.add_to_chat() method to add messages that will be sent later and updated example.py 2023-03-09 17:16:58 +01:00
LICENSE Updated License 2023-03-09 16:56:02 +01:00
README.md Added the initial version of the library source code 2023-03-09 16:50:46 +01:00

ChatGPT-PyAPI

A minimalistic Python API for OpenAI's ChatGPT