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
Aries-ckt
1f1da2618c
choros: wechat group update ( #562 )
2023-09-07 14:41:06 +08:00
aries_ckt
40e7c35d19
chore:wechat
2023-09-07 14:34:22 +08:00
aries_ckt
7437477927
chore:wechat
2023-09-07 14:33:52 +08:00
csunny
6a87d6b40a
Merge branch 'main' into tt_dev
2023-09-07 14:13:34 +08:00
Aries-ckt
fd8b9c3570
chore: modify wechat image ( #560 )
2023-09-06 18:59:18 +08:00
FangYin Cheng
ddba7f0187
chore: modify wechat image
2023-09-06 18:43:33 +08:00
Aries-ckt
611833b5c9
feat(ci): add pr labeler and release drafter workflows ( #559 )
2023-09-06 17:02:51 +08:00
FangYin Cheng
5734ca84a8
feat(ci): add pr labeler and release drafter workflows
2023-09-06 16:40:00 +08:00
Aries-ckt
ee9bbccb16
feat(model): support Baichuan2 model ( #558 )
...
Close #554
2023-09-06 15:54:41 +08:00
FangYin Cheng
38ebd34d58
feat(model): support Baichuan2 model
2023-09-06 15:47:49 +08:00
明天
f12258bbac
Revert "feat (Web): Web" ( #556 )
...
Reverts eosphoros-ai/DB-GPT#553
2023-09-06 15:23:19 +08:00