didi
4e0a896bdc
提交baseline例子;修改context-fill 格式识别方式
2024-09-09 17:17:15 +08:00
didi
c3903412b4
Update Operator Optimize Method.
2024-09-02 16:47:03 +08:00
didi
1593e98c45
Update Multi LLM Config & Basic Evaluator
2024-08-25 22:16:39 +08:00
didi
a3ff25430e
Update ConText Fill
2024-08-23 20:43:29 +08:00
didi
2937d9a13a
Update 粗糙版本 优化
2024-08-23 13:57:35 +08:00
Zhaoyang Yu
c9989c069e
Update llm.py
2024-08-15 20:21:07 +08:00
didi
47470fb74c
Update
2024-08-01 17:00:04 +08:00
didi
bdfa6eb512
Update
2024-08-01 14:56:42 +08:00
didi
3fc3d217a8
Update
2024-07-29 22:00:07 +08:00
didi
eac4b6c3e6
Update GitNore
2024-07-27 01:57:06 +08:00
didi
772d2aea56
Update
2024-07-25 10:47:17 +08:00
didi
ca1c8f8c5c
Update
2024-07-22 15:27:07 +08:00
didi
8a241054c7
Update
2024-07-14 09:12:33 +08:00
didi
aeac3fe3f9
Update AGS
2024-07-04 14:31:13 +08:00
better629
9f8f0a27fd
Merge pull request #1324 from usamimeri/for_config
...
optimize error message when validating api_key failed
2024-06-22 14:59:01 +08:00
usamimeri_renko
76b009513a
Update llm_config.py
2024-06-22 14:57:47 +08:00
better629
5fbc5b7688
Merge pull request #1284 from usamimeri/update_qwen
...
update qwen token count
2024-06-22 14:39:54 +08:00
usamimeri_renko
4797c91168
Update latest qwen price and max token
2024-06-20 16:33:54 +08:00
Stitch-z
cf45fba821
fix: 修复父类role代码改动而影响到子类role-教程助手功能的问题
2024-06-12 15:06:32 +08:00
shenchucheng
ff7c6b8fde
fix https://github.com/geekan/MetaGPT/issues/1327
2024-06-06 11:13:02 +08:00
usamimeri_renko
700f9aae41
optimize error message when validating api_key failed
2024-06-05 18:47:15 +08:00
garylin2099
5e8bd10517
Merge pull request #1316 from Kaushal-26/fix-werewolf-game
...
fix: Werewolf Game
2024-06-04 21:23:04 +08:00
Kaushal_26
73f9b4a961
refactor: Update in the last commit of werewolf game
...
- Reviewed changes: https://github.com/geekan/MetaGPT/pull/1316#discussion_r1624248864
2024-06-03 18:20:17 +05:30
Alexander Wu
46cc9b8c68
Merge pull request #1286 from david-zlj/zlj
...
修复issue #1144
2024-06-03 18:31:22 +08:00
Kaushal_26
84a240ac8d
fix: Werewolf Game
...
- As all the roles in werewolf game as `react_mode` =
`RoleReactMode.REACT`, so `role._react()` will be called everytime.
- When not returning anything from `role._think()` => Therefore,
`role._act()` will not be executed.
- Due to which this issue was comming: https://github.com/geekan/MetaGPT/issues/1313
2024-06-02 22:25:04 +05:30
zhulj
9da02df70c
ran pre-commit
2024-06-02 10:27:21 +08:00
usamimeri_renko
4e3c46a5fd
Merge branch 'geekan:main' into update_qwen
2024-05-29 16:27:49 +08:00
Alexander Wu
a705a515fb
Merge pull request #1288 from usamimeri/huoshan
...
Feat: Add Ark support (For Doubao)
2024-05-29 16:21:51 +08:00
Alexander Wu
316a49a478
Merge pull request #1289 from Wei-Jianan/fix/excpetion_log_assistant
...
[fix]
2024-05-29 16:20:57 +08:00
Alexander Wu
519be03d4a
Merge pull request #1291 from usamimeri/update_spark
...
Feat: support async spark api
2024-05-29 16:20:29 +08:00
Alexander Wu
e64cb0e5de
Merge pull request #1300 from iorisa/feature/multi_lang
...
feat: rename "Required Python packages" to "Required packages" for program language compatibility
2024-05-29 16:18:22 +08:00
Alexander Wu
55db3808f8
Merge pull request #1303 from david-zlj/fix_st_game
...
fix stanford town game path TypeError
2024-05-29 16:17:33 +08:00
Alexander Wu
e88c41ebab
Merge pull request #1294 from xunzhimeng/fix_usage
...
Fix usage type error
2024-05-28 17:04:56 +08:00
zhulj
54666b111a
fix st game path TypeError
2024-05-27 17:34:53 +08:00
莘权 马
e245dcc8b1
feat: rename "Required Python packages" to "Required packages" for program language compatibility
2024-05-25 15:07:00 +08:00
seehi
5f1ca3ca7e
use model_name in embedding
2024-05-24 17:18:56 +08:00
shenchucheng
e4129025b0
fix pyppeteer/playwright mermaid engine run error
2024-05-24 15:59:04 +08:00
xun
db26e36d37
处理usage为类的情况
2024-05-23 21:08:45 +08:00
usamimeri_renko
0cf020affb
fix typo
2024-05-22 23:15:38 +08:00
usamimeri_renko
7d33755749
add tests
2024-05-22 23:13:38 +08:00
usamimeri_renko
f304fb3871
add type hint
2024-05-22 22:43:10 +08:00
usamimeri_renko
bb8ea2eaf9
implement streaming
2024-05-22 22:05:15 +08:00
usamimeri_renko
1b13a28a77
implement spark chat
2024-05-22 21:10:55 +08:00
Wei-Jianan
df80913ac6
[fix]
2024-05-22 05:22:59 +00:00
usamimeri_renko
ff37dc1193
add tests
2024-05-22 11:11:12 +08:00
zhulj
b9fa3687eb
修复issue #1144 在Windows系统上运行MetaGPT会出现该问题,Windows系统文件路径表示方法与Linux系统不一样
2024-05-21 17:30:33 +08:00
usamimeri_renko
712dfb23b2
update qwen
2024-05-21 13:13:10 +08:00
usamimeri_renko
c220da280d
pre-commit
2024-05-20 15:16:40 +08:00
usamimeri_renko
7426ebc25a
add token max
2024-05-20 15:13:51 +08:00
usamimeri_renko
48189e98d8
add huoshan_ark
2024-05-20 15:12:49 +08:00