gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

Unable to fetch the response, Please try again.

Open AlwaysZmx opened this issue 1 year ago • 8 comments

IMG_20230514_171809.jpg

AlwaysZmx avatar May 14 '23 09:05 AlwaysZmx

https://youtu.be/aisZpYTHq3o

kigner avatar May 14 '23 11:05 kigner

https://youtu.be/aisZpYTHq3o this is wrong

shebing5 avatar May 15 '23 15:05 shebing5

@AlwaysZmx network problem If you deployed by docker, modify docker-compose.yml, uncomment the following codes:

   ...
    # environment:
      # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
      # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
    ...

Then rebuild docker image & re-run.

If you run in command-line, just add HTTP_PROXY={PROXY} and HTTPS_PROXY={PROXY} to your environment variables.

windosx avatar May 16 '23 09:05 windosx

@AlwaysZmx network problem If you deployed by docker, modify docker-compose.yml, uncomment the following codes:

   ...
    # environment:
      # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
      # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
    ...

Then rebuild docker image & re-run.

If you run in command-line, just add HTTP_PROXY={PROXY} and HTTPS_PROXY={PROXY} to your environment variables.

我是用railway部署的,正常来说不用代理应该就可以正常访问的

AlwaysZmx avatar May 16 '23 12:05 AlwaysZmx

@AlwaysZmx network problem If you deployed by docker, modify docker-compose.yml, uncomment the following codes:

   ...
    # environment:
      # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
      # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
    ...

Then rebuild docker image & re-run. If you run in command-line, just add HTTP_PROXY={PROXY} and HTTPS_PROXY={PROXY} to your environment variables.

我是用railway部署的,正常来说不用代理应该就可以正常访问的

就是网络问题,用docker部署的,设置好香港代理发现还不行,改为日本节点就可以了。

aboelf avatar May 17 '23 06:05 aboelf

我本机用clash梯子,在you_init_.py加了一行本地代理地址和端口号后,问题解决了 image

sz-winner avatar May 19 '23 08:05 sz-winner

use vpn and choose "United States" , then refresh the page, it will work 💯 😁

you can download any free vpn extension

chatbottrainer avatar May 22 '23 22:05 chatbottrainer

我本机用clash梯子,在you_init_.py加了一行本地代理地址和端口号后,问题解决了 image

我的这样也可以了

make-a avatar May 31 '23 07:05 make-a