From c1fd734052df297009bdaef7ddd26b6d1feb7d60 Mon Sep 17 00:00:00 2001 From: Arun Murugan Date: Sun, 19 May 2024 21:54:49 -0400 Subject: [PATCH] To support gpt-3.5-turbo --- src/main.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main.ts b/src/main.ts index 13677ae..0c622e4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -126,10 +126,6 @@ async function getAIResponse(prompt: string): Promise