Commit Graph

126 Commits

Author SHA1 Message Date
imClumsyPanda 4aadcfa042 add nltk_data 2023-04-16 23:41:10 +08:00
imClumsyPanda 033e8959ca
Add files via upload 2023-04-16 23:07:11 +08:00
imClumsyPanda 91ed178e86
Add files via upload 2023-04-16 22:19:28 +08:00
imClumsyPanda f87a5f59ca fix bug in webui.py 2023-04-16 08:59:06 +08:00
imClumsyPanda dc0cdfba90 Merge branch 'dev' 2023-04-15 10:38:41 +08:00
imClumsyPanda 0234a95fd7 update README.md and README_en.md 2023-04-15 10:34:54 +08:00
imClumsyPanda abb1bc8956 update README.md and README_en.md 2023-04-15 10:32:21 +08:00
imClumsyPanda f56f325b91 update README.md 2023-04-15 09:56:50 +08:00
imClumsyPanda 5e75016787 update README.md 2023-04-15 01:03:44 +08:00
imClumsyPanda 0f043c33f2 update webui.py 2023-04-14 23:42:28 +08:00
imClumsyPanda 12f5458374 update webui.py 2023-04-14 23:30:37 +08:00
Calcitem 6bb9dcccce Update .gitignore 2023-04-14 23:05:40 +08:00
imClumsyPanda 8c469fda31 update webui.py 2023-04-14 22:57:07 +08:00
imClumsyPanda 5c3497912c update webui.py 2023-04-14 22:55:51 +08:00
imClumsyPanda 1be430be2a update README.md 2023-04-14 22:55:07 +08:00
imClumsyPanda 512241195d
Delete .idea directory 2023-04-14 22:45:41 +08:00
fengyunzaidushi 877f722863
Merge pull request #97 from fengyunzaidushi/dev
修改入群码为二群二维码
2023-04-14 22:39:16 +08:00
fengyu a4f1ff6b45 修改入群码为二群二维码 2023-04-14 22:35:15 +08:00
glide-the 2ce70b3d95
Merge pull request #95 from glide-the/dev
chatglm_with_shared_memory_openai_llm:agent
2023-04-14 22:18:03 +08:00
glide-the 57efaa5492 chatglm_with_shared_memory_openai_llm:这个demo,基于openai的任务处理,实现本地文…
…档调用链的示例,可以使用chatgml处理一部分任务事件,也可以使用chatgml来完成记忆共享(SharedMemory),至于为什么使用openai原因主要有两个现象,第一点,因为大模型chatgml受限,导致很多langchain的demo只能部分实现,跟群主聊了下,这种问题只能通过微调模型,增加一部分指令集和状态术语的数据集进去,微调方案只能大家自己尝试了,对显卡要去较高.当然也可以考虑只训练一个任务格式化的gml,模型微调参考这个仓库的方式 https://github.com/liucongg/ChatGLM-Finetuning
2023-04-14 22:15:02 +08:00
fengyunzaidushi 0aa04e954f
Merge pull request #94 from fengyunzaidushi/dev
Q7: 本项目用到的模型权重文件百度网盘地址:
2023-04-14 22:13:30 +08:00
fengyu c1720d1997 Merge remote-tracking branch 'origin/dev' into dev 2023-04-14 22:02:51 +08:00
fengyu 666c245193 修改二维码文件大小 以及增加模型权重百度网盘地址 2023-04-14 22:02:31 +08:00
fengyu 8fd3be8df8 修改二维码文件大小 以及增加模型权重百度网盘地址 2023-04-14 21:59:39 +08:00
fengyu 4bbf78bfcc Merge remote-tracking branch 'upstream/dev' into dev 2023-04-14 21:59:16 +08:00
Calcitem 0af53fd813
Readme: Add Telegram link 2023-04-14 21:43:53 +08:00
fengyu 53d3037cf2 Merge remote-tracking branch 'upstream/dev' into dev 2023-04-14 21:21:21 +08:00
fengyu b47d2c0c37 修改二维码文件大小 以及增加模型权重百度网盘地址 2023-04-14 14:51:14 +08:00
fengyu dc39f56c89 添加ceshi.txt 2023-04-14 13:31:55 +08:00
imClumsyPanda 1fe50b045d
Add files via upload 2023-04-14 12:42:06 +08:00
imClumsyPanda f6b7d56115
Delete qr_code.jpg.JPG 2023-04-14 12:35:23 +08:00
imClumsyPanda 829819bced
Add files via upload 2023-04-14 12:34:58 +08:00
imClumsyPanda e4459b4294
Delete qr_code.jpg 2023-04-14 12:33:59 +08:00
imClumsyPanda 4c4e71ec70
Add files via upload 2023-04-14 12:33:25 +08:00
imClumsyPanda 4e48f48f3e
Delete qr_code.jpg 2023-04-14 12:33:07 +08:00
imClumsyPanda e04c11f310
Add files via upload 2023-04-14 12:32:17 +08:00
Calcitem 2af0606221 Update docs 2023-04-14 01:49:15 +08:00
imClumsyPanda 7b3e782023 update cli_demo.py 2023-04-14 01:06:13 +08:00
imClumsyPanda 5f70ce191c update cli_demo.py 2023-04-14 00:43:35 +08:00
imClumsyPanda 3187423ed4 update cli_demo.py 2023-04-14 00:42:35 +08:00
glide-the 5d2055c6e5
Merge pull request #85 from glide-the/dev
增加项目环境说明,环境问题解答
2023-04-14 00:40:49 +08:00
zmf b6248f1e77 增加项目环境说明,环境问题解答 2023-04-14 00:38:45 +08:00
Calcitem 2f6f854e55 Update README_en.md 2023-04-14 00:34:42 +08:00
glide-the 3904b0f294
Merge pull request #84 from glide-the/dev
.gitignore
2023-04-14 00:13:17 +08:00
imClumsyPanda e05d4a90ca update cli_demo.py 2023-04-14 00:09:29 +08:00
imClumsyPanda 1c51d6cafc update cli_demo.py 2023-04-14 00:06:45 +08:00
zmf d472f8bed7 .gitignore
.gitignore
2023-04-14 00:02:18 +08:00
imClumsyPanda 5bd664829e update cli_demo.py 2023-04-13 23:22:03 +08:00
imClumsyPanda eabef0415b update cli_demo.py 2023-04-13 23:20:45 +08:00
imClumsyPanda a6184b01be 修改项目架构 2023-04-13 23:01:52 +08:00