Update README.md

This commit is contained in:
binary-husky 2023-05-06 10:30:27 +08:00 committed by GitHub
parent a15eb56ee8
commit 996a0486af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ Tip不指定文件直接点击 `载入对话历史存档` 可以查看历史h
- version 2.0: 引入模块化函数插件
- version 1.0: 基础功能
gpt_academic开发者QQ群734063350
gpt_academic开发者QQ群-2610599535
## 参考与学习
@ -280,9 +280,15 @@ gpt_academic开发者QQ群734063350
```
代码中参考了很多其他优秀项目中的设计,主要包括:
# 借鉴项目1借鉴了ChuanhuChatGPT中诸多技巧
# 项目1清华ChatGLM-6B
https://github.com/THUDM/ChatGLM-6B
# 项目2清华JittorLLMs
https://github.com/Jittor/JittorLLMs
# 项目3借鉴了ChuanhuChatGPT中诸多技巧
https://github.com/GaiZhenbiao/ChuanhuChatGPT
# 借鉴项目2清华ChatGLM-6B
https://github.com/THUDM/ChatGLM-6B
# 项目4ChatPaper
https://github.com/kaixindelele/ChatPaper
```