From 996a0486afcbe4b36fcd5a3d3ca1471464086c15 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Sat, 6 May 2023 10:30:27 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f16a9bd2..8fa0eb9f 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Tip:不指定文件直接点击 `载入对话历史存档` 可以查看历史h - version 2.0: 引入模块化函数插件 - version 1.0: 基础功能 -gpt_academic开发者QQ群:734063350 +gpt_academic开发者QQ群-2:610599535 ## 参考与学习 @@ -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 +# 项目4:ChatPaper +https://github.com/kaixindelele/ChatPaper ``` From 44a71fdbf153b1dd898ac346e50c56fe019ffaec Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Sat, 6 May 2023 10:32:36 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fa0eb9f..47ad8681 100644 --- a/README.md +++ b/README.md @@ -291,4 +291,8 @@ https://github.com/GaiZhenbiao/ChuanhuChatGPT # 项目4:ChatPaper https://github.com/kaixindelele/ChatPaper + +# 更多: +https://github.com/gradio-app/gradio +https://github.com/fghrsh/live2d_demo ``` From 15c40bdafffc88fd825d77b48e7a4b11b2f16405 Mon Sep 17 00:00:00 2001 From: Zeeland Date: Sat, 6 May 2023 17:05:24 +0800 Subject: [PATCH 3/5] fix: resolve keyerror 'serialized_input' for windows platform --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1cee1177..678b5f07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gradio==3.25.0 +gradio==3.26.0 tiktoken>=0.3.3 requests[socks] transformers From b47054c4791669cbe5dca57a20ce7550cc9a220e Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Sat, 6 May 2023 22:18:23 +0800 Subject: [PATCH 4/5] Update requirements.txt --- requirements.txt | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1cee1177..e08acb7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,17 @@ -gradio==3.25.0 -tiktoken>=0.3.3 -requests[socks] -transformers -python-markdown-math -beautifulsoup4 -latex2mathml -python-docx -mdtex2html -colorama -Markdown -pygments +gradio==3.28 +tiktoken>=0.3.3 +requests[socks] +transformers +python-markdown-math +beautifulsoup4 +latex2mathml +python-docx +mdtex2html +colorama +Markdown +pygments +pymupdf +openai +numpy +arxiv pymupdf -openai -numpy -arxiv From d2f04e2dd2d326d458fac2b07349d11560054885 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Sat, 6 May 2023 22:28:37 +0800 Subject: [PATCH 5/5] Update requirements.txt --- requirements.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 678b5f07..36bc2ae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -gradio==3.26.0 -tiktoken>=0.3.3 -requests[socks] -transformers -python-markdown-math -beautifulsoup4 -latex2mathml -python-docx -mdtex2html -colorama -Markdown -pygments -pymupdf -openai -numpy -arxiv +gradio==3.28.3 +tiktoken>=0.3.3 +requests[socks] +transformers +python-markdown-math +beautifulsoup4 +latex2mathml +python-docx +mdtex2html +colorama +Markdown +pygments +pymupdf +openai +numpy +arxiv