Commit Graph

622 Commits

Author SHA1 Message Date
csunny
05acabddf0 Merge branch 'ty_test' of https://github.com/csunny/DB-GPT into dbgpt_doc 2023-06-13 21:39:33 +08:00
yhjun1026
8876bd2a7a fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 21:03:21 +08:00
yhjun1026
c406bf23f7 fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 21:01:44 +08:00
yhjun1026
3853c43d8b fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 20:34:33 +08:00
yhjun1026
19e3679d9f fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 20:33:34 +08:00
magic.chen
fa59d2bcf0 feature:chat to db (#196)
1.complement of the official documentation
2.feature:chat o db, you can chat to db metadata info.
2023-06-13 17:29:15 +08:00
aries-ckt
7aa59596d2 update:db chat 2023-06-13 17:12:20 +08:00
aries-ckt
5d440dce94 Merge remote-tracking branch 'origin/dbgpt_doc' into dev 2023-06-13 17:10:16 +08:00
csunny
9dc6e016c3 fix: readme file 2023-06-13 16:53:01 +08:00
csunny
3d3d6c75fb Merge branch 'main' of https://github.com/csunny/DB-GPT into dbgpt_doc 2023-06-13 16:48:55 +08:00
csunny
6101069cfe fix: readme demo replace 2023-06-13 16:48:30 +08:00
aries-ckt
904d32655e update:doc 2023-06-13 16:04:44 +08:00
aries-ckt
827d156688 Merge remote-tracking branch 'origin/main' into dev 2023-06-13 15:51:49 +08:00
yhjun1026
4e5ce4d98b Merge remote-tracking branch 'origin/feature-xuyuan-openai-proxy' into ty_test
# Conflicts:
#	pilot/model/llm_out/proxy_llm.py
2023-06-13 15:17:06 +08:00
yhjun1026
4690ac26ea fix 2023-06-13 15:14:50 +08:00
Aries-ckt
93512d6263 Update README.md to set Discord address (#194) 2023-06-13 14:43:20 +08:00
magic.chen
555ae71ab5 Update README.md 2023-06-13 14:41:54 +08:00
aries-ckt
7124c34017 update:doc 2023-06-13 10:56:58 +08:00
magic.chen
c979348a74 Update run.sh (#192)
modify variable error
2023-06-13 09:28:39 +08:00
highroom
cbe769eb92 Update run.sh
modify varible error
2023-06-12 22:59:46 +08:00
Aries-ckt
17b190b691 proxy llm, support stream format (#190) 2023-06-12 22:11:45 +08:00
xuyuan23
6e3b48c7c4 support multi process to launch llmserver, add openai proxy api. 2023-06-12 21:29:16 +08:00
aries-ckt
f29cbaab79 Merge remote-tracking branch 'origin/dbgpt_doc' into dev 2023-06-12 20:59:21 +08:00
aries-ckt
6a7c4aa5f6 feature:ppt embedding 2023-06-12 20:57:00 +08:00
xuyuan23
62eb6c383e add openai proxy, support chatgpt model only if you provide open ai secret key. 2023-06-12 17:29:35 +08:00
csunny
5b156e9a54 fix: lint the docs 2023-06-12 17:27:34 +08:00
yhjun1026
85176111b9 Merge branch 'llm_fxp' into ty_test 2023-06-12 16:57:20 +08:00
magic.chen
ea66a5097b fix translate problems (#186) 2023-06-11 23:15:33 +08:00
zhanghy-sketchzh
b9c238c04c fix translate problems 2023-06-11 23:07:38 +08:00
csunny
4c218cfbad fix: multi language choose 2023-06-11 21:19:18 +08:00
csunny
a9c2c7f9ea docs: fix local dir name 2023-06-11 20:36:52 +08:00
csunny
e44384fc33 docs: add support for zh 2023-06-11 20:27:30 +08:00
magic.chen
7a06007efd docs_translation (#183) 2023-06-11 19:00:07 +08:00
zhanghy-sketchzh
4dd69d79c2 docs_translation 2023-06-11 18:53:44 +08:00
csunny
46af29dd36 Merge branch 'main' into llm_fxp 2023-06-09 16:20:26 +08:00
csunny
d587f59143 Merge branch 'llm_fxp' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-09 16:20:11 +08:00
csunny
40b55a2d27 fix: next-ui output 2023-06-09 16:19:47 +08:00
Aries-ckt
44bb5135cd gorllia support (#173) (#177)
we support gorllia for tools use in the latest code.  #173
2023-06-08 22:57:27 +08:00
csunny
716460460f feature: gorllia support (#173) 2023-06-08 21:33:22 +08:00
csunny
bea3f7c8d2 fix: chatglm stream output 2023-06-08 21:29:02 +08:00
yhjun1026
58295a415a Merge branch 'dev' into ty_test 2023-06-08 20:55:19 +08:00
yhjun1026
8851ab9d45 default scene change 2023-06-08 20:08:51 +08:00
csunny
eae38931fa Merge branch 'dev' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-08 20:07:44 +08:00
csunny
e918687705 fix: remove qlora config from model_config 2023-06-08 20:07:36 +08:00
csunny
0948bc45bc fix: gorilla chat adapter and config 2023-06-08 17:35:17 +08:00
magic.chen
8b3d7b0ba7 Add support for falcon (#175)
We can set QUANTIZE_QLORA=True in the .env file to enable falcon's
quantization model
2023-06-08 16:32:35 +08:00
zhanghy-sketchzh
c022e70a50 fix problems 2023-06-08 15:12:20 +08:00
luchun
a644d3ac6c Merge branch 'llm_fxp' into falcon 2023-06-08 15:00:19 +08:00
zhanghy-sketchzh
bb9081e00f Add quantize_qlora support for falcon 2023-06-08 13:37:48 +08:00
zhanghy-sketchzh
b357fd9d0c Add support for falcon 2023-06-08 12:17:13 +08:00