Commit graph

342 commits

Author SHA1 Message Date
stellaHSR
f73fa072df
Merge pull request #121 from flyi/test-proxy
fix the bug can not use proxy
2023-08-23 15:53:29 +08:00
stellaHSR
a1c355ceb5
Merge pull request #257 from SophanySC/fix/asyncio-windows-loop-policy
fix(startup.py): add custom loop policy for Windows
2023-08-23 15:50:58 +08:00
stellaHSR
f14f3bf419
Merge pull request #186 from LeonZh0u/leon-dev
[README] Config Github codespace and Dev container
2023-08-23 15:44:21 +08:00
Andrei Boca
7db209f8a0 fix(startup.py): add custom loop policy for Windows 2023-08-22 17:34:53 +02:00
stellaHSR
45e3f95445
Merge pull request #240 from shenchucheng/main
Make the SearchEngine more user-friendly && Fix some bugs
2023-08-18 23:27:06 +08:00
shenchucheng
d2aaafd235 Suppress the pydantic.ValidationError in SearchAndSummarize 2023-08-17 21:26:11 +08:00
shenchucheng
4da1a7d0ac Fix the 'get_max_completion_tokens' function to prevent reaching the maximum limit. 2023-08-17 17:47:03 +08:00
shenchucheng
6e6e91660d Make the SearchEngine more user-friendly. 2023-08-17 17:37:20 +08:00
shenchucheng
7e329a478a Make the report output directory if it doesn't exist. 2023-08-17 17:14:43 +08:00
stellaHSR
625342199a
Merge pull request #194 from flyi/config-api-key
fix exception when using Anthropic_API_KEY rather than OPENAI_API_KEY
2023-08-17 12:04:07 +08:00
stellaHSR
ec0f82bfde
Merge pull request #238 from talkingtoaj/installation_fixes
correct requirements and install instructions
2023-08-17 11:55:36 +08:00
AJ
285f6334ed correct requirements and install instructions 2023-08-16 21:32:50 +03:00
stellaHSR
966d7f212f
Merge pull request #232 from hezhaozhao-git/ruff
Ruff bug fix
2023-08-15 19:12:02 +08:00
hezz
7895776f44 fix pyproject.toml bug 2023-08-15 18:33:58 +08:00
hezz
1129b4e8e7 fix pyproject.toml bug 2023-08-15 18:14:50 +08:00
stellaHSR
9dea1f084f
Merge pull request #138 from alitrack/main
remove config: update_costs
2023-08-15 10:30:50 +08:00
stellaHSR
36e090695f
Merge pull request #221 from denniseilander/denniseilander-patch-1-1
Fix: ImportError: cannot import name 'ProductManager' from 'metagpt.roles'
2023-08-14 23:42:21 +08:00
stellaHSR
53a96ff119
Merge pull request #207 from hezhaozhao-git/qdrant
add qdrant store
2023-08-14 22:56:18 +08:00
hezhaozhao
5c51007610 optimize qdrant models import 2023-08-14 22:20:46 +08:00
root
20adbdcf76 add param annotations for qdrant 2023-08-14 22:00:34 +08:00
root
80506ec3ce add param annotations for qdrant 2023-08-14 21:59:48 +08:00
Dennis
39896c40fe
Update __init__.py 2023-08-14 13:33:00 +02:00
Chao Lan
2aef3c5f3a
Merge branch 'geekan:main' into test-proxy 2023-08-14 17:25:46 +08:00
stellaHSR
cf271d46bd
Merge pull request #208 from hezhaozhao-git/ruff
Add Ruff for code lint
2023-08-14 17:06:29 +08:00
hezz
bb7ea6c398 change qdrant_store.py 2023-08-13 21:19:43 +08:00
hy.li
9373634e86 always update_costs when set calc_usage=True 2023-08-13 16:54:35 +08:00
hezz
cb11ec7bc7 fix ruff check error 2023-08-13 14:14:14 +08:00
hezz
192c030281 add ruff for code lint 2023-08-13 14:02:24 +08:00
hezz
dc38226b59 add qdrant store 2023-08-13 13:56:29 +08:00
stellaHSR
be56351e00
Delete MetaGPT-WeChat-Group.jpeg 2023-08-13 00:14:53 +08:00
stellaHSR
9d6c8d58df
Delete 20230808-002840.jpg 2023-08-13 00:14:22 +08:00
stellaHSR
bff0430529
Delete 20230808-220924.jpg 2023-08-13 00:14:08 +08:00
stellaHSR
6beb892062
Delete MetaGPT-WeChat-Group-Simple.png 2023-08-13 00:13:47 +08:00
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
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