Improved README
This commit is contained in:
parent
e35d9a3bed
commit
2129bb8a1e
1 changed files with 12 additions and 11 deletions
11
README.md
11
README.md
|
@ -1,12 +1,9 @@
|
||||||
# ChatGPT-PyAPI
|
# ChatGPT-PyAPI
|
||||||
|
|
||||||
A minimalistic Python API for OpenAI's ChatGPT and Bing's Chatbot
|
A minimalistic Python Library for OpenAI's ChatGPT and Bing's Chatbot
|
||||||
|
|
||||||
## Supported APIs
|
## Supported APIs
|
||||||
|
|
||||||
- Official ChatGPT API by OpenAI
|
|
||||||
- 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
|
||||||
|
|
||||||
You need an API key for the official ChatGPT API.
|
You need an API key for the official ChatGPT API.
|
||||||
|
@ -22,7 +19,11 @@ The following models are supported:
|
||||||
|
|
||||||
### Unofficial Bing Chatbot API
|
### Unofficial Bing Chatbot API
|
||||||
|
|
||||||
This requires your Cookies to be exported to a json file. See [EdgeGPT's README](https://github.com/acheong08/EdgeGPT#readme) for more infos.
|
This requires the [EdgeGPT](https://github.com/acheong08/EdgeGPT) library to be installed, and your Cookies to be exported to a json file. See [EdgeGPT's README](https://github.com/acheong08/EdgeGPT#readme) for more infos.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
For examples, take a look at `examples.py`.
|
||||||
|
|
||||||
## CLI
|
## CLI
|
||||||
|
|
||||||
|
|
Reference in a new issue