A minimalistic Python API for OpenAI's official ChatGPT and Bing's Chatbot
| chatgpt_pyapi | ||
| .gitignore | ||
| cli.py | ||
| example.py | ||
| LICENSE | ||
| README.md | ||
ChatGPT-PyAPI
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
EdgeGPTto 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 for more infos.