From 3a443eea33f068c388ff7b5e23e0ea90ff4bc7e5 Mon Sep 17 00:00:00 2001 From: fergus Date: Wed, 28 Feb 2024 03:37:04 +0530 Subject: [PATCH] build --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b7f4242..1d50599 100644 --- a/index.html +++ b/index.html @@ -1365,7 +1365,7 @@

Stats

// Check if the result is a string (from Google API) or an object (from axios) if (typeof result === "string") { // If it's a string, it's the text returned directly from the Google API - newText = addSpace(healTokens(result)); + newText = addSpace(healTokens(result), fullText); } else { // If it's an object, process the axios response to extract the text newText = processApiResponse(fullText, result, modelName);