diff --git a/script.js b/script.js index 050fa51..f0c82bd 100644 --- a/script.js +++ b/script.js @@ -78,9 +78,7 @@ async function sendUserMessageToAI(userMessage) { // Convert the chunk value to a string const chunkString = new TextDecoder().decode(value); botResponse += chunkString - // if (chunkString != undefined){ - // botResponse += chunkString - // } + // Read the next chunk readChunk(); })