Alexander Wu
c99265778f
Merge pull request #1357 from igor-pechersky/main
...
Research role fails if some of Serpapi searches return no results
2024-07-16 10:19:10 +08:00
shenchucheng
d562c98c40
Update README according to #1391
2024-07-15 21:44:13 +08:00
shenchucheng
6edf7001d6
Support configuration of QianFan API base_url to fix #1392
2024-07-15 21:27:59 +08:00
Alexander Wu
96fa8bc4b0
Merge pull request #1385 from dreroc/patch-1
...
Update const.py
2024-07-15 16:03:56 +08:00
Alexander Wu
403624a36e
Merge pull request #1384 from iorisa/feature/di-graphdb
...
refactor: refactor codes
2024-07-15 16:03:16 +08:00
Alexander Wu
f85bb7930b
Merge pull request #1355 from huang-jl/fix-ocr-assistant
...
fix: invoice ocr assistant
2024-07-15 15:57:51 +08:00
Alexander Wu
1b1606a5bd
Merge pull request #1342 from Wei-Jianan/feat/bedrock_async
...
[feat] support async in bedrockLLM by loop.run_in_executor
2024-07-15 15:56:05 +08:00
Alexander Wu
0eeb581668
Merge pull request #1362 from usamimeri/for_claude
...
update claude3.5-sonnet token count
2024-07-15 15:54:35 +08:00
Andre Friedel
060ffb7e39
Update const.py
2024-07-07 20:17:02 -04:00
莘权 马
e4ed012507
refactor: refactor codes
2024-07-06 10:37:04 +08:00
kaven
a3b300bd1d
Fixing Streamed Output Misalignment
2024-07-04 11:39:48 +08:00
莘权 马
d7381a7455
refactor: comments
2024-07-01 20:35:03 +08:00
莘权 马
5b15584480
feat: +runtime multi-llm support
2024-07-01 20:23:44 +08:00
Igor Pechersky
4ca22639d4
Merge branch 'geekan:main' into main
2024-06-26 10:38:08 +03: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
116d3e96f5
Merge pull request #1360 from usamimeri/for_qianfan
...
update qianfan and dashscope version
2024-06-22 14:47:05 +08:00
better629
5fbc5b7688
Merge pull request #1284 from usamimeri/update_qwen
...
update qwen token count
2024-06-22 14:39:54 +08:00
Wei-Jianan
df0d6de5fd
[upd] support claude-3.5-connet
2024-06-21 02:35:59 +00:00
usamimeri_renko
e288177825
update claude3.5-sonnet
2024-06-21 00:13:49 +08:00
usamimeri_renko
cb89295db8
Update requirements.txt
2024-06-20 17:05:23 +08:00
usamimeri_renko
4797c91168
Update latest qwen price and max token
2024-06-20 16:33:54 +08:00
usamimeri_renko
b9c6c91cfe
update qianfan version
2024-06-20 10:28:26 +08:00
Kaushal_26
e56c06dafc
feat: Integration of MetaGPT with UI framework, Chainlit
...
- MetaGPT on UI Integrated using Chainlit:
https://github.com/Chainlit/chainlit , as it gives flexibility
- We can send an "idea" from UI as "Create a 2048 Game".
- Added 2 chat starters, so easily clickable to run the idea.
- Changed Team.env to use ChainlitEnv instead of Environment for
chainlit configuration
2024-06-20 01:55:42 +05:30
Igor Pechersky
1028184a1f
Got error from SerpAPI: Google hasn't returned any results for this query.
2024-06-19 10:04:12 +00:00
Igor Pechersky
223a018083
https://github.com/geekan/MetaGPT/issues/1356
2024-06-19 09:46:41 +00:00
huang-jl
dcea8b71c8
fix: invoice ocr assistant
...
Currently, the invoice_ocr_assistant example cannot run, it will
complain about the index out of range exceptions. The problem comes from
adding actions in _act() but do not update the state and max_react_loop.
The solution is copied from tutorial_assistants.py.
2024-06-18 16:01:53 +08:00
Wei-Jianan
bcf1fcebc0
[fix] Type hint
2024-06-13 05:08:44 +00:00
Wei-Jianan
f77e685bd1
[feat] support async in bedrockLLM by loop.run_in_executor
2024-06-13 05:04:47 +00:00
Alexander Wu
38cea1daf2
Merge pull request #1338 from Stitch-z/main
...
fix: 修复父类role代码改动而影响到子类role-教程助手功能的问题
2024-06-12 15:16:40 +08:00
Stitch-z
c9e45c6e88
Merge pull request #17 from Stitch-z/feature-tutorial-assistant
...
fix: 修复父类role代码改动而影响到子类role-教程助手功能的问题
2024-06-12 15:08:17 +08:00
Stitch-z
cf45fba821
fix: 修复父类role代码改动而影响到子类role-教程助手功能的问题
2024-06-12 15:06:32 +08:00
Alexander Wu
eca66704d8
Merge pull request #1328 from shenchucheng/fix-research-output-blank
...
fix https://github.com/geekan/MetaGPT/issues/1327
2024-06-07 16:11:25 +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
bc1cd11a4b
Merge pull request #1283 from mannaandpoem/main_update_di_readme
...
Update README.md of DI
2024-05-29 16:24:32 +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