Commit Graph

490 Commits

Author SHA1 Message Date
bb079d9b81 [fix]Update requirements.txt For fix
Modify the version of Gradio, which does not support the color button when it is lower than version 3.24. On version 3.25, it fixes the issue https://github.com/gradio-app/gradio/issues/3716 and #371 .

修改一下gradio的版本,低于 3.24版本时不支持 color button,3.25则修复了 issue: #371https://github.com/gradio-app/gradio/issues/3716
2023-04-12 21:32:03 +08:00
1c96ed39c3 启动ChatGPT+ChatGLM 2023-04-12 17:41:33 +08:00
5b040d552e Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic 2023-04-12 16:57:56 +08:00
c563ac2274 UTF8 Ignore read file errors 2023-04-12 16:57:01 +08:00
d28af7611a Update README.md 2023-04-12 12:04:57 +08:00
9714d3ea2d Update README.md 2023-04-12 11:21:20 +08:00
65c51eb05b Update README.md 2023-04-12 02:46:04 +08:00
5d98d82526 Update README.md 2023-04-12 02:41:43 +08:00
9215199ae1 Update README.md 2023-04-12 02:27:55 +08:00
7ded328970 Update README.md 2023-04-12 02:27:10 +08:00
057b8cd943 Update README.md 2023-04-12 00:12:42 +08:00
2ab6acc6de Update README.md 2023-04-12 00:08:31 +08:00
c917f6e6fe 移除故障代码说明 version2.67 2023-04-11 21:19:31 +08:00
97d33e9413 默认关闭share
注意,由于国内 Gradio 的网络访问较为缓慢,启用 demo.queue().launch(share=True, inbrowser=True) 时所有网络会经过 Gradio 服务器转发,导致打字机体验大幅下降,现在默认启动方式已经改为 share=False,如有需要公网访问的需求,可以重新修改为 share=True 启动。
2023-04-11 21:13:21 +08:00
76940a3041 Merge pull request #413 from liyishuai/patch-1
Dockerfile: unbuffer stdout
2023-04-11 20:15:10 +08:00
de658b3104 Update README.md 2023-04-11 20:00:33 +08:00
35a5c97eca Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master 2023-04-11 19:59:09 +08:00
7b44010a71 2.67 修复typo 2023-04-11 19:59:06 +08:00
e467ab2d3f 2.67 修复typo 2023-04-11 19:58:37 +08:00
4681ba5e3c Update README.md 2023-04-11 19:34:03 +08:00
7c494be291 Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master 2023-04-11 19:32:02 +08:00
4a96d165ca 修改功能说明 2023-04-11 19:31:57 +08:00
c151adf697 Update README.md 2023-04-11 19:00:20 +08:00
095d32df84 Update README.md 2023-04-11 18:58:16 +08:00
3084c03e55 UP 2023-04-11 18:50:56 +08:00
37ffbacd08 修复 2023-04-11 18:49:22 +08:00
8f8b1e9d10 2.62 BUG 修复 2023-04-11 18:47:51 +08:00
c84753beb9 renew all 2023-04-11 18:36:38 +08:00
e356029248 UP 2023-04-11 18:23:59 +08:00
db6137dd27 紧急bug修复 2023-04-11 18:16:33 +08:00
e9b4e0c75a 紧急BUG修复 2023-04-11 18:15:26 +08:00
df246195d3 紧急bug修复 2023-04-11 18:12:31 +08:00
7395290aaa version 2.6 2023-04-11 17:55:30 +08:00
87d7e320d3 print change 2023-04-11 17:52:40 +08:00
8afcc522df Merge branch 'dev_grand' of https://github.com/binary-husky/chatgpt_academic into dev_grand 2023-04-11 17:42:59 +08:00
38b0ce6805 修正解析源代码bug 2023-04-11 17:42:56 +08:00
04b280be1b 更正bug 2023-04-11 17:40:50 +08:00
fe7b2d763b Dockerfile: two-stage copy 2023-04-11 17:25:30 +08:00
90dcc8f1f2 界面重构 2023-04-11 15:31:46 +08:00
225c731589 Dockerfile: unbuffer stdout 2023-04-11 15:30:40 +08:00
d9a92c9016 add arxiv dependency 2023-04-11 15:20:04 +08:00
039405c3bb 修复chatbotwithcookies的对象传递问题 2023-04-11 15:17:00 +08:00
f0dbf33d06 移除陈旧函数 2023-04-11 14:45:00 +08:00
53df6d5647 Merge branch 'master' into dev_grand 2023-04-10 12:38:26 +08:00
78f93c6eae Merge pull request #395 from HougeLangley/master
Added python-docx
2023-04-10 10:05:01 +08:00
bc8cda92ac Added python-docx
解决在使用批量导入 .docx 文件是提示需要 pip install --upgrade python-docx 的问题
2023-04-10 01:06:34 +08:00
caf1cba1a0 Merge pull request #388 from WangRongsheng/master
update en2ch prompt
2023-04-10 00:39:54 +08:00
8e128300e0 翻译成地道的中文 2023-04-10 00:36:05 +08:00
7c94300bba Merge branch 'master' of https://github.com/WangRongsheng/chatgpt_academic into WangRongsheng-master 2023-04-10 00:33:16 +08:00
b2b058fc27 Merge pull request #389 from Ljp66/master
Update toolbox.py
2023-04-10 00:31:24 +08:00