remove redundant litellm import in supports_native_websocket

This commit is contained in:
joereyna 2026-04-11 20:53:18 -07:00
parent 4dacde3b0a
commit c0999d365d
No known key found for this signature in database
GPG key ID: 37E09E2BDB5920E5

View file

@ -360,8 +360,6 @@ class OpenAIResponsesAPIConfig(BaseResponsesAPIConfig):
to the native WebSocket path (e.g. when using a private deployment or
reverse proxy that reliably honours the native wss:// protocol).
"""
import litellm
return bool(getattr(litellm, "openai_responses_native_websocket", False))
#########################################################