lonelam/EdgeGPTJs

It's possible to use proxy?

Opened this issue · 1 comments

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?

  1. Use TUN mode if your proxy tool support it.
  2. 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"