Skip to content

Commit

Permalink
why did the chicken cross the road?
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderPoint07 committed Oct 21, 2023
1 parent e1baf56 commit b6d12cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
})
Expand Down

0 comments on commit b6d12cb

Please sign in to comment.