Commit Graph

503 Commits

Author SHA1 Message Date
b3670e7a6a Update requirements.txt version2.68-2 2023-04-13 12:27:28 +08:00
daef235c5d Update README.md 2023-04-13 12:20:54 +08:00
8c24271a0a Update README.md 2023-04-13 12:17:59 +08:00
e25189b2f9 Update 高级功能函数模板.py 2023-04-13 12:02:52 +08:00
1dd6cf1ae9 Update README.md 2023-04-13 11:53:52 +08:00
5927f0d6de Merge pull request #436 from DDreame/patch-1
[fix]Update requirements.txt For fix
2023-04-13 11:47:19 +08:00
58fa339c75 Merge pull request #439 from mrhblfx/patch-2
增加解析Lua项目
2023-04-13 11:45:42 +08:00
cceabd0f7d Merge pull request #438 from mrhblfx/patch-1
增加了解析Go项目匹配的文件: `go.mod`, `go.sum`, `go.work`
2023-04-13 11:44:03 +08:00
1c6c29e6dd 更新注释 version2.68 2023-04-13 11:18:44 +08:00
74f26a7d64 改善chatpdf的功能 2023-04-13 11:08:53 +08:00
84e94e50e2 Update crazy_functional.py 2023-04-12 22:44:07 +08:00
1d3f595fb5 新增解析一个Lua项目 2023-04-12 22:39:31 +08:00
2498833ee1 增加了解析Go项目匹配的文件: go.mod, go.sum, go.work 2023-04-12 22:33:34 +08:00
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