wechat-bot icon indicating copy to clipboard operation
wechat-bot copied to clipboard

连接超时是咋回事,已经翻墙了

Open shuaixiaoji opened this issue 2 years ago • 6 comments

image

shuaixiaoji avatar Mar 24 '23 01:03 shuaixiaoji

直接登录ChatGPT可以访问,但是通过api key同样出现超时,有什么方式解决呢?

mantouo10 avatar Mar 31 '23 16:03 mantouo10

同样的问题,不知道是不是接口请求的有问题

Lanborn avatar May 21 '23 03:05 Lanborn

没有额度的问题

Loveilove avatar Mar 02 '24 15:03 Loveilove

拉取最新的代码,执行 npm run test 测试下能调通吗?

wangrongding avatar Mar 03 '24 16:03 wangrongding

不能调通说明你的终端实际可能没有走代理,尝试全局代理,或者像这样设置下:

export http_proxy="http://localhost:端口号" && export https_proxy="http://localhost:端口号"

还有一种情况是梯子有问题

wangrongding avatar Mar 03 '24 16:03 wangrongding

有人解决这个问题吗,我能够ping通

hebCoder avatar May 16 '24 08:05 hebCoder