EdgeGPTJs
EdgeGPTJs copied to clipboard
It's possible to use proxy?
I am from in area where bing.com/chat not work. How i am can use proxy in code?
I am from in area where bing.com/chat not work. How i am can use proxy in code?
- Use TUN mode if your proxy tool support it.
- If not, try add these environment variables:
export http_proxy="http://127.0.0.1:7890"
export https_proxy="http://127.0.0.1:7890"