|
|
||
|---|---|---|
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| config.py | ||
| functional.py | ||
| main.py | ||
| predict.py | ||
| requirements.txt | ||
| show_math.py | ||
README.md
ChatGPT 学术优化
使用docker
# 构建镜像
docker build -t gpt-academic .
# 运行
docker run --rm -it --net=host gpt-academic
参考项目
https://github.com/Python-Markdown/markdown
https://github.com/gradio-app/gradio
https://github.com/polarwinkel/mdtex2html
https://github.com/GaiZhenbiao/ChuanhuChatGPT