From cb44b4d8b3d22aeb2c3eef6822fadccb3da0c0ce Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Sat, 4 Nov 2023 13:07:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e61ad2..e02f988 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ openAI.chat.stream({ }); // Alternatively, you can use the create method if `stream` is false -await openAI.chate.create(...) +await openAI.chat.create(...) ``` ### Image API