From dc45207fc72fdf22a29e9a0ec59237a52dc7a37f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 7 Dec 2022 03:04:13 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aeb2024..6a5f08a 100644 --- a/readme.md +++ b/readme.md @@ -85,7 +85,7 @@ const response2 = await conversation.sendMessage('Oh cool; thank you') Sometimes, ChatGPT will hang for an extended period of time before beginning to respond. This may be due to rate limiting or it may be due to OpenAI's servers being overloaded. -To mitigate this issues, you can add a timeout like this: +To mitigate these issues, you can add a timeout like this: ```ts // timeout after 2 minutes (which will also abort the underlying HTTP request)