Remove unused code for handling reconnect interval

This commit is contained in:
kwaroran
2024-03-07 07:20:59 +09:00
parent 305812f35e
commit 160384e8c6

View File

@@ -1629,9 +1629,6 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
}
}
if(e.type === 'reconnect-interval'){
//TODO: handle reconnect interval
}
})
const reader = res.body.getReader()
while(true){