Skip to content

Commit

Permalink
breaking and fixing more shit
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderPoint07 committed Oct 21, 2023
1 parent c488db4 commit accb491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ai-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ async function sendUserMessageToAI(userMessage) {
};
await new Promise(r => setTimeout(r, 10000));
await readChunk()
await new Promise(r => setTimeout(r, 10000));
await readChunk()
await new Promise(r => setTimeout(r, 10000));
await readChunk()

console.log(botResponse)
removeTypingIndicator();
appendBotMessage(botResponse);
Expand Down

0 comments on commit accb491

Please sign in to comment.