mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
remove redundant litellm import in supports_native_websocket
This commit is contained in:
parent
4dacde3b0a
commit
c0999d365d
1 changed files with 0 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
#########################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue