Commit Graph

692 Commits

Author SHA1 Message Date
c6610b2aab 新增解析一个Lua项目 2023-04-12 22:39:31 +08:00
7e53cf7c7e 增加了解析Go项目匹配的文件: go.mod, go.sum, go.work 2023-04-12 22:33:34 +08:00
3d6e4ee3a7 [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
613be5509b 启动ChatGPT+ChatGLM 2023-04-12 17:41:33 +08:00
d40fa20ce8 Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic 2023-04-12 16:57:56 +08:00
40bd857c70 UTF8 Ignore read file errors 2023-04-12 16:57:01 +08:00
6e1976d9b8 Update README.md 2023-04-12 12:04:57 +08:00
88a86635c6 Update README.md 2023-04-12 11:21:20 +08:00
acbeebd18d Update README.md 2023-04-12 02:46:04 +08:00
7515863503 Update README.md 2023-04-12 02:41:43 +08:00
a1af5a99e0 Update README.md 2023-04-12 02:27:55 +08:00
84f6ee2fb7 Update README.md 2023-04-12 02:27:10 +08:00
c090df34fa Update README.md 2023-04-12 00:12:42 +08:00
3cb46534b6 Update README.md 2023-04-12 00:08:31 +08:00
c41eb0e997 移除故障代码说明 2023-04-11 21:19:31 +08:00
c43a3e6f59 默认关闭share
注意,由于国内 Gradio 的网络访问较为缓慢,启用 demo.queue().launch(share=True, inbrowser=True) 时所有网络会经过 Gradio 服务器转发,导致打字机体验大幅下降,现在默认启动方式已经改为 share=False,如有需要公网访问的需求,可以重新修改为 share=True 启动。
2023-04-11 21:13:21 +08:00
a8399d2727 Merge pull request #413 from liyishuai/patch-1
Dockerfile: unbuffer stdout
2023-04-11 20:15:10 +08:00
d41d0db810 Update README.md 2023-04-11 20:00:33 +08:00
19d6323801 Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master 2023-04-11 19:59:09 +08:00
929c0afc9b 2.67 修复typo 2023-04-11 19:59:06 +08:00
3748979133 2.67 修复typo 2023-04-11 19:58:37 +08:00
6e8c5637aa Update README.md 2023-04-11 19:34:03 +08:00
f336ba060d Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master 2023-04-11 19:32:02 +08:00
4fe4626608 修改功能说明 2023-04-11 19:31:57 +08:00
e6fbf13c67 Update README.md 2023-04-11 19:00:20 +08:00
6bc5cbce20 Update README.md 2023-04-11 18:58:16 +08:00
3c9d63c37b UP 2023-04-11 18:50:56 +08:00
93d5fc2f1a 修复 2023-04-11 18:49:22 +08:00
2f2ad59823 2.62 BUG 修复 2023-04-11 18:47:51 +08:00
b841d58a26 renew all 2023-04-11 18:36:38 +08:00
3d66e3eb79 UP 2023-04-11 18:23:59 +08:00
4dad114ce7 紧急bug修复 2023-04-11 18:16:33 +08:00
f8d565c5a1 紧急BUG修复 2023-04-11 18:15:26 +08:00
6bbc10f5b9 紧急bug修复 2023-04-11 18:12:31 +08:00
8bf2956ff7 version 2.6 2023-04-11 17:55:30 +08:00
270889a533 print change 2023-04-11 17:52:40 +08:00
a72b95d2b9 Merge branch 'dev_grand' of https://github.com/binary-husky/chatgpt_academic into dev_grand 2023-04-11 17:42:59 +08:00
7167c84394 修正解析源代码bug 2023-04-11 17:42:56 +08:00
d587189ceb 更正bug 2023-04-11 17:40:50 +08:00
4a4fb661df Dockerfile: two-stage copy 2023-04-11 17:25:30 +08:00
a7083873c0 界面重构 2023-04-11 15:31:46 +08:00
a13ed231d3 Dockerfile: unbuffer stdout 2023-04-11 15:30:40 +08:00
0b960df309 add arxiv dependency 2023-04-11 15:20:04 +08:00
42d366be94 修复chatbotwithcookies的对象传递问题 2023-04-11 15:17:00 +08:00
fc331681b4 移除陈旧函数 2023-04-11 14:45:00 +08:00
e965c36db3 Merge branch 'master' into dev_grand 2023-04-10 12:38:26 +08:00
ad208ff7cf Merge pull request #395 from HougeLangley/master
Added python-docx
2023-04-10 10:05:01 +08:00
1256387488 Added python-docx
解决在使用批量导入 .docx 文件是提示需要 pip install --upgrade python-docx 的问题
2023-04-10 01:06:34 +08:00
88919db63e Merge pull request #388 from WangRongsheng/master
update en2ch prompt
2023-04-10 00:39:54 +08:00
bc8415b905 翻译成地道的中文 2023-04-10 00:36:05 +08:00