EdgeGPT icon indicating copy to clipboard operation
EdgeGPT copied to clipboard

Add proxy support

Open Harry-Jing opened this issue 2 years ago • 4 comments

Harry-Jing avatar Feb 14 '23 16:02 Harry-Jing

Will do

acheong08 avatar Feb 15 '23 00:02 acheong08

+1

parthmalhotra avatar Feb 20 '23 10:02 parthmalhotra

+1

hafidzaini avatar Mar 03 '23 13:03 hafidzaini

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.

lss233 avatar Mar 13 '23 10:03 lss233