gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

how to get the proxy address?

Open vual opened this issue 2 years ago • 4 comments

vim gpt4free/gpt4free/you/init.py

    proxy='192.168.199.1:8118'
    proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {}

how to get the proxy address?

vual avatar May 05 '23 05:05 vual

image 试试这样加,我这个不太好用 ,不知道是不是代理的国家有问题

wangerbin avatar May 05 '23 06:05 wangerbin

image 试试这样加,我这个不太好用 ,不知道是不是代理的国家有问题

为啥是127.0.0.1?,为啥是7890端口?不是很明白,是需要而外的代理软件吗?

vual avatar May 05 '23 06:05 vual

127.0.0.1 是我自己的本地代理地址,你可以写你自己的代理地址的IP,端口也是你自己的代理端口

wangerbin avatar May 05 '23 06:05 wangerbin

VPN需要自己的,不翻墙出不去的

wangerbin avatar May 05 '23 06:05 wangerbin