Commit Graph

21 Commits

Author SHA1 Message Date
imClumsyPanda 5a7973ea42 update webui.py 2023-04-22 16:53:04 +08:00
imClumsyPanda 4e83ad2303 update webui.py 2023-04-19 22:28:49 +08:00
imClumsyPanda e9a5db1a9d update webui.py 2023-04-19 21:54:59 +08:00
imClumsyPanda 6fc5e8237c update webui.py 2023-04-19 07:58:58 +08:00
imClumsyPanda 99acc30122 update webui.py 2023-04-18 23:43:57 +08:00
imClumsyPanda 635aa2d2ac update webui.py 2023-04-18 22:31:55 +08:00
imClumsyPanda a231f92d98 修复 webui.py 中 llm_history_len 和 vector_search_top_k 显示值与启动设置默认值不一致的问题 2023-04-18 10:07:35 +08:00
imClumsyPanda ca49799fb2 add nltk_data 2023-04-18 10:07:19 +08:00
imClumsyPanda 048c71f893 fix bug in webui.py 2023-04-18 10:07:19 +08:00
imClumsyPanda 59375244b6 修复 webui.py 中 llm_history_len 和 vector_search_top_k 显示值与启动设置默认值不一致的问题 2023-04-15 20:01:54 +08:00
Thaumstrial 2cd52f6605 Support p-tuning-v2 2023-04-15 14:43:12 +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
imClumsyPanda 5c3497912c update webui.py 2023-04-14 22:55:51 +08:00
imClumsyPanda 7b3e782023 update cli_demo.py 2023-04-14 01:06:13 +08:00
imClumsyPanda 3187423ed4 update cli_demo.py 2023-04-14 00:42:35 +08:00
imClumsyPanda a6184b01be 修改项目架构 2023-04-13 23:01:52 +08:00
lurenlym a04244cf6a incorrect arg order and support zero his 2023-04-13 14:13:58 +08:00
imClumsyPanda 3fbbf1d74a update README.md 2023-04-12 21:09:37 +08:00
imClumsyPanda cf2aa21446 update webui.py and README.md 2023-04-11 19:52:59 +08:00
liang tongtong 57c3cac3bb Webui更新说明
1、自动读取knowledge_based_chatglm.py中LLM及embedding模型枚举,选择后点击setting进行模型加载,可随时切换模型进行测试
2、可手动调节保留对话历史长度,可根据显存大小自行调节
3、添加上传文件功能,通过下拉框选择已上传的文件,点击loading加载文件,过程中可随时更换加载的文件
4、底部添加use via API可对接到自己系统

TODO:
1、添加模型加载进度条
2、添加输出内容及错误提示
3、国家化语言切换
4、引用标注
5、添加插件系统(可基础lora训练等)
2023-04-11 04:30:36 +00:00