Commit graph

2353 commits

Author SHA1 Message Date
莘权 马
89b263a2fb fixbug: #1076 2024-03-23 13:24:23 +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
e85c667cc1
Merge pull request #1070 from seehi/feat-update-setup
make the rag module optional
2024-03-22 11:21:29 +08:00
seehi
aea06852ba make the rag module optional 2024-03-22 11:15:31 +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
莘权 马
c6b9e234bf feat: merge geekan:main 2024-03-21 22:08:13 +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
Alexander Wu
657934d3ec
Merge pull request #1065 from geekan/add_params_to_search_engine
add params to search engine
2024-03-21 15:02:20 +08:00
geekan
8486e52048 add params to search engine 2024-03-21 14:52:17 +08:00
geekan
fcb2ea4863 add params to search engine 2024-03-21 13:57:32 +08:00
莘权 马
b42cf5cbd6 refactor: timeout 0 2024-03-21 13:21:24 +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
莘权 马
af3a409ac4 fixbug: llm.timeout not working 2024-03-20 21:24:41 +08:00
莘权 马
f6a11d5089 fixbug: #1016 2024-03-20 17:46:21 +08:00
Alexander Wu
adb42f44d6
Merge pull request #1054 from mannaandpoem/main_update_fix_bug
Update process for "Fix bug"
2024-03-20 16:40:37 +08:00
Your Name
21c5d1955b Update process for "Fix bug" 2024-03-20 14:27:11 +08:00
Alexander Wu
b2bbf838ec
Merge pull request #1042 from jinchihe/update_url
Correct bad URL in token_counter
2024-03-19 19:13:13 +08:00
yzlin
51ba2b393b fix critical bug: human prior not injected 2024-03-19 18:00:59 +08:00
jinchihe
356ff8926e Correct bad URL in token_counter 2024-03-19 17:34:51 +08:00
Alexander Wu
e01afd09cb
Merge pull request #1027 from testwill/typos
fix: typos
2024-03-19 14:59:05 +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
莘权 马
9a51038bd1 fixbug: #1031 2024-03-19 11:46:30 +08:00
guoguangwu
d326a9b961 fix: typos
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
2024-03-18 13:37:17 +08:00
geekan
e40fc66f98 add with_model to BaseLLM 2024-03-18 11:39:37 +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
betterwang
8c218a1e55 fix persist naming 2024-03-16 22:26:40 +08:00
seehi
5448de3e3e modify comment of ObjectNodeMetadata 2024-03-16 09:30:39 +08:00
seehi
d27026ad81 just change some func's position 2024-03-16 09:11:54 +08:00
seehi
ec2e8bdca3 for consistency, move rag.llm to rag.factories.llm 2024-03-16 09:03:34 +08:00
Alexander Wu
eb8e8460b8
Merge pull request #997 from liujun3660105/feat/add-cusotm-llm-config
feat:add user llm config
2024-03-15 23:32:56 +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
seehi
8e8075317e rename RAGConfigRegistry to ConfigBasedFactory 2024-03-15 18:55:08 +08:00
seehi
f46cc95bc2 Merge branch 'feat_memory' of github.com:better629/MetaGPT into feat_memory 2024-03-15 15:36:29 +08:00
seehi
cb9543b2b9 rename ConfigFactory to RAGConfigRegistry 2024-03-15 15:36:10 +08:00
better629
ba1866f7ca
Update openai_api.py 2024-03-15 15:19:18 +08:00
betterwang
b3d13ac992 update 2024-03-15 14:29:00 +08:00
seehi
e58cef6f18 update rsp_cache.json 2024-03-15 11:12:48 +08:00
seehi
666cac971f add runtime_checkable to support 3.10 2024-03-14 22:41:38 +08:00
better629
8a8e29902f fix anthropic_api _update_costs problem 2024-03-14 22:33:36 +08:00
better629
1306971d2d add yi-34b 2024-03-14 21:34:23 +08:00
seehi
468e574ef0 add NoEmbedding interface 2024-03-14 20:39:19 +08:00
seehi
6c95e601a0 add BM25IndexConfig 2024-03-14 17:44:37 +08:00
June
2a4934094c
Merge branch 'geekan:main' into feat/add-cusotm-llm-config 2024-03-14 08:34:56 +08:00