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
I have no idea why Ktor skip setting HttpTimeoutConfig for SEE connection ???
I need a long timeout to get SSE response from LLM AI cloud service. A default timeout value of 10 seconds of OkHttpClient used in Ktor is too small for LLM AI cloud service. Some LLM AI cloud service may take more than 10 seconds to generate next response.
So, is this a bug and should be fixed ?
Or will there be a more reasonable solution ?
The text was updated successfully, but these errors were encountered:
I have configured HttpClient with
but it does not work for SSE connection.
I checked the source code and found:
I have no idea why Ktor skip setting HttpTimeoutConfig for SEE connection ???
I need a long timeout to get SSE response from LLM AI cloud service. A default timeout value of 10 seconds of OkHttpClient used in Ktor is too small for LLM AI cloud service. Some LLM AI cloud service may take more than 10 seconds to generate next response.
So, is this a bug and should be fixed ?
Or will there be a more reasonable solution ?
The text was updated successfully, but these errors were encountered: