Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
6ef2280
1
Parent(s):
d26fa46
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,12 @@
|
|
5 |
If you like this project, please give it a Star. If you've come up with more useful academic shortcuts, feel free to open an issue or pull request.
|
6 |
|
7 |
```
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
```
|
10 |
|
11 |
<div align="center">
|
@@ -201,10 +206,4 @@ python check_proxy.py
|
|
201 |
</div>
|
202 |
|
203 |
|
204 |
-
|
205 |
-
```
|
206 |
-
https://github.com/Python-Markdown/markdown
|
207 |
-
https://github.com/gradio-app/gradio
|
208 |
-
https://github.com/polarwinkel/mdtex2html
|
209 |
-
https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
210 |
-
```
|
|
|
5 |
If you like this project, please give it a Star. If you've come up with more useful academic shortcuts, feel free to open an issue or pull request.
|
6 |
|
7 |
```
|
8 |
+
代码中参考了很多其他优秀项目中的设计,主要包括:
|
9 |
+
# 借鉴项目1:借鉴了mdtex2html中公式处理的方法
|
10 |
+
https://github.com/polarwinkel/mdtex2html
|
11 |
+
|
12 |
+
# 借鉴项目2:借鉴了ChuanhuChatGPT中读取json的方法、记录历史问询记录的方法
|
13 |
+
https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
14 |
```
|
15 |
|
16 |
<div align="center">
|
|
|
206 |
</div>
|
207 |
|
208 |
|
209 |
+
|
|
|
|
|
|
|
|
|
|
|
|