Commit Graph

44 Commits

Author SHA1 Message Date
Fangyin Cheng
0b2af2e9a2
feat(model): Support llama.cpp server deploy (#2263) 2025-01-02 16:50:53 +08:00
Aries-ckt
576da34e92
feat(model): Support Gitee models (#2257)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-12-31 19:24:24 +08:00
Fangyin Cheng
dab55493f5
chore(model): Modify siliconflow name (#2194) 2024-12-12 16:47:14 +08:00
Fangyin Cheng
abab4e3e65
feat(model): Support siliconflow rerank models (#2188) 2024-12-11 18:36:44 +08:00
Fangyin Cheng
e5ec47145f
feat(model): Support siliconflow models (#2157) 2024-11-27 19:41:37 +08:00
Fangyin Cheng
61509dc5ea
feat(model): Support claude proxy models (#2155) 2024-11-26 19:47:28 +08:00
Fangyin Cheng
1f2e844639
feat(model): Support Qwen2.5 models (#2030) 2024-09-19 11:58:39 +08:00
Fangyin Cheng
f72db23bab
chore: Fix pylint error (#1915) 2024-08-29 16:37:31 +08:00
dusens
51b4327fdf
feat(model): Support qianfan embedding and resolves an issue (#1819) 2024-08-29 15:52:00 +08:00
Fangyin Cheng
78c912fd29
feat(model): Support mistral nemo (#1766) 2024-08-01 18:42:01 +08:00
Fangyin Cheng
3c5ed9d8c1
feat(model): Support llama3.1 models (#1744) 2024-07-24 11:00:05 +08:00
Fangyin Cheng
d389fddc2f
feat(model): Support internlm2.5 models (#1735) 2024-07-18 15:17:10 +08:00
Fangyin Cheng
e4abd56eeb
feat(model): Support codegeex4-all-9b (#1720) 2024-07-14 20:39:38 +08:00
Fangyin Cheng
374b6ad151
feat(model): Support gemma-2 model (#1675) 2024-06-28 13:33:57 +08:00
无剑
fda1a56ef4
feat(model): Support tongyi embedding (#1552)
Co-authored-by: 无剑 <zhuzhenchao@changeme.com>
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2024-06-25 19:50:38 +08:00
明天
0541d1494c
feat(datasource):add oceanbase support (#1622)
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2024-06-13 15:13:50 +08:00
Fangyin Cheng
e11087aa7e
feat(model): Support Qwen2 models (#1612) 2024-06-07 00:56:20 +08:00
Fangyin Cheng
acd76bada9
feat(model): Support glm-4-9b-chat (#1602) 2024-06-05 15:34:00 +08:00
Fangyin Cheng
43b5821ce4
fix(model): Fix vllm new tokenizer error (#1601) 2024-06-05 15:27:58 +08:00
Fangyin Cheng
e481a0acd9
feat(model): Support openchat-3.6-8b-20240522 (#1564) 2024-05-27 22:28:50 +08:00
Fangyin Cheng
82ed4611a5
feat(model): Support llama-3-sqlcoder-8b (#1559) 2024-05-25 17:26:04 +08:00
Fangyin Cheng
7f55aa4b6e
feat(model): Support Phi-3 models (#1554) 2024-05-23 09:45:32 +08:00
Fangyin Cheng
d81bbec4e9
feat(model): Support DeepSeek v2 lite model (#1537) 2024-05-20 10:46:38 +08:00
Fangyin Cheng
593e974405
feat(model): Support deploy rerank model (#1522) 2024-05-16 14:50:16 +08:00
Fangyin Cheng
81fb56a67c
feat(model): Support Yi-1.5 models (#1516) 2024-05-13 13:50:21 +08:00
Fangyin Cheng
b38305b72b
feat(model): Support DeepSeek proxy LLM (#1491) 2024-05-07 17:40:16 +08:00
GITHUBear
744b3e4933
feat(model): support ollama as an optional llm & embedding proxy (#1475)
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-04-28 18:36:45 +08:00
yyhhyy
dce03862d5
feat(model): Support Qwen2MoE (#1439)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-04-20 21:03:10 +08:00
Fangyin Cheng
82e4ce4c43
feat(model): Support Llama-3 (#1436) 2024-04-20 14:07:09 +08:00
Fangyin Cheng
7d6dfd9ea8
feat(model): Support moonshot proxy LLM (#1404) 2024-04-10 23:41:50 +08:00
yyhhyy
0f2b46da62
fix: Code standards (#1393) 2024-04-09 21:01:32 +08:00
Fangyin Cheng
df36b947d1
feat(model): Support Qwen1.5-32B (#1385) 2024-04-08 09:40:24 +08:00
Fangyin Cheng
a272d1b8f3
feat(model): Support Starling-LM-7B-beta (#1350) 2024-03-29 17:25:30 +08:00
Fangyin Cheng
8a17099dd2
feat(rag): Support RAG SDK (#1322) 2024-03-22 15:36:57 +08:00
Fangyin Cheng
130ffb08c9
feat(model): Support yi proxy LLM (#1303) 2024-03-15 22:15:37 +08:00
Fangyin Cheng
f9d9f8faea
feat(model): Support gemma model (#1187) 2024-02-23 12:37:13 +08:00
Fangyin Cheng
2d905191f8
refactor: Refactor for core SDK (#1092) 2024-01-21 09:57:57 +08:00
Fangyin Cheng
40c853575a
chore: Add pylint for DB-GPT core lib (#1076) 2024-01-16 17:36:26 +08:00
Fangyin Cheng
22bfd01c4b
refactor: Refactor proxy LLM (#1064) 2024-01-14 21:01:37 +08:00
Fangyin Cheng
fa8b5b190c
feat(core): APP use new SDK component (#1050) 2024-01-10 10:39:04 +08:00
Fangyin Cheng
e8861bd8fa
feat(awel): New MessageConverter and more AWEL operators (#1039) 2024-01-08 09:40:05 +08:00
Fangyin Cheng
07a25c3d86
feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001) 2023-12-30 16:54:27 +08:00
Fangyin Cheng
fd3a5d2bfa
chore(build): Fix typo and new pre-commit config (#987) 2023-12-28 14:14:20 +08:00
Fangyin Cheng
6b982e2879
feat(model): Support Mixtral-8x7B (#959) 2023-12-21 16:46:29 +08:00