Keep loading prompt after summary

This commit is contained in:
Webifi 2023-08-25 00:13:43 -05:00
parent 57bb9d0922
commit d4e12b49fb
1 changed files with 0 additions and 4 deletions

View File

@ -124,8 +124,6 @@ export const chatRequest = async (
} }
} }
} }
chatRequest.updating = false
chatRequest.updatingMessage = ''
ws.close() ws.close()
}) })
ws.onopen = () => { ws.onopen = () => {
@ -205,8 +203,6 @@ export const chatRequest = async (
} }
} }
ws.onclose = () => { ws.onclose = () => {
chatRequest.updating = false
chatRequest.updatingMessage = ''
chatResponse.updateFromClose() chatResponse.updateFromClose()
} }
ws.onerror = err => { ws.onerror = err => {