Skip to content

欢迎查看本项目Wiki

binary-husky edited this page Apr 4, 2023 · 8 revisions

常见问题

1 代理软件问题的新手解决方法(方法只适用于新手)

https://github.com/binary-husky/chatgpt_academic/wiki/%E4%BB%A3%E7%90%86%E8%BD%AF%E4%BB%B6%E9%97%AE%E9%A2%98%E7%9A%84%E6%96%B0%E6%89%8B%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95%EF%BC%88%E6%96%B9%E6%B3%95%E5%8F%AA%E9%80%82%E7%94%A8%E4%BA%8E%E6%96%B0%E6%89%8B%EF%BC%89

2 Huggingface的部署

https://github.com/binary-husky/chatgpt_academic/issues/12

3 腾讯云服务器部署方案,可公网访问

https://github.com/binary-husky/chatgpt_academic/issues/163

4 关于nginx端口转发,和websocket的问题

https://github.com/binary-husky/chatgpt_academic/issues/155

https://github.com/binary-husky/chatgpt_academic/issues/23

https://github.com/binary-husky/chatgpt_academic/wiki/%E8%BF%9C%E7%A8%8B%E9%83%A8%E7%BD%B2%E7%9A%84%E6%8C%87%E5%AF%BC

5 关于docker

https://github.com/binary-husky/chatgpt_academic/issues/188

https://github.com/binary-husky/chatgpt_academic/issues/128

6 我已经更改了config中的apikey和代理,但却运行后出现:正确的API_KEY是51位……

https://github.com/binary-husky/chatgpt_academic/issues/170

7 Gradio

关于反病毒盯上gradio

是gradio的公网访问功能调用了frp,和本项目没关系! https://github.com/gradio-app/gradio/issues/3230

另外说句公道话,报毒的frp是star 60k+的著名项目,同样开源,包括笔者在内的很多人都在用,完全不必有顾虑 https://github.com/fatedier/frp

check网络成功,但运行出现Could not create share link

无关紧要的问题,main.py最后一行改成 share=False https://github.com/binary-husky/chatgpt_academic/issues/156