Commit Graph

264 Commits

Author SHA1 Message Date
magic.chen
711032c480 fix(llmproxy): fix openai chatgpt api response error (#871) 2023-11-30 15:11:00 +08:00
magic.chen
1a8616dab8 chores: remove extra unuse code and update contact info (#869)
Co-authored-by: junewgl <1965259211@qq.com>
2023-11-30 10:28:11 +08:00
magic.chen
5bba1116bd feat(Model): unified proxyllm apisecret (#862) 2023-11-28 15:56:13 +08:00
edward
962bd9a48c [summary]adapt for xunfei Spark LLM (#846)
Co-authored-by: Edward Shine <ahxiao@iflytek.com>
2023-11-28 14:56:13 +08:00
Fan
0b02451fb3 bugfix(Azure): fix index out of range error due to Azure Openai reponses an empty chunk at first (#820)
Co-authored-by: 一帆 <zhang.f@digitalcnzz.com>
2023-11-28 14:27:39 +08:00
FangYin Cheng
a92f34081c feat(model): Support Yi-34B-Chat (#837) 2023-11-24 20:05:09 +08:00
FangYin Cheng
89dcccc642 feat(model): Add more support model list and modify LLM benchmarks (#823) 2023-11-23 10:13:59 +08:00
FangYin Cheng
1801138b62 feat(awel): New AWEL RAG example 2023-11-21 14:35:40 +08:00
FangYin Cheng
e67d62a785 feat(awel): AWEL supports http trigger 2023-11-21 14:35:40 +08:00
yhjun1026
620cb95464 bugfix(ChatData): code merge bug fix
1.code merge bug fix
2023-11-21 10:50:43 +08:00
yhjun1026
b8916a5514 feat(ChatDB): ChatExcel Prompt optimization
1.ChatExcel Prompt optimization
2023-11-20 17:39:05 +08:00
aries_ckt
fec82a7ee7 style:delete milvus_store.py unusual code 2023-11-20 16:41:38 +08:00
aries_ckt
7b3682ae19 refactor:merge Agent_Hub branch 2023-11-20 16:35:42 +08:00
yhjun1026
90b7e63d4d Merge branch 'main' into Agent_Hub_Dev
# Conflicts:
#	pilot/model/proxy/llms/chatgpt.py
#	pilot/scene/base_chat.py
#	setup.py
2023-11-20 16:26:25 +08:00
aries_ckt
c755a6bf56 Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-20 15:36:22 +08:00
yhjun1026
8708a11561 feat(ChatDB): ChatDB English Prompt fix
1.ChatDB English Promopt fix
2023-11-20 11:25:05 +08:00
aries_ckt
236cf95550 feat:add model_enabe_cache in playload in basechat.py 2023-11-19 14:10:19 +08:00
FangYin Cheng
4ffd054a2a fix(model): Fix benchmarks bugs 2023-11-18 17:15:26 +08:00
FangYin Cheng
1f22459fbe feat(model): Add LL benchmarks code 2023-11-18 05:16:55 +08:00
FangYin Cheng
3d7481d369 feat(model): Usage infos with vLLM 2023-11-17 17:05:33 +08:00
FangYin Cheng
b45360441d feat(model): New metrics param to model API 2023-11-17 17:05:01 +08:00
aries_ckt
a4c8acac31 feat:summary update and merge main branch 2023-11-17 15:27:08 +08:00
Aries-ckt
1240352e54 feat(model): Support model cache and new Agentic Workflow Expression Language(AWEL) (#803)
**Model cache**
- Cache model output in memory.
- Cache model output in local rocksdb.

**Agentic Workflow Expression Language(AWEL)**
- Common workflow Operators
- Implements LocalWorkflowRunner
- Integrate model serving and model result cache with AWEL in
`base_chat.py`

**Note**:

DB-GPT uses local disk cache by default. You need to install related
dependencies by command:
```bash
pip install -e ".[cache]"
```
If there are no dependencies of disk cache, DB-GPT will uses memory
cache.

Closes #788
2023-11-17 13:08:14 +08:00
aries_ckt
870aeb02b4 Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-17 11:40:42 +08:00
FangYin Cheng
5109c89daa feat(cache): Not cache the failed model output 2023-11-17 11:06:36 +08:00
luchun
ddabd019e3 Update chatgpt.py 2023-11-17 11:00:47 +08:00
luchun
5eccf73f24 Update chatgpt.py 2023-11-17 10:55:26 +08:00
aries_ckt
b0dd2e7d6a Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-17 00:34:29 +08:00
luchun
2ff9625d3f Update chatgpt.py 2023-11-16 22:50:03 +08:00
luchun
1b615aedd2 Update chatgpt.py 2023-11-16 22:39:18 +08:00
luchun
e198cd34ae Update chatgpt.py 2023-11-16 22:32:14 +08:00
FangYin Cheng
1150adbe6a feat(model): Support BranchOperator 2023-11-16 18:13:16 +08:00
yhjun1026
343d64652c feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-16 13:38:52 +08:00
yhjun1026
fa06ba5bf6 feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-16 11:50:37 +08:00
FangYin Cheng
6db8c49d87 feat(model): Support model cache and first version of Agentic Workflow Expression Language(AWEL) 2023-11-16 04:06:07 +08:00
aries_ckt
401010d40c style:fmt and solve conflict 2023-11-14 10:40:57 +08:00
yhjun1026
f735b12c99 feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-13 16:28:30 +08:00
yhjun1026
9b4b935f31 feat(ChatExcel): ChatExcel Use AntV Chart
1.Native Support AntvChart
2023-11-10 16:50:44 +08:00
FangYin Cheng
d62048ef1e chore: Format code 2023-11-06 19:55:57 +08:00
FangYin Cheng
5accaa44be feat(core): Support custom trace storage 2023-11-06 19:55:14 +08:00
Alpha Hinex
352867dc71 Fix 'InvalidParameter:User and assistant need to appear alternately in the message' issue 2023-11-06 15:13:55 +08:00
aries_ckt
6fe7bfd63d feat:merge main branch 2023-11-03 10:27:48 +08:00
FangYin Cheng
2c9c539404 feat(model): Support OpenAI-Compatible RESTful APIs 2023-11-02 20:39:14 +08:00
aries_ckt
de90244828 feat:document summary 2023-10-31 18:52:58 +08:00
yhjun1026
7359616f8c bugfix(ChatExcel): ChatExcel Language confusion bug
1.Fix ChatExcel Language confusion bug
2023-10-31 17:43:37 +08:00
wangzaistone
3233e260b2 add conv judge 2023-10-31 17:39:14 +08:00
wangzaistone
a670e5c00d add other codellama models 2023-10-31 17:24:54 +08:00
wangzaistone
7619a16c16 support DB-GPT-Hub sft codellama 2023-10-30 17:06:24 +08:00
FangYin Cheng
95d3f5222b feat(model): Support AquilaChat2-34B 2023-10-30 11:48:48 +08:00
FangYin Cheng
0e273c68a8 chore: Modify proxy_api_app_id to optional 2023-10-27 18:27:41 +08:00