Commit graph

452 commits

Author SHA1 Message Date
didi
732cf36fbc FIx Format and Some bugs in android_assistant.py 2024-03-28 23:19:30 +08:00
Jiayi Zhang
5572ace802 Update test for action node & Modify extenv (self reflection) 2024-03-28 23:14:16 +08:00
better629
295571fafa update gpt4-v 2024-03-28 23:09:46 +08:00
better629
471871b827 add gpt4-v 2024-03-28 23:06:17 +08:00
better629
ff6f27f0a3 update env 2024-03-28 22:59:41 +08:00
luxiangtao
83e5eb133a updata di example and Change the location of the .ipynb locations 2024-03-24 15:01:45 +08:00
Alexander Wu
334149bb5d
Merge branch 'main' into fix_typo 2024-03-22 11:53:54 +08:00
geekan
bf44a69958 fix minecraft typo 2024-03-22 11:25:22 +08:00
Alexander Wu
fdf53ac555
Merge pull request #1061 from iorisa/feature/repo_to_markdown
feat: repo to markdown
2024-03-21 22:44:58 +08:00
better629
12551ab60c fix state value extract for https://github.com/geekan/MetaGPT/issues/1067 2024-03-21 21:57:59 +08:00
Alexander Wu
5ee95b1461
Merge pull request #985 from iorisa/feature/tree
feat: + tree command
2024-03-21 15:39:29 +08:00
Alexander Wu
420f1c0d22
Merge pull request #983 from iorisa/feature/merge/v0.7.6
feat: merge v0.7.6 to main
2024-03-21 15:31:57 +08:00
莘权 马
9cfcfb1ea8 feat: use --gitfile 2024-03-21 15:14:14 +08:00
莘权 马
9350e214b4 feat: + repo to markdown 2024-03-21 12:59:44 +08:00
莘权 马
edc3f3c48a Merge branch 'feature/tree' into feature/repo_to_markdown 2024-03-20 22:08:21 +08:00
莘权 马
f6a11d5089 fixbug: #1016 2024-03-20 17:46:21 +08:00
jinchihe
356ff8926e Correct bad URL in token_counter 2024-03-19 17:34:51 +08:00
Guess
ec30bc624d
Merge pull request #1020 from RuifengFu/main
update gpt-3.5-turbo-0125 in count_message_tokens
2024-03-19 14:57:14 +08:00
Alexander Wu
e783e5b208
Merge pull request #974 from better629/feat_memory
Feat add rag
2024-03-17 23:39:12 +08:00
Ruifeng Fu
c9f6a52752 update gpt-3.5-turbo-0125 in TOKEN_COSTS 2024-03-17 21:53:10 +08:00
frf
28c7ffba5f update gpt-3.5-turbo-0125 in count_message_tokens 2024-03-17 20:41:31 +08:00
Alexander Wu
07672fc683
Merge pull request #986 from azurewtl/fixed-fail-to-reduce-message-length
fixbug#979 : `RuntimeError: fail to reduce message length`
2024-03-15 23:32:07 +08:00
better629
1306971d2d add yi-34b 2024-03-14 21:34:23 +08:00
莘权 马
6f4d30825f feat: +tree command 2024-03-13 15:10:13 +08:00
莘权 马
684730e94f feat: +tree command 2024-03-13 15:06:40 +08:00
yzlin
38f21137ec Merge branch 'main' into code_interpreter 2024-03-12 15:13:14 +08:00
莘权 马
6a8699cd4a refactor: Replace Tree class with tree() 2024-03-12 11:14:35 +08:00
莘权 马
7d32f9efe6 refactor: Replace Tree class with tree() 2024-03-12 11:10:09 +08:00
Azure Wang
6487ae84b0 - updated MAX-TOKEN according to openai document
- minior optimization of code style
- fixed issues `RuntimeError: fail to reduce message length`
2024-03-11 22:27:59 +08:00
莘权 马
e39cafdd58 feat: + tree command 2024-03-11 22:25:38 +08:00
莘权 马
6a735e3fef feat: merge 0.7.6 2024-03-11 17:50:48 +08:00
yzlin
bf4b13ec4a simplify tool convert 2024-03-11 12:30:00 +08:00
seehi
9fe9a4a2d1 replace rag llm factory with llamaindex custom llm 2024-03-08 20:19:28 +08:00
seehi
63a3a760e9 update rag example 2024-03-08 11:18:53 +08:00
seehi
e14aedcea7 upgrade llama-index to v0.10 2024-03-08 00:41:00 +08:00
seehi
dd82962937 reflection for checking methods 2024-03-08 00:41:00 +08:00
better629
cc91df59e5 replace langchain with llama-index 2024-03-08 00:39:15 +08:00
莘权 马
0867dad4d7 fixbug: gbk UnicodeEncodeError 2024-03-07 17:04:44 +08:00
莘权 马
8e85dd3bc6 feat: merge geekan:main 2024-03-05 16:03:57 +08:00
Alexander Wu
1e5656df97
Merge pull request #948 from mannaandpoem/update_plan_and_improve_coverage
Update code plan and change and Improve test coverage
2024-03-05 15:37:13 +08:00
better629
f1f0ae4cc1 add anthropic_api 2024-03-05 13:58:51 +08:00
莘权 马
52ac7e847b refactor: comments 2024-03-05 12:48:55 +08:00
莘权 马
e22a28215d feat: merge geekan:main 2024-03-05 10:59:34 +08:00
mannaandpoem
1c7f63857f 1. Refactor code to centralize unittest directory pattern using a fixture in conftest.py
2. Setup incremental workdir for testing in test_write_code.py
2024-03-02 21:10:45 +08:00
yzlin
4c1ee630f6 merge mle & interpreter 2024-02-29 18:23:26 +08:00
YangQianli92
ecba0da493
Add files via upload 2024-02-29 17:41:39 +08:00
mannaandpoem
eb3c6d14f9 Merge remote-tracking branch 'origin/main' 2024-02-29 16:50:50 +08:00
mannaandpoem
853d3d520a Merge branch 'dev_split_code_plan_and_change' 2024-02-29 16:27:55 +08:00
YangQianli92
dcd4c89cc3
Add files via upload 2024-02-29 11:13:59 +08:00
YangQianli92
430fe29617
Add files via upload 2024-02-29 10:15:32 +08:00