add deploy method for windows
This commit is contained in:
parent
4afc7b3dda
commit
5066fc8757
24
README.md
24
README.md
@ -1,6 +1,15 @@
|
|||||||
# ChatGPT 学术优化
|
# ChatGPT 学术优化
|
||||||
|
|
||||||
**如果喜欢这个项目,请给它一个Star**
|
**如果喜欢这个项目,请给它一个Star**
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="demo2.jpg" width="500" >
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="demo.jpg" width="500" >
|
||||||
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="公式.gif" width="700" >
|
<img src="公式.gif" width="700" >
|
||||||
</div>
|
</div>
|
||||||
@ -9,9 +18,22 @@
|
|||||||
<img src="润色.gif" width="700" >
|
<img src="润色.gif" width="700" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## 直接运行 (Windows or Linux)
|
||||||
|
|
||||||
|
```
|
||||||
|
# 下载项目
|
||||||
|
git clone https://github.com/binary-husky/chatgpt_academic.git
|
||||||
|
cd chatgpt_academic
|
||||||
|
# 配置 海外Proxy 和 OpenAI API KEY
|
||||||
|
config.py
|
||||||
|
# 安装依赖
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
|
# 运行
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 使用docker
|
## 使用docker (Linux)
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
# 下载项目
|
# 下载项目
|
||||||
|
3
main.py
3
main.py
@ -46,9 +46,6 @@ def markdown_convertion(txt):
|
|||||||
else:
|
else:
|
||||||
return markdown.markdown(txt,extensions=['fenced_code','tables'])
|
return markdown.markdown(txt,extensions=['fenced_code','tables'])
|
||||||
|
|
||||||
# math_config = {'mdx_math': {'enable_dollar_delimiter': True}}
|
|
||||||
# markdown.markdown(txt, extensions=['fenced_code', 'tables', 'mdx_math'], extension_configs=math_config)
|
|
||||||
|
|
||||||
|
|
||||||
def format_io(self,y):
|
def format_io(self,y):
|
||||||
if y is None:
|
if y is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user