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
LiteLLM does not close the proxy connections to the backing LLM server, even if the requests are cancelled by the client.
I send requests with curl with very short timeout. curl cancels them, but LiteLLM proxy doesn't in turn cancel its own requests to the backing LLM provider.