You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gtp-5 on the request endpoint I consistently get an HttpIoException " The response ended prematurely. (ResponseEnded)" on non-trivial prompts after ca 60 seconds.
Setup:
Timeouts are set to 600s
I test on localhost, so no could infra in play
Lib v2.4.0
When streaming (OpenAIResponseClient. CreateResponseStreamingAsync), it happens consistently after ca 60s
Non-streaming (OpenAIResponseClient. CreateResponseAsync) after 240s (tries and fails four times)
Other models work fine, only gtp-5 behaves like this. Has anyone else experienced this? Is this the API cutting the chord, or could there be an issue in the library? If I'm the only on seeing this, I guess error is on my end.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using gtp-5 on the request endpoint I consistently get an HttpIoException " The response ended prematurely. (ResponseEnded)" on non-trivial prompts after ca 60 seconds.
Setup:
Other models work fine, only gtp-5 behaves like this. Has anyone else experienced this? Is this the API cutting the chord, or could there be an issue in the library? If I'm the only on seeing this, I guess error is on my end.
Beta Was this translation helpful? Give feedback.
All reactions