Update README.md

这个提交包含在:
binary-husky
2023-03-29 13:38:43 +08:00
提交者 GitHub
父节点 4e06c350bf
当前提交 c90391a902

查看文件

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