Commit graph

64 commits

Author SHA1 Message Date
send18
4a2d610e52
Merge pull request #16 from iorisa/feature/bug-1113
fixbug: exceed length
2023-09-02 11:00:12 +08:00
Guess
d8a9d40e0b
Merge pull request #12 from iorisa/feature/metagpt
feat: +metagpt llm
2023-09-01 22:50:33 +08:00
莘权 马
ae414fccfa fixbug: exceed length 2023-09-01 21:05:18 +08:00
莘权 马
58dd5b8787 fixbug: exceed length 2023-09-01 20:52:40 +08:00
莘权 马
91595daa3b fixbug: dead loop 2023-08-31 23:14:07 +08:00
莘权 马
ea35305b52 fixbug: dead loop 2023-08-31 22:58:31 +08:00
莘权 马
0156fa5922 fixbug: dead loop 2023-08-31 22:48:50 +08:00
莘权 马
614bdf9e74 fixbug: dead loop 2023-08-31 22:43:58 +08:00
莘权 马
67d08cb054 fixbug: dead loop 2023-08-31 22:29:04 +08:00
莘权 马
795b892b35 fixbug: dead loop 2023-08-31 22:24:54 +08:00
莘权 马
8c2dfca687 fixbug: dead loop 2023-08-31 21:03:21 +08:00
莘权 马
d304e008a0 feat: +log 2023-08-31 14:36:23 +08:00
莘权 马
01bdc2c90b feat: +metagpt llm 2023-08-30 19:28:13 +08:00
莘权 马
4e92206301 feat: +metagpt llm 2023-08-30 19:26:52 +08:00
莘权 马
39e2e1d8a0 feat: +metagpt llm 2023-08-30 19:25:10 +08:00
莘权 马
9428c256ca feat: +metagpt llm 2023-08-30 17:55:13 +08:00
莘权 马
2ba457a609 feat: +exception catch 2023-08-29 10:24:06 +08:00
莘权 马
e201bf71d9 fixbug: CONFIG initialization 2023-08-28 22:04:06 +08:00
莘权 马
27561765cf feat: + annotations 2023-08-28 19:45:56 +08:00
莘权 马
3243078b77 feat: replace CONFIG with OPTIONS 2023-08-28 19:21:50 +08:00
莘权 马
7895af2c5a feat: replace CONFIG with OPTIONS 2023-08-28 19:07:59 +08:00
莘权 马
23ba0f3540 feat: replaced with OPTIONS 2023-08-28 17:56:50 +08:00
莘权 马
2574ecaecf feat: 删掉meta role相关代码 2023-08-26 22:08:45 +08:00
莘权 马
6e459da875 feat: +Exceeds the maximum retries exception 2023-08-26 17:20:21 +08:00
莘权 马
2c593bedea feat: +common talk role 2023-08-26 16:59:12 +08:00
莘权 马
0821e6d099 feat: + RateLimitError retry 2023-08-26 10:21:49 +08:00
莘权 马
1aeebc85fb feat: archive 2023-08-25 21:54:28 +08:00
莘权 马
799dbd396e feat: archive 2023-08-25 21:10:14 +08:00
莘权 马
5f16d6e853 feat: +text summarize 2023-08-24 15:22:29 +08:00
莘权 马
01c487fb6a feat: merge teacher 2023-08-22 22:34:39 +08:00
莘权 马
a7157d9e7a feat: CostManager改pydantic结构,以备RPC传参 2023-08-22 19:56:22 +08:00
莘权 马
19767496b1 feat: CostManager改pydantic结构,以备RPC传参 2023-08-22 19:47:35 +08:00
莘权 马
ec20629561 feat: merge role_option 2023-08-20 20:03:39 +08:00
莘权 马
f45a8e5284 feat: Remove global configuration , enable configuration support for business isolation. 2023-08-20 17:33:13 +08:00
莘权 马
866c5bcb15 fixbug: merge bug 2023-08-18 15:10:23 +08:00
莘权 马
820c20ec4c feat: merge main 2023-08-16 19:06:59 +08:00
stellaHSR
9dea1f084f
Merge pull request #138 from alitrack/main
remove config: update_costs
2023-08-15 10:30:50 +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
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
shenchucheng
e43ae21d98 Optimize: Update certain prompt formats. 2023-08-09 20:28:31 +08:00
shenchucheng
25d2621198 add Researcher role 2023-08-08 22:59:26 +08:00
王同贵
90c687bbea fix on using loguru, but not logging 2023-08-08 20:43:55 +08:00
王同贵
ec4c773c80 adjust "timeout" config param into _cons_kwargs 2023-08-08 18:26:15 +08:00
hy.li
89b4361ef4 remove config: update_costs 2023-08-07 16:32:04 +08:00
王同贵
8da952a04c 1. use English as much as possible.
2. handle callback in function, no need to set reraise=True in "@retry"
3. fix log format in loguru
2023-08-07 16:26:52 +08:00
莘权 马
28c3bfd036 Merge branch 'main' into feature/teacher 2023-08-07 10:12:15 +08:00
王同贵
6b9d5ef02f optimize openai api retry mechanism and error logging.
reason: Some guys meet the network issue like "443 error, Connect error"
2023-08-06 13:35:36 +08:00