Commit graph

3293 commits

Author SHA1 Message Date
stellaHSR
3fe6f531d9
Delete MetaGPT-WeChat-Group4.jpeg 2023-08-13 00:13:24 +08:00
stellaHSR
9810eca438
Delete MetaGPT-WeChat-Personal-new.jpg 2023-08-13 00:11:52 +08:00
Leon Zhou
c434465168
Update README.md 2023-08-12 00:26:52 -04:00
Leon Zhou
95b317b329
Update README.md 2023-08-12 00:14:48 -04:00
Leon Zhou
d3dcd55de4
Update README.md 2023-08-12 00:12:00 -04:00
stellaHSR
979753b89b
Update README_CN.md 2023-08-11 21:42:48 +08:00
stellaHSR
d9bf842354
update WeChat Personal jpg 2023-08-11 21:41:40 +08:00
stellaHSR
88bb46cb5d
update FAQ 2023-08-11 18:04:25 +08:00
stellaHSR
c4c0f5a2f1
Delete MetaGPT-Index directory 2023-08-11 18:03:15 +08:00
Chao Lan
23274551fa fix raise exception when using Anthropic_API_KEY rather than OPENAI_API_KEY 2023-08-11 09:25:36 +08:00
Leon
4a48955a5d finished unit tests, changed to have dynamic types 2023-08-10 13:38:39 -07:00
Leon
46ada5a7f9 Merge branch 'main' of https://github.com/unkn-wn/MetaGPT 2023-08-10 12:00:36 -07:00
Leon
2e28ea6927 test 2023-08-10 12:00:28 -07:00
Leon Yee
2b91ca3dd0
Merge branch 'geekan:main' into main 2023-08-10 12:00:14 -07:00
MORDECAI ETUKUDO
73b1f06834
Update skill_manager.py
Translation from Chinese to english for easy understandings
2023-08-10 15:54:40 +01:00
stellaHSR
34f437174d
Merge pull request #136 from geniuslzh/main-1
Create FAQ-EN
2023-08-10 22:50:20 +08:00
stellaHSR
f65058fe83
Merge pull request #112 from wangjie5540/dev/wtg
optimize logging for network issues.
2023-08-10 22:42:11 +08:00
Steven Lee
bab605ac44
Merge branch 'main' into main 2023-08-10 21:41:22 +08:00
hy.li
eff26f5cd7 rm pass 2023-08-10 21:33:31 +08:00
王同贵
ce6b8a95dd Merge remote-tracking branch 'origin/main' into dev/wtg
# Conflicts:
#	metagpt/config.py
#	metagpt/provider/openai_api.py
2023-08-10 20:46:56 +08:00
stellaHSR
3d8e658395
Merge pull request #18 from liamsegura/patch-1
Update README.md
2023-08-10 20:25:40 +08:00
stellaHSR
c17c3da2e8
Merge pull request #179 from wangjie5540/optimize/dockerfile
optimize dockerfile
2023-08-10 20:24:38 +08:00
stellaHSR
2e1e647628
Merge pull request #161 from shenchucheng/main
Feature/researcher
2023-08-10 20:21:24 +08:00
stellaHSR
9ee2421aec
Merge pull request #144 from jansalvador/main-1
Update run_code.py
2023-08-10 20:18:51 +08:00
brucemeek
730e2f912f Merge remote-tracking branch 'upstream/main' 2023-08-09 21:50:42 -05:00
brucemeek
41bceb792a fixed common.py error, missing last few lines 2023-08-09 21:47:36 -05:00
Leon Zhou
b995d83273
Create README.md 2023-08-09 21:18:26 -04:00
Leon Zhou
e24e58f314
Update README.md 2023-08-09 21:11:25 -04:00
Leon Zhou
36f6aaed0e
Create docker-compose.yaml 2023-08-09 21:09:58 -04:00
Leon Zhou
f4c8311b4c
Update README.md 2023-08-09 20:54:53 -04:00
Leon Zhou
493c2a0b86
Update README.md 2023-08-09 20:47:51 -04:00
Leon Zhou
23c88a72ff
Update README.md 2023-08-09 20:45:26 -04:00
leonzh0u
bc7e9687c8 try github codespace 2023-08-09 20:33:25 -04:00
Leon
3934b86af4 lancedb base implementation 2023-08-09 16:53:01 -07:00
brucemeek
13c05aa31f final line for both files fixed 2023-08-09 14:57:53 -05:00
brucemeek
91f6a29d72 final conflict error 2023-08-09 14:54:35 -05:00
brucemeek
b6a501d03d fix of debug_error.py file 2023-08-09 14:53:30 -05:00
brucemeek
69e15ee6c0 final conflict resolved 2023-08-09 14:48:44 -05:00
brucemeek
0ad84a4d42 more confilt resolutions 2023-08-09 14:47:28 -05:00
brucemeek
6eb4d26224 conflicts resolved 2023-08-09 12:25:54 -05:00
brucemeek
f1a504fcd6 Merge branch 'main' of https://github.com/brucemeek/MetaGPTEnglish 2023-08-09 12:21:42 -05:00
brucemeek
076ce7bee6 conflict resolutions 2023-08-09 12:15:39 -05:00
brucemeek
57ffca3b5c
Update llm.py
pasted wrong code
2023-08-09 12:10:45 -05:00
brucemeek
552c22d5da
Update llm.py 2023-08-09 12:10:08 -05:00
brucemeek
4b7b418d8d
Update run_code.py 2023-08-09 12:07:25 -05:00
brucemeek
4c85faec11
Update run_code.py 2023-08-09 12:06:49 -05:00
brucemeek
e3fcdb3177
Update debug_error.py 2023-08-09 12:06:11 -05:00
王同贵
e16b6b7283 1.clean apt index; 2.use --no-cache-dir instead 2023-08-09 23:26:12 +08:00
shenchucheng
fc88a0edd5 Updated docstring for the prompt_template in the generate_prompt_chunk function 2023-08-09 21:55:46 +08:00
shenchucheng
f13d433f78 warning if using the Researcher role with an untested language 2023-08-09 21:50:42 +08:00