From dcd3561666b8ec1d631aaf555caf5157bc7f258f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 11 Dec 2022 16:46:37 -0600 Subject: [PATCH] docs: add notice of OpenAI's new Cloudflare protections to readme --- legacy/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/readme.md b/legacy/readme.md index c5ba5909..475f94b9 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -1,3 +1,6 @@ +> **Note** +> As of December 11, 2022 ~2pm CST, OpenAI has enabled additional Cloudflare restrictions that are currently preventing us from refreshing access tokens. This is affecting _all_ ChatGPT API wrappers at the moment, including the Python ones. See [this issue](https://github.com/transitive-bullshit/chatgpt-api/issues/96) for an ongoing discussion until I release a viable workaround. +

Example usage