EdgeGPT
EdgeGPT copied to clipboard
Add proxy support
Will do
+1
+1
Consider using websocket-client instead of websockets?
I notice that the issue for proxy support of websockets is open for 3 years. https://github.com/aaugustin/websockets/issues/364
websocket-client has full support to SOCKS proxy and HTTP proxy: https://pypi.org/project/websocket-client/
The only downside is that they don't support asyncio, but I believe we can start a new thread to solve this problem.