Commit graph

6281 commits

Author SHA1 Message Date
usamimeri_renko
c0ebf3bea0
Update setup.py
update aioboto3
2024-05-17 14:21:09 +08:00
Wei-Jianan
cda6451b59 Merge remote-tracking branch 'origin/main' into fix/cstream_not_work 2024-05-17 13:46:45 +08:00
Wei-Jianan
1c9214e18d [fix] change default value of LLMConfig.stream to True 2024-05-17 13:34:13 +08:00
莘权 马
6326526a08 feat: +vault config demo 2024-05-17 13:28:28 +08:00
Wei-Jianan
f31d2a198e [fix] use config.stream inside BaseLLM other than global 2024-05-17 11:42:57 +08:00
Alexander Wu
6b70f7b0ed
Merge pull request #1234 from iorisa/refactor/role/act_by_order
refactor: optimizing act_by_order mode of `Role`
2024-05-17 11:00:57 +08:00
Alexander Wu
ca67c8f9ea
Merge pull request #1231 from usamimeri/main
Feat add Amazon Bedrock support
2024-05-17 10:56:48 +08:00
usamimeri_renko
0916399313
Merge branch 'geekan:main' into main 2024-05-16 20:51:52 +08:00
Alexander Wu
a32e238801
Merge pull request #1274 from usamimeri/add_counter
add deepseek-v2, yi-large and gpt-4o pricing to token_counter
2024-05-16 15:50:54 +08:00
usamimeri_renko
b1c1dd24f3
Update requirements.txt
update tiktoken to 0.7.0 to support gpt-4o
2024-05-16 15:20:36 +08:00
usamimeri_renko
15ae887793
Merge branch 'geekan:main' into add_counter 2024-05-16 15:18:54 +08:00
莘权 马
9eba81862b fixbug: circular import 2024-05-16 12:40:55 +08:00
Guess
9ff1e2f6c9
Merge pull request #1264 from jainkunal/main
fix aask() got an unexpected keyword argument 'images'
2024-05-16 12:25:40 +08:00
Guess
7e0c83c69d
Merge pull request #1277 from voidking/main
Pre-commit workflow添加environment,使之可以配置为分支合入时的保护
2024-05-16 12:21:09 +08:00
voidking
a754c0bb8c Pre-commit添加到environment 2024-05-16 11:20:02 +08:00
林义章
5c416a1f31 Merge branch 'improve_editor' into 'mgx_ops'
include more plan status in thinking, add row num for editor

See merge request pub/MetaGPT!106
2024-05-16 02:24:23 +00:00
garylin2099
e54cc424e8 add example issue 2024-05-16 10:20:20 +08:00
garylin2099
6538092235 small improvement 2024-05-15 23:07:34 +08:00
garylin2099
4d05bba39c fix redundant new line 2024-05-15 21:43:31 +08:00
garylin2099
df2eff04de add issue fixing experience 2024-05-15 21:32:12 +08:00
garylin2099
27157e33a0 include more plan status in thinking, add row num for editor 2024-05-15 21:26:13 +08:00
usamimeri_renko
3f54646691 add token max and deepseek-coder,gpt-4-turbo-2024-04-09 2024-05-15 17:44:20 +08:00
Alexander Wu
b6601dbe75
Merge pull request #1247 from seehi/fix-potential-error
Fix potential NoneType error
2024-05-15 17:43:41 +08:00
seehi
b71ea5f407 update comment 2024-05-15 17:40:21 +08:00
Alexander Wu
77c74fbcf8
Merge pull request #1241 from usamimeri/debug
Make RAG embedding model dimension configurable
2024-05-15 17:35:20 +08:00
seehi
400e0af814 format 2024-05-15 17:31:44 +08:00
usamimeri_renko
1047abf1f4 add counter 2024-05-15 15:40:59 +08:00
garylin2099
7057ace344
Merge pull request #1270 from seehi/feat-format
format
2024-05-14 16:17:54 +08:00
seehi
133874cc0b format 2024-05-14 15:56:52 +08:00
garylin2099
00e1c93275
Merge pull request #1253 from aa875982361/fix/none-usage
fix: failure when usage is none
2024-05-14 15:47:50 +08:00
林义章
8a08dd2e5c Merge branch 'editor_fix_issue' into 'mgx_ops'
allow immediate deploy after software sop; fix TL to PM msg info loss

See merge request pub/MetaGPT!102
2024-05-14 02:11:56 +00:00
garylin2099
819c00a55a allow immediate deploy after software sop; fix TL to PM msg info loss 2024-05-13 22:20:34 +08:00
better629
da0e47bed4
Merge pull request #1268 from usamimeri/image_url_debug
fix openai image schema bug
2024-05-13 16:17:31 +08:00
林义章
97034e00b5 Merge branch 'editor_fix_issue' into 'mgx_ops'
Add issue fixing ability

See merge request pub/MetaGPT!101
2024-05-13 07:18:44 +00:00
garylin2099
cb6484d01d fix plan & task bugs, add task experience, update editor & browser, test issue fixing ability 2024-05-13 15:11:43 +08:00
garylin2099
91b11a2ab9 rename to Editor 2024-05-13 15:01:34 +08:00
usamimeri_renko
82b4be51bd fix schema bug 2024-05-13 15:00:22 +08:00
garylin2099
1f5267484d add plan for issue fixing 2024-05-13 10:28:40 +08:00
garylin2099
b21371bb3f rm basic git operation 2024-05-13 10:24:22 +08:00
garylin2099
ea3b6f9f86 rename editor in init 2024-05-13 10:22:56 +08:00
garylin2099
71bf96cb2b rename file_manager to editor 2024-05-13 10:21:46 +08:00
Kunal Jain
d4bd668983 fix ask() got an unexpected keyword argument 'images' 2024-05-11 19:03:55 +05:30
林义章
5783835364 Merge branch 'feature/refine_msg_content' into 'mgx_ops'
refactor: 清空了软件公司message中的无用内容

See merge request pub/MetaGPT!95
2024-05-11 11:41:23 +00:00
林义章
864f2743e9 Merge branch 'revert-18742377' into 'mgx_ops'
Revert "Merge branch 'dynamic_think' into 'mgx_ops'"

See merge request pub/MetaGPT!100
2024-05-11 11:32:50 +00:00
林义章
de27855c56 Revert "Merge branch 'dynamic_think' into 'mgx_ops'"
This reverts merge request !98
2024-05-11 19:29:12 +08:00
林义章
476e6256a7 Merge branch 'feature/git_pull' into 'mgx_ops'
feat: create_pull_url

See merge request pub/MetaGPT!97
2024-05-11 07:28:48 +00:00
莘权 马
1dbcf4e1a2 fixbug: pull request between fork 2024-05-11 15:01:48 +08:00
林义章
18742377cb Merge branch 'dynamic_think' into 'mgx_ops'
add fix issue plan, modify Editor

See merge request pub/MetaGPT!98
2024-05-11 06:59:16 +00:00
garylin2099
f06d3a442a add fix issue plan, modify Editor 2024-05-11 14:56:59 +08:00
莘权 马
eff9f7e456 fixbug: pull request between fork 2024-05-11 14:38:58 +08:00