From 2129bb8a1e65f595a99091b67cd8b578fa04e8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Tue, 14 Mar 2023 21:53:56 +0100 Subject: [PATCH] Improved README --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3eeda7e..c89b52a 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,29 @@ # 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 -- 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 You need an API key for the official ChatGPT API. The following models are supported: - - GPT-4 - - GPT-4-0314 - - GPT-4-32k - - GPT-4-32k-0314 - - GPT-3.5-Turbo - - GPT-3.5-Turbo-0301 +- GPT-4 +- GPT-4-0314 +- GPT-4-32k +- GPT-4-32k-0314 +- GPT-3.5-Turbo +- GPT-3.5-Turbo-0301 ### 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