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