gpt4free
gpt4free copied to clipboard
how to get the proxy address?
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?
试试这样加,我这个不太好用 ,不知道是不是代理的国家有问题
试试这样加,我这个不太好用 ,不知道是不是代理的国家有问题
为啥是127.0.0.1?,为啥是7890端口?不是很明白,是需要而外的代理软件吗?
127.0.0.1 是我自己的本地代理地址,你可以写你自己的代理地址的IP,端口也是你自己的代理端口
VPN需要自己的,不翻墙出不去的