binary-husky commited on
Commit
c90391a
1 Parent(s): 4e06c35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,12 +6,13 @@ If you like this project, please give it a Star. If you've come up with more use
6
 
7
  ```
8
  代码中参考了很多其他优秀项目中的设计,主要包括:
9
- # 借鉴项目1:借鉴了mdtex2html中公式处理的方法
10
- https://github.com/polarwinkel/mdtex2html
11
 
12
- # 借鉴项目2:借鉴了ChuanhuChatGPT中读取OpenAI json的方法、记录历史问询记录的方法以及gradio queue的使用技巧
13
  https://github.com/GaiZhenbiao/ChuanhuChatGPT
14
 
 
 
 
15
  项目使用OpenAI的gpt-3.5-turbo模型,期待gpt-4早点放宽门槛😂
16
  ```
17
 
 
6
 
7
  ```
8
  代码中参考了很多其他优秀项目中的设计,主要包括:
 
 
9
 
10
+ # 借鉴项目1:借鉴了ChuanhuChatGPT中读取OpenAI json的方法、记录历史问询记录的方法以及gradio queue的使用技巧
11
  https://github.com/GaiZhenbiao/ChuanhuChatGPT
12
 
13
+ # 借鉴项目2:借鉴了mdtex2html中公式处理的方法
14
+ https://github.com/polarwinkel/mdtex2html
15
+
16
  项目使用OpenAI的gpt-3.5-turbo模型,期待gpt-4早点放宽门槛😂
17
  ```
18