Mcrae
Results
4
comments of
Mcrae
> setup proxy for provider how? could you show the detail
> > 解决方法: 打开如下文件: > > vim gpt4free/gpt4free/you/**init**.py > > 编辑代码,添加proxy: > > ``` > > proxy='x.x.x.x:xxxx' > > proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if...