Commit Graph

518 Commits

Author SHA1 Message Date
7e14229229 Update issue templates 2023-04-14 11:45:25 +08:00
2aab3acfea 2.68 2023-04-14 10:33:53 +08:00
dd648bd446 disallow special token + limit num of file < 512 2023-04-14 09:50:14 +08:00
a2002ebd85 Update README.md 2023-04-13 17:05:01 +08:00
ff50f30669 Update README.md 2023-04-13 17:01:47 +08:00
0ac7734c7d Delete Dockerfile+ChatGLM 2023-04-13 16:36:08 +08:00
23686bfc77 Update README.md 2023-04-13 15:41:47 +08:00
7e541a7229 Update README.md 2023-04-13 15:40:45 +08:00
5c251f03eb Update README.md 2023-04-13 15:29:27 +08:00
0c21b1edd9 Delete objdump.tmp 2023-04-13 15:26:40 +08:00
0c58795a5e Update README.md 2023-04-13 13:49:54 +08:00
a70c08a3c4 更新readme 2023-04-13 13:43:05 +08:00
2712d99d08 添加Markdown全文翻译插件,并用此插件翻译了本项目的README 2023-04-13 13:40:13 +08:00
76ee4c2c55 Merge branch 'master' of https://github.com/binary-husky/chatgpt_academic into master 2023-04-13 12:46:34 +08:00
fc222bf287 Lua工程解析+修正注释 2023-04-13 12:46:31 +08:00
eee5763b15 Update requirements.txt 2023-04-13 12:27:28 +08:00
ff55bbd498 Update README.md 2023-04-13 12:20:54 +08:00
703ff7f814 Update README.md 2023-04-13 12:17:59 +08:00
16f7a52207 Update 高级功能函数模板.py 2023-04-13 12:02:52 +08:00
7cad5fa594 Update README.md 2023-04-13 11:53:52 +08:00
0b1d833804 Merge pull request #436 from DDreame/patch-1
[fix]Update requirements.txt For fix
2023-04-13 11:47:19 +08:00
7d414f67f0 Merge pull request #439 from mrhblfx/patch-2
增加解析Lua项目
2023-04-13 11:45:42 +08:00
3e1cecd9f5 Merge pull request #438 from mrhblfx/patch-1
增加了解析Go项目匹配的文件: `go.mod`, `go.sum`, `go.work`
2023-04-13 11:44:03 +08:00
98724cd395 更新注释 2023-04-13 11:18:44 +08:00
8ac9b454e3 改善chatpdf的功能 2023-04-13 11:08:53 +08:00
5e602cabf5 Update crazy_functional.py 2023-04-12 22:44:07 +08:00
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