镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-08 15:36:48 +00:00
Merge branch 'master' into huggingface
这个提交包含在:
18
README.md
18
README.md
@@ -285,7 +285,7 @@ Tip:不指定文件直接点击 `载入对话历史存档` 可以查看历史h
|
|||||||
- version 2.0: 引入模块化函数插件
|
- version 2.0: 引入模块化函数插件
|
||||||
- version 1.0: 基础功能
|
- version 1.0: 基础功能
|
||||||
|
|
||||||
gpt_academic开发者QQ群:734063350
|
gpt_academic开发者QQ群-2:610599535
|
||||||
|
|
||||||
|
|
||||||
## 参考与学习
|
## 参考与学习
|
||||||
@@ -293,9 +293,19 @@ 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
|
https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
||||||
|
|
||||||
# 借鉴项目2:清华ChatGLM-6B:
|
# 项目4:ChatPaper
|
||||||
https://github.com/THUDM/ChatGLM-6B
|
https://github.com/kaixindelele/ChatPaper
|
||||||
|
|
||||||
|
# 更多:
|
||||||
|
https://github.com/gradio-app/gradio
|
||||||
|
https://github.com/fghrsh/live2d_demo
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
gradio==3.25.0
|
gradio==3.28.3
|
||||||
tiktoken>=0.3.3
|
tiktoken>=0.3.3
|
||||||
requests[socks]
|
requests[socks]
|
||||||
transformers
|
transformers
|
||||||
@@ -14,3 +14,4 @@ pymupdf
|
|||||||
openai
|
openai
|
||||||
numpy
|
numpy
|
||||||
arxiv
|
arxiv
|
||||||
|
pymupdf
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户