mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-29 16:22:08 +00:00
When using http:// api_base (converted to ws://), the websockets library throws "ssl argument is incompatible with a ws:// URI". Only pass SSL context for secure wss:// connections. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>