Updated README
This commit is contained in:
parent
379374d097
commit
21d67b266f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue