Open mikehearn opened 1 year ago
Hi @mikehearn, yes it most likely that the connection dropped, could you share which HTTP client did you use ? thanks!
ktor-client-java-jvm
Did you ever find out what was causing this? Im currently looking into an EOF exception similar to this (although not using streaming); using CIO (also tested with java engine).
It didn't seem to reoccur.
Description
Using the
chatCompletions
API I observed the following exception:I guess it's possible the other side just hung up, but I figure I'd put it here in case there's some deeper problem being revealed.