From e94b25c994599b1d0f636f8b43a0a8531993ea88 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 10 Dec 2022 02:15:41 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index c99b815..b622d63 100644 --- a/readme.md +++ b/readme.md @@ -33,9 +33,6 @@ npm install chatgpt ## Usage -> **Note** -> Per the official OpenAI Discord on December 7th, 2022: The ChatGPT servers are currently experiencing "exceptionally high demand," so some requests may respond with [HTTP 503 errors](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503). - ```ts import { ChatGPTAPI } from 'chatgpt'