leiwu30
29fecffa3f
fix: Make flask an extra dependency
...
https://github.com/geekan/MetaGPT/pull/1118#discussion_r1540656272
2024-03-27 16:55:38 +08:00
leiwu30
7706b88f03
feat(core): Add stream data return and reception
...
1. add file: utils/steam_pipe.py
2. add demo: samples/flask_web_api.py
3. Other core code modifications, Add and use the StreamPipe class at night
4. Add flask library to requirements
2024-03-27 14:57:23 +08:00
莘权 马
b403f2b209
fixbug: #1100
2024-03-25 22:56:18 +08:00
Alexander Wu
12948a5482
Merge pull request #1098 from orange-crow/update_pandas_version
...
fix issue 868
2024-03-25 17:53:32 +08:00
刘棒棒
d0dc2674ca
fix #868
2024-03-25 16:30:53 +08:00
Alexander Wu
e85c667cc1
Merge pull request #1070 from seehi/feat-update-setup
...
make the rag module optional
2024-03-22 11:21:29 +08:00
seehi
e88aa63bf0
make the rag module optional
2024-03-22 10:28:11 +08:00
莘权 马
af3a409ac4
fixbug: llm.timeout not working
2024-03-20 21:24:41 +08:00
Alexander Wu
e783e5b208
Merge pull request #974 from better629/feat_memory
...
Feat add rag
2024-03-17 23:39:12 +08:00
yzlin
e960ac8dc8
update requirement and example, recover legacy code
2024-03-12 16:43:24 +08:00
seehi
9fe9a4a2d1
replace rag llm factory with llamaindex custom llm
2024-03-08 20:19:28 +08:00
seehi
5cbb3f5170
remove llama-index-embeddings-huggingface
2024-03-08 10:34:05 +08:00
seehi
93a328de5b
rag add chromadb save&load example
2024-03-08 00:41:45 +08:00
seehi
90ca74147d
add index factory and chromadb
2024-03-08 00:41:42 +08:00
seehi
6e405752b9
update requirements.txt
2024-03-08 00:41:00 +08:00
seehi
e14aedcea7
upgrade llama-index to v0.10
2024-03-08 00:41:00 +08:00
seehi
cd605bf8f4
upgrade llama-index to support new openai model
2024-03-08 00:41:00 +08:00
better629
cc91df59e5
replace langchain with llama-index
2024-03-08 00:39:15 +08:00
better629
8650fc2b19
fix langchain problem
2024-03-05 14:25:59 +08:00
better629
f1f0ae4cc1
add anthropic_api
2024-03-05 13:58:51 +08:00
Alexander Wu
19b91b4d51
Merge pull request #933 from Abhishek0075/pwdError
...
Changed requirements.txt
2024-02-28 13:58:59 +08:00
Alexander Wu
d3961a630e
Merge pull request #940 from better629/feat_new_qianfan
...
Feat add qianfan and dashscope
2024-02-28 13:57:00 +08:00
betterwang
d2ab17098b
fix conflict with main
2024-02-27 18:18:14 +08:00
revupst
4f5152cae4
chore: bump ipykernel to 6.27.1
2024-02-26 21:59:22 +08:00
Abhishek0075
e12dde978e
Changed requirements.txt
2024-02-24 12:16:35 +05:30
betterwang
655ba5647b
update qianfan pypi version
2024-02-23 12:45:06 +08:00
yzlin
cf344c244a
v0.7.1: fix a dependency error
2024-02-19 18:07:04 +08:00
better629
41d6d2be1d
update dashscope stream output
2024-02-18 20:02:42 +08:00
garylin2099
e3bb4d548d
Merge branch 'main' into code_interpreter
2024-02-08 10:50:17 +08:00
better629
5a2084cda8
Revert "Feat add qianfan api support"
2024-02-08 07:32:34 +08:00
garylin2099
a570c81ccf
Merge branch 'main' into code_interpreter
2024-02-08 00:14:24 +08:00
yzlin
d2f10ea90c
add ocr example, modify email example
2024-02-08 00:05:00 +08:00
better629
9061a5714e
Merge branch 'feat_qianfan' of github.com:better629/MetaGPT into feat_qianfan
2024-02-07 22:50:52 +08:00
better629
c7ee54ace1
add dashscope including QWEN and its ut code
2024-02-07 22:50:30 +08:00
better629
82557dfe81
Merge branch 'main' into feat_qianfan
2024-02-07 19:04:09 +08:00
better629
d180d3912e
add qianfan api support
2024-02-07 15:56:01 +08:00
voidking
63ab24a77b
chore: add one more space
2024-02-07 11:54:31 +08:00
voidking
3b4379d125
chore: move the required playwright to requirements.txt
2024-02-07 11:07:33 +08:00
yzlin
891e35b92f
Merge branch 'dev' into code_intepreter
2024-02-02 20:45:45 +08:00
yzlin
45acde0d65
use pytest to mock, rm dependency
2024-02-01 11:27:08 +08:00
stellahsr
28b0323d75
add package for test_sd_engine
2024-01-31 16:14:33 +08:00
yzlin
2fcb2a1cfe
Merge branch 'dev' into code_intepreter
2024-01-31 00:08:09 +08:00
better629
e7cd90f7f8
add openai dall-e support
2024-01-30 14:31:00 +08:00
geekan
9d452a97fd
Merge pull request #768 from iorisa/feature/merge/v0.6-release
...
feat: Merge the modifications resulting from integrating with the agent store.
2024-01-22 12:12:54 +08:00
better629
4e13eaca6e
update zhipu api due to new model and api; repair extra invalid generate output; update its unittest
2024-01-17 16:28:13 +08:00
刘棒棒
43558c208e
doc: add ipywidgets.
2024-01-16 15:03:12 +08:00
莘权 马
29d8326c06
feat: +ver
...
feat: Moderation + llm arg
feat: +log
2024-01-16 10:34:57 +08:00
yzlin
853086924a
Merge branch 'main' into dev_updated
2024-01-10 14:10:15 +08:00
shenchucheng
7bb7e37fd3
Update requirements.txt
2024-01-03 21:53:49 +08:00
geekan
05749fad31
refactor filename
2024-01-02 21:44:51 +08:00