Commit Graph

2015 Commits

Author SHA1 Message Date
yhjun1026
cf9d9bd48e fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix 2
2023-09-15 18:17:07 +08:00
yhjun1026
95badc5cdf fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix 2
2023-09-15 18:12:16 +08:00
yhjun1026
0755200ca0 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix 2
2023-09-15 18:03:12 +08:00
yhjun1026
f19ee46e74 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix
2023-09-14 20:49:06 +08:00
yhjun1026
cad2785d94 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix
2023-09-14 20:44:20 +08:00
yhjun1026
188afa7929 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix
2023-09-14 20:39:44 +08:00
Aries-ckt
465c065ef0
fix(model): Fix remote embedding model error in some case (#587) 2023-09-14 20:20:20 +08:00
FangYin Cheng
8da81486f5 fix(model): Fix remote embedding model error in some case 2023-09-14 20:11:41 +08:00
FangYin Cheng
b33cc477ab
fix(dashboard):get report parameter (#586) 2023-09-14 19:41:44 +08:00
aries_ckt
eb9068730b fix(dashboard):chat_history add model_name 2023-09-14 19:34:56 +08:00
FangYin Cheng
f21d542198
doc:add llm use faq (#584) 2023-09-14 14:42:27 +08:00
aries_ckt
cb52486e32 Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-14 14:40:42 +08:00
aries_ckt
423d63ec51 doc:add llm use faq 2023-09-14 14:38:45 +08:00
aries_ckt
2f93746975 fix(web):add model icon 2023-09-14 14:34:26 +08:00
Aries-ckt
94c4f4aa0c
feat(model): support InternLM (#583)
- Close #575
- Fix the bug that the webserver cannot return model instances
2023-09-14 14:33:17 +08:00
FangYin Cheng
f304f9709d fix(model): Fix the bug that the webserver cannot return model instances 2023-09-14 12:36:18 +08:00
FangYin Cheng
7b64c03d58 feat(model): support InternLM 2023-09-14 11:32:34 +08:00
aries_ckt
34f1bc78a3 doc:add llm_faq 2023-09-14 10:42:47 +08:00
FangYin Cheng
6555b6701b
fix(web):web proxy address (#582) 2023-09-14 09:54:52 +08:00
aries_ckt
075b35daaa fix(web):proxy address 2023-09-14 09:46:52 +08:00
aries_ckt
23c1487b34 doc:llm faq doc 2023-09-13 23:07:25 +08:00
FangYin Cheng
5c77599d49
doc:build docs (#580) 2023-09-13 22:46:48 +08:00
aries_ckt
2943eca8fe doc:build docs 2023-09-13 22:33:31 +08:00
FangYin Cheng
4854cbaefd
feat(model):multi llm switch (#576)
1.multi llm switch
2.web page refactor
2023-09-13 20:33:18 +08:00
aries_ckt
f39efb085b fix:MODEL_SERVER config 2023-09-13 20:07:36 +08:00
aries_ckt
7bedd715bc fix:readdocs doc build 2023-09-13 17:46:15 +08:00
aries_ckt
205063694e fix:doc build 2023-09-13 17:45:37 +08:00
aries_ckt
b30f4743cc fix(model):mac os cmdline 2023-09-13 17:40:27 +08:00
aries_ckt
d153aa29b5 feat(model):add llm icon 2023-09-13 16:36:24 +08:00
aries_ckt
1bb007ee55 feat:MODEL_SERVER default value 2023-09-13 14:23:00 +08:00
aries_ckt
1b49267976 style:fmt 2023-09-13 14:20:04 +08:00
aries_ckt
98a94268f0 feat(model):multi llm select webpage 2023-09-13 14:16:47 +08:00
aries_ckt
1ee2da53a3 Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-13 12:40:08 +08:00
aries_ckt
b65f7fe37a feat(model):multi-llm select web page 2023-09-13 12:39:37 +08:00
Aries-ckt
4e6bc44e75
feat(model): multi-model supports embedding model and simple component design implementation (#574) 2023-09-13 12:35:49 +08:00
FangYin Cheng
581cf361bf feat(model): multi-model supports embedding model and simple component design implementation 2023-09-13 12:14:21 +08:00
aries_ckt
1daaf23e70 fix:llm select add model_name 2023-09-12 20:49:55 +08:00
aries_ckt
8320dc3cef feat:chat_history add model_name 2023-09-11 21:38:08 +08:00
aries_ckt
f358e1c8e5 Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-11 17:59:37 +08:00
aries_ckt
b32e0396e9 feat:chat_history add model_name 2023-09-11 17:59:25 +08:00
Aries-ckt
68d30dd4bb
feat(model): supports the deployment of multiple models through the API and add the corresponding command line interface (#570)
- Split `LLM_MODEL_CONFIG` into `LLM_MODEL_CONFIG` and
`EMBEDDING_MODEL_CONFIG`.
- New HTTP API to obtain the list of models and configuration parameters
supported by the current cluster.
  - New HTTP API to launch models on a specified machine.
  - The command line supports above HTTP API.
2023-09-11 17:55:44 +08:00
FangYin Cheng
27d7f9f6b9 chore: fix pylint 2023-09-11 17:28:22 +08:00
FangYin Cheng
986ada3aeb feat(model): supports the deployment of multiple models through the API and add the corresponding command line interface 2023-09-11 17:15:20 +08:00
FangYin Cheng
f9e184a3f5
fix(model): fix proxy llm with fix model from CONFIG (#568) 2023-09-11 08:56:02 +08:00
aries_ckt
83f2a8d68e Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-08 22:09:56 +08:00
FangYin Cheng
4744d2161d fix(model): fix proxy llm with fix model from CONFIG 2023-09-08 19:46:50 +08:00
Aries-ckt
afba58e917
feat(model): Unified Deployment Mode with multi-model and add command line chat with model (#566) 2023-09-08 18:45:46 +08:00
FangYin Cheng
a8846c40aa feat(model): Unified Deployment Mode with multi-model and add command line chat with model 2023-09-08 17:52:48 +08:00
aries_ckt
63ad842daa feat:multi-llm select 2023-09-08 10:51:12 +08:00
aries_ckt
1a2bf96767 feat:multi-llm add model param 2023-09-07 20:43:53 +08:00