Updated README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-03-13 11:27:13 +01:00
parent 379374d097
commit 21d67b266f

View file

@ -5,7 +5,7 @@ A minimalistic Python API for OpenAI's ChatGPT and Bing's Chatbot
## Supported APIs ## Supported APIs
- Official ChatGPT API by OpenAI - Official ChatGPT API by OpenAI
- Unofficial API for Bing Chatbot (required `EdgeGPT` to be installed) - Unofficial API for Bing Chatbot (requires [EdgeGPT](https://github.com/acheong08/EdgeGPT) to be installed)
### Official ChatGPT API by OpenAI ### Official ChatGPT API by OpenAI
@ -13,7 +13,7 @@ You need an API key for the official ChatGPT API.
### Unofficial API for Bing Chatbot ### 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. This requires your Cookies to be exported to a json file. See [EdgeGPT's README](https://github.com/acheong08/EdgeGPT#readme) for more infos.
## CLI ## CLI