Commit Graph

157 Commits

Author SHA1 Message Date
csunny
e058511b4e pylint: lint code format 2023-08-23 17:02:54 +08:00
csunny
5f53463221 fix: gpt4all output bug 2023-08-23 16:47:59 +08:00
FangYin Cheng
efd17593ce fix: Fix alpaca prompt error 2023-08-18 17:18:01 +08:00
FangYin Cheng
909bb263a4 feat: Add examples and modify deploy documents 2023-08-18 15:12:37 +08:00
FangYin Cheng
b5fd5d2a3a feat: Support llama.cpp 2023-08-15 19:00:08 +08:00
csunny
743863d52b fix: set num_gpus reference for mps + cpu 2023-08-03 16:54:58 +08:00
csunny
d67a6a642a fix: num_gpus referenced error for mps + cpu 2023-08-03 16:52:39 +08:00
FangYin Cheng
a4574aa614 feat: Support vicuna-v1.5 and WizardLM-v1.2 2023-08-03 14:14:29 +08:00
FangYin Cheng
bceb609cf6 feat: Modify config for quantization and doc 2023-08-02 19:29:59 +08:00
FangYin Cheng
d8a4b776d5 feat: Support 8-bit quantization and 4-bit quantization for multi-gpu inference 2023-08-02 19:29:59 +08:00
xuyuan23
dea677004a fix: simply the code and optimization
simply the code and optimization
2023-07-31 19:19:39 +08:00
xuyuan23
1ff4cfdc42 feat: support bard proxy server
support bard proxy server

Close #384
2023-07-31 17:49:10 +08:00
magic.chen
9236f4260e llm proxy framework design, adding support for bard large language model proxy (#376)
1. llm proxy framework design, adding support for bard large language
model proxy
2. add Alibaba Cloud Image Deployment Solution.

Close #369
2023-07-28 17:04:09 +08:00
xuyuan23
4da524340c refactor: rename the data privacy module
rename data privace module.
2023-07-28 14:45:27 +08:00
xuyuan23
ca50e87b8f fix: support bard in chatdb
support bard proxy llm  in chatdb
2023-07-27 19:22:23 +08:00
xuyuan23
c4638bfde3 fix: fix function bard_generate_stream's output
fix function bard_generate_stream's output
2023-07-27 11:11:59 +08:00
xuyuan23
572c336b81 feat: Adjusting the proxy framework.
Adjusting the proxy framework, chatgpt_proxyllm default, or proxyllm instead, new LLM proxy should be configured in format 'xxx_proxyllm'.
2023-07-27 11:03:29 +08:00
xuyuan23
b1d84fb317 fix: fix bard LLM request param error
fix bard LLM request param error, use 'content' as the input
2023-07-26 17:02:48 +08:00
xuyuan23
d95726c04a feat: add Bard LLM proxy
Supplement proxy framework content, adding proxy access method for the Bard LLM.

Closes #369
2023-07-26 16:36:26 +08:00
FangYin Cheng
4b1c0a36f8 feat: Support baichuan-7B model 2023-07-25 22:08:07 +08:00
FangYin Cheng
7baaaf0849 feat: Support baichuan-13B model 2023-07-25 22:07:02 +08:00
FangYin Cheng
35d0c17ae8 feat: Support baichuan-7B model 2023-07-25 19:48:21 +08:00
FangYin Cheng
01074660bc feat: Support baichuan-13B model 2023-07-25 19:48:21 +08:00
FangYin Cheng
168c754a3f feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
FangYin Cheng
d805e6ab42 feat: structured prompt data interaction between dbgpt-server and llm-server 2023-07-19 12:10:22 +08:00
FangYin Cheng
accce56d49 fix pylint 2023-07-13 18:11:41 +08:00
FangYin Cheng
189ac995ec fix: chatglm not working in doc qa, meta qa and plugin 2023-07-13 18:03:27 +08:00
qutcat1997
586ea2a97f Update adapter.py
change CFG
2023-07-11 23:28:30 +08:00
qutcat1997
3730871f5d Update adapter.py
Solve multi gpu research
2023-07-11 23:17:00 +08:00
FangYin Cheng
23b36872f6 fix: proxy llm raise exception when proxy llm response has error 2023-07-07 17:21:43 +08:00
aries_ckt
eb31d5523e doc:update dbgpt_demo.mp4
1.update dbgpt_demo.mp4
2.format code
2023-07-06 13:47:46 +08:00
tuyang.yhj
314920b6e1 WEB API independent 2023-07-04 17:19:18 +08:00
tuyang.yhj
5f9c36a050 WEB API independent 2023-07-04 16:41:02 +08:00
aries_ckt
d95646d8b2 feat:knowledge management
1.merge main branch
2.rebuild knowledge management
3.static js
2023-06-30 15:39:54 +08:00
tuyang.yhj
caa1a41065 Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/memory/chat_history/duckdb_history.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/scene/base.py
#	pilot/scene/base_chat.py
#	pilot/scene/chat_execution/example.py
2023-06-28 11:40:22 +08:00
tuyang.yhj
820214faa8 WEB API independent 2023-06-28 11:34:40 +08:00
aries_ckt
682b1468d1 style:format code
format code
2023-06-27 22:20:21 +08:00
staneyffer
b41be465ad fix: documents chat not working with chatglm2-6b 2023-06-26 18:13:31 +08:00
tuyang.yhj
03576cfc5d Merge branch 'llm_framework' into DEV_TY_06 2023-06-25 14:47:30 +08:00
tuyang.yhj
d372e73cd5 WEB API independent 2023-06-25 14:46:46 +08:00
csunny
50719c14b9 feat: define framework and split api
add cache for llm
add openapi module
add proxy module
2023-06-20 19:36:35 +08:00
LBYPatrick
0b1d54afa6 chore: run black against modified code 2023-06-16 12:23:28 +08:00
LBYPatrick
1580aaa8eb chore: bump requirement.txt for guanaco support 2023-06-16 11:45:42 +08:00
magic.chen
e3f91e98b4 add llm support for gpt4all (#209)
add llm support for gpt4all #178 #138
2023-06-14 11:35:42 +08:00
magic.chen
713bdb77db Multi gpu (#207)
support multi gpus
2023-06-14 10:22:09 +08:00
csunny
4f82cfde63 pylint: multi model for gp4all (#138) 2023-06-14 10:17:53 +08:00
csunny
0f4569e5c8 Merge branch 'dbgpt_doc' into llm_fxp 2023-06-14 10:14:13 +08:00
zhanghy-sketchzh
00d24101f3 support multi gpus 2023-06-14 00:22:02 +08:00
csunny
77d2abba5d fix: conflicts 2023-06-13 21:41:18 +08:00
sheri528
fcdc3b600d Merge remote-tracking branch 'upstream/llm_fxp' into dev_gpt4all 2023-06-13 17:48:36 +08:00