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.
ChatGPT-PyAPI/README.md

17 lines
467 B
Markdown
Raw Normal View History

2023-03-09 14:07:46 +01:00
# ChatGPT-PyAPI
2023-03-13 10:46:55 +01:00
A minimalistic Python API for OpenAI's ChatGPT and Bing's Chatbot
## Supported APIs
- Official ChatGPT API by OpenAI
- Unofficial API for Bing Chatbot (required `EdgeGPT` to be installed)
### Official ChatGPT API by OpenAI
You need an API key for the official ChatGPT API.
### Unofficial API for Bing Chatbot
This requires your Cookies to be exported to a json file. See [EdgeGPT's README](https://github.com/acheong08/EdgeGPT) for more infos.