From 6d5a4bf36adfb41e3555f4f71f91458e964c2d25 Mon Sep 17 00:00:00 2001 From: Sirui Hong <34952977+stellaHSR@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:57:18 +0800 Subject: [PATCH] Update README.md remove img --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c676f03b..cc78ed459 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,7 @@ # MetaGPT: The Multi-Agent Framework

Software Company Multi-Role Schematic (Gradually Implementing)

## 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%. - -

- -

- +🚀 Jan 16: Congratulations! Our paper has been accepted by ICLR 2024 for oral presentation! More details 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 oral is 1.2%. 🚀 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)!