From c90391a902b0bbf7cd65b529659cb1c8d8e3fa68 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:38:43 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f4d564..d894348 100644 --- a/README.md +++ b/README.md @@ -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 +# 借鉴项目2:借鉴了mdtex2html中公式处理的方法 +https://github.com/polarwinkel/mdtex2html + 项目使用OpenAI的gpt-3.5-turbo模型,期待gpt-4早点放宽门槛😂 ```