ChatEval icon indicating copy to clipboard operation
ChatEval copied to clipboard

NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.

Open Deep1994 opened this issue 2 years ago • 4 comments

作者你好,我在启动交互界面的时候按照你的步骤来,每一步都正常运行了,但是最后显示:NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE. 这是为什么呢? image

就是模型名称那边也不显示,无法选择 ,我是下载到本地的模型。

Deep1994 avatar Aug 28 '23 07:08 Deep1994

作者你好,我在启动交互界面的时候按照你的步骤来,每一步都正常运行了,但是最后显示:NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE. 这是为什么呢? image

就是模型名称那边也不显示,无法选择 ,我是下载到本地的模型。

image

这是几个窗口的运行情况

Deep1994 avatar Aug 28 '23 07:08 Deep1994

我知道了,需要先通过: pip3 install --use-pep517 -e ".[model_worker,webui]" 安装一下fastchat环境,然后可以正常显示模型,并且可以生成结果了,但是debate的内容都是空的,很奇怪

Deep1994 avatar Aug 28 '23 09:08 Deep1994

image image

Deep1994 avatar Aug 28 '23 09:08 Deep1994

The issue may be attributed to a network problem. Please examine the terminal output, which I presume displays an "error communicating with OPENAI." It is essential to properly configure your proxy, as you are utilizing a network in the mainland. To verify if your VPN is appropriately set up, execute the following command first:

curl www.google.com

chanchimin avatar Aug 28 '23 15:08 chanchimin