From 22d0b8a4127950523e36fbf3cb4e36273675c9f6 Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Thu, 9 Mar 2023 00:27:44 -0500 Subject: [PATCH] :space invaders: --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d211187..e533c89 100644 --- a/index.js +++ b/index.js @@ -175,4 +175,4 @@ function chatgpt(query, messages, callback) { reject(error); }); }); -} \ No newline at end of file +}