File size: 346 Bytes
27d01c0
 
616c877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ChatGPT 学术优化

## 使用docker

``` sh
# 构建镜像
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
```