mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 02:23:52 +02:00
Update README.md
update news for paper (ICLR)
This commit is contained in:
parent
112b1da4a8
commit
51b3d11393
1 changed files with 8 additions and 0 deletions
|
|
@ -34,6 +34,14 @@ # MetaGPT: The Multi-Agent Framework
|
|||
<p align="center">Software Company Multi-Role Schematic (Gradually Implementing)</p>
|
||||
|
||||
## News
|
||||
🚀 Jan 16: Congratulations! Our paper has been accepted by ICLR 2024 for oral presentation! More details about our paper are [here](https://openreview.net/forum?id=VtmBAGCN7o). Note: The overall acceptance rate is around 31% (similar to last year). The fraction of papers accepted for spotlights is 5% and the fraction of papers accepted for oral is 1.2%.
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/resources/ICLR.jpg" width = 60% height=60%>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
🚀 Jan 03: Here comes [v0.6.0](https://github.com/geekan/MetaGPT/releases/tag/v0.6.0)! In this version, we added serialization and deserialization of important objects and enabled breakpoint recovery. We upgraded OpenAI package to v1.6.0 and supported Gemini, ZhipuAI, Ollama, OpenLLM, etc. Moreover, we provided extremely simple examples where you need only 7 lines to implement a general election [debate](https://github.com/geekan/MetaGPT/blob/main/examples/debate_simple.py). Check out more details [here](https://github.com/geekan/MetaGPT/releases/tag/v0.6.0)!
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue