From 21d67b266fd48507e295b36af1be392e180b3d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Mon, 13 Mar 2023 11:27:13 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6b78e..8219069 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 `EdgeGPT` to be installed) +- Unofficial API for Bing Chatbot (requires [EdgeGPT](https://github.com/acheong08/EdgeGPT) to be installed) ### Official ChatGPT API by OpenAI @@ -13,7 +13,7 @@ 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](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