Commit Graph

  • 463659f0ba llm_api升级到fschat==0.2.20,支持百川模型 liunux4odoo 2023-07-30 23:16:47 +0800
  • 51ea717606 Merge branch 'dev_fastchat_me' into dev_fastchat liunux4odoo 2023-07-30 09:01:31 +0800
  • 179c2a9a92 修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。 openai_chat中的接口还要修改:openai根据参数stream有不同的返回值,本接口要与其对应。 liunux4odoo 2023-07-30 08:56:49 +0800
  • 05ccc0346e update test code imClumsyPanda 2023-07-30 00:48:07 +0800
  • 41444fd4b5 update requirements.txt and llm_api.py imClumsyPanda 2023-07-30 00:24:34 +0800
  • d4ffc70d96 update requirements.txt imClumsyPanda 2023-07-29 23:46:02 +0800
  • 1a7271e966 fix: model_worker need global variable: args liunux4odoo 2023-07-29 23:22:25 +0800
  • c880412300 use multiprocessing to run fastchat server liunux4odoo 2023-07-29 23:01:24 +0800
  • 829ced398b make api.py import model_config coreectlly liunux4odoo 2023-07-29 23:00:50 +0800
  • fef931d2b8
    Merge pull request #859 from cylee0909/chatglm2cpp Zhi-guo Huang 2023-07-28 22:24:51 +0800
  • 8b1cf7effd fix: os.environ['OPENAI_API_KEY'] exception when no environment variable set liunux4odoo 2023-07-28 16:51:58 +0800
  • 70c6870776 增加api_one.py,把fastchat 3个服务端整合在一起。后面考虑把api.py也整合进来。 3个进程变成1个进程可能带来少许性能损失,但对于个人用户降低了部署难度。 liunux4odoo 2023-07-28 16:33:42 +0800
  • 97ee4686a1 更新会议记录 hzg0601 2023-07-28 16:16:59 +0800
  • 154cad1b45 会议记录 hzg0601 2023-07-28 16:12:57 +0800
  • 4235270a32
    Merge branch 'dev' into chatglm2cpp cylee 2023-07-28 14:41:14 +0800
  • e95996a9b9 update requirements.txt imClumsyPanda 2023-07-28 06:59:16 +0800
  • 59442dcd4a update webui.py imClumsyPanda 2023-07-28 06:58:34 +0800
  • dd0f90b4a4 readd .github imClumsyPanda 2023-07-28 06:54:54 +0800
  • 161c9e6c50 fix typo hzg0601 2023-07-28 03:59:29 +0800
  • 620ccb3bdc update model_config.py imClumsyPanda 2023-07-27 23:28:33 +0800
  • 9326c63a62 Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-07-27 23:27:53 +0800
  • dcf49a59ef v0.2.0 first commit imClumsyPanda 2023-07-27 23:22:07 +0800
  • cd91290bfb 删除reqirements的中文 hzg0601 2023-07-27 14:28:58 +0800
  • c431bee941 删除requirements的中文 hzg0601 2023-07-27 14:27:11 +0800
  • 310a865ccd 删除requirements的中文 hzg0601 2023-07-27 14:26:50 +0800
  • f7a32f9248
    Update README.md imClumsyPanda 2023-07-27 09:23:31 +0800
  • 36a1c72573
    Add files via upload imClumsyPanda 2023-07-27 09:23:07 +0800
  • 8732dcc1c4 恢复被PR659覆盖的model_config liunux4odoo 2023-07-27 08:42:17 +0800
  • 01a54d1042 add chatglm-fitness-RLHF made by @BoFan-tunning to llm_model_dict in model_config.py imClumsyPanda 2023-07-26 21:41:27 +0800
  • 0a062ba07b update img imClumsyPanda 2023-07-26 21:37:22 +0800
  • 34a2af118b update model_config.py hzg0601 2023-07-26 18:04:35 +0800
  • e8ff31be1f 1.使api.py里可以使用args.py的参数;2.兼容args.py和model_config.py的控制方式;3.更新fastchat调用模型名的说明 hzg0601 2023-07-26 17:46:02 +0800
  • 58a5de92a5 1.更改加载lora的方式;2.允许api.py调用args.py的命令行;3. FastChat路径提示 hzg0601 2023-07-26 17:05:37 +0800
  • 5f74f70515 fix: streamlit ui在上传多个文件到知识库时出错 liunux4odoo 2023-07-25 22:36:49 +0800
  • 466f0c9c97
    安装教程conda create新增默认的/envs下面,而不只是只能要额外指定路径 用-p (#482) YuhaoWU 2023-07-25 16:58:25 +0800
  • 18d453cc18 merge PR 659: make chat api support streaming liunux4odoo 2023-07-25 13:16:43 +0800
  • db80358df8
    Update model_config.py imClumsyPanda 2023-07-25 11:16:02 +0800
  • f21fea41b4 bug fix: api.py中,所有chat接口的参数history,其元素应支持None,方便其他框架调用。 否则以history=[[None,'some thing']]调用时会返回422错误。 liunux4odoo 2023-07-25 08:53:28 +0800
  • 1f8924eeac
    Merge branch 'dev' into chatglm2cpp Zhi-guo Huang 2023-07-24 14:44:00 +0800
  • 62ba7679fe support chatglm2cpp lichongyang 2023-07-16 17:24:46 +0800
  • 3f627af745
    Update README.md imClumsyPanda 2023-07-24 08:32:21 +0800
  • b586ee6e1f
    Add files via upload imClumsyPanda 2023-07-24 08:31:54 +0800
  • fdd353e48a Merge branch 'master' into dev imClumsyPanda 2023-07-23 18:40:04 +0800
  • ff5d2ecc1e update img imClumsyPanda 2023-07-23 18:39:49 +0800
  • 0f43845a98 merge master imClumsyPanda 2023-07-23 18:38:51 +0800
  • 1e1075b98a Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-07-21 23:13:11 +0800
  • b2278f2f25 更改api.py的chat函数的history的类型为Optional,修复chat接口不可调用的问题 hzg0601 2023-07-21 23:12:28 +0800
  • a6f42e7c8e fix iss#889: when init_model on startup, set llm model's history_len to LLM_HISTORY_LEN from model_config. liunux4odoo 2023-07-21 23:07:50 +0800
  • 3f76cb5f47
    [Fix] INSTALL.md (#907) Ma Zhiming 2023-07-21 16:42:53 +0800
  • 3b6819f091 更改默认的LLM_MODEL hzg0601 2023-07-21 15:35:17 +0800
  • 6ec1e56e03 Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-07-21 15:29:53 +0800
  • acee2d5ad2
    Merge pull request #905 from chinainfant/dev Zhi-guo Huang 2023-07-21 15:32:37 +0800
  • c1c2ed1943
    Update loader.py 解决加载ptuning报错的问题 chinainfant 2023-07-21 15:30:19 +0800
  • 32122ee225 update gitignore hzg0601 2023-07-21 15:29:36 +0800
  • ec2bf9757c
    Update args.py 将use-ptuning-v2的命名行改为action='store_true' chinainfant 2023-07-21 15:28:11 +0800
  • 7d37dc876e
    Merge pull request #904 from bones-zhu/dev Zhi-guo Huang 2023-07-21 15:14:33 +0800
  • 5479a74789
    Update chatglm_llm.py remove unused library bones-zhu 2023-07-21 15:11:51 +0800
  • e2eaefc999
    Update model_config.py 修改默认的LLM_MODEL bones-zhu 2023-07-21 15:10:13 +0800
  • a1b454fc43
    Update model_config.py fix type bones-zhu 2023-07-21 15:09:33 +0800
  • 5f4f8dcedc 解决loader.py中以名称匹配模型式未排除chatglm2的问题 hzg0601 2023-07-21 09:49:18 +0800
  • a5294748a4 Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-07-21 09:32:19 +0800
  • 915f4f359a 补充openai的连接失败问题解决方案 hzg0601 2023-07-21 09:29:43 +0800
  • bf940e9041
    Update README.md imClumsyPanda 2023-07-20 15:06:02 +0800
  • 2db6604c55
    Add files via upload imClumsyPanda 2023-07-20 15:04:12 +0800
  • dd3617fcdf 将paddle相关loader改为动态引入,可以在不上传pdf/image知识文件的前提下使用protobuf=4.x。 这样可以使用最新版streamlit和chainlit。 liunux@home 2023-07-20 12:32:37 +0800
  • ee7285cd93
    在args.py中增加ptuning相关的参数 (#838) Zhi-guo Huang 2023-07-19 23:15:14 +0800
  • 50c872c0b8 update faq for hzg0601 2023-07-19 23:09:19 +0800
  • c501df2405 temporarily save hzg0601 2023-07-19 10:57:09 +0800
  • 6199c45a13 Merge branch 'dev' of github.com:hzg0601/langchain-ChatGLM-annotation into dev hzg0601 2023-07-19 10:04:05 +0800
  • 391dc1d33a debug for fastchat-openai-llm hzg0601 2023-07-19 10:02:39 +0800
  • 90fe40b221 debug for fastchat_openai_llm hzg0601 2023-07-19 10:00:23 +0800
  • f88bf2cbf3
    fix issue#580: 新建知识库出错 (#880) liunux4odoo 2023-07-18 23:40:18 +0800
  • d714644afc Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev hzg0601 2023-07-18 21:23:14 +0800
  • 6b66efa576
    Update README.md imClumsyPanda 2023-07-18 14:30:58 +0800
  • 343d16e583
    Add files via upload imClumsyPanda 2023-07-18 14:30:30 +0800
  • 1ef3ef5d27 update gradio version in requirements.txt imClumsyPanda 2023-07-18 04:03:28 +0800
  • 7dc44249eb update model_config.py imClumsyPanda 2023-07-17 21:49:05 +0800
  • 98b773c43a rebase master imClumsyPanda 2023-07-17 21:45:04 +0800
  • 10a3185b34 rebase master imClumsyPanda 2023-07-17 21:43:57 +0800
  • 33b978b5c4 update README.md imClumsyPanda 2023-07-17 21:39:10 +0800
  • a54b73aaf9
    Update args.py imClumsyPanda 2023-07-17 21:26:13 +0800
  • aa944f6ee7
    Merge pull request #852 from benjaminhuo/master glide-the 2023-07-17 21:25:17 +0800
  • 6f967a069d udpate hzg0601 2023-07-17 15:07:52 +0800
  • 4e6edecd9e Fix LocalDocQA object has no attribute llm when adding docs Benjamin Huo 2023-07-16 11:39:46 +0800
  • c5026fb4e7 参数校验 glide-the 2023-07-16 02:19:34 +0800
  • 22d08f5ec5 必要参数校验 glide-the 2023-07-16 02:17:52 +0800
  • 1e2124ff54 参数校验 glide-the 2023-07-16 01:31:28 +0800
  • c389f1a33a 增加fastchat打字机输出 glide-the 2023-07-16 01:29:51 +0800
  • 5cbb86a823
    rewrite streamlit ui with streamlit-chatbox;fix bugs (#850) liunux4odoo 2023-07-15 22:05:57 +0800
  • df3744f501
    fix Non-UTF-8 code starting with \xe5 (#849) taokuizu 2023-07-15 21:08:47 +0800
  • 3b93902670
    修改README.md,添加支持的LLM(bloomz-7b1,bloom-3b,baichuan-7b,vicuna-13b-delta-v1.1) (#845) taokuizu 2023-07-15 00:29:16 +0800
  • 1cd4ba8a51
    Update README.md imClumsyPanda 2023-07-14 18:43:24 +0800
  • 3107f777fa
    Add files via upload imClumsyPanda 2023-07-14 18:42:57 +0800
  • db0fcf4e03 print error hzg0601 2023-07-14 15:10:33 +0800
  • 760abab1d7 Merge branch 'dev' of github.com:hzg0601/langchain-ChatGLM-annotation into dev hzg0601 2023-07-14 13:45:48 +0800
  • 3d082bf566 在FAQ中给出加载量化版本失败的原因和解决方案 hzg0601 2023-07-14 13:45:07 +0800
  • 57cb6b05de add moss-int4 hzg0601 2023-07-13 22:21:00 +0800
  • 43d1bf4fb3 支持命令行输入ptuning路径 zg h 2023-07-13 22:10:54 +0800
  • f68d347c25 add ptuning-v2 dir hzg0601 2023-07-13 21:22:35 +0800
  • c5bc21781c 修改模型生成的调用方式,兼容Chain调用 修改模型切换的bug glide-the 2023-07-12 23:09:28 +0800