GaiZhenbiao / ChuanhuChatGPT

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT
GNU General Public License v3.0
15.07k stars 2.28k forks source link

[Bug]: 国内ip访问今天巨特么卡 #1103

Open hengyanqwe opened 3 months ago

hengyanqwe commented 3 months ago

这个bug是否已存在现有issue了?

错误表现

image image

我f12看了下,有几个cdn特别慢,22秒才加载完成,能不能保存在本地引用?不然用个代理平台还得翻墙=-=。

复现操作

image image

错误日志

No response

运行环境

帮助解决

补充说明

No response

laxfer commented 3 months ago

可以本地化这几个文件,这个CDN不稳定,时快时慢,fancybox.css这个css放到/ChuanhuChatGPT/web_assets/stylesheet这里,marked.min.js和fancybox.umd.js下载放到/ChuanhuChatGPT/web_assets/javascript放到这里,修改/ChuanhuChatGPT/modules/webui.py中第54行 def reload_javascript(): js = javascript_html() js += '' js += '' js += '' 修改为 def reload_javascript(): js = javascript_html() js += '' js += '' js += ''

famousprince commented 2 months ago

cdn.jsdelivr.net/npm 可以替换为 s4.zstatic.net/npm