Skip to content

欢迎查看本项目Wiki

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

Python环境配置方法

详情请见README.md

常见问题

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://huggingface.co/spaces/qingxu98/gpt-academic

3 远程部署的指导

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

4 关于docker

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

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

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

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

6 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