From d3faf2b359c340b167f49f951640890f64f2d282 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:36:40 -0700 Subject: [PATCH] Remove ordinal date suffixes --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d02f6fba..46bb7308 100644 --- a/README.md +++ b/README.md @@ -27,36 +27,36 @@

## 🎉 News -* **November 15th, 2023: We launched ChatDev as a SaaS platform that enables software developers and innovative entrepreneurs to build software efficiently at a very low cost and barrier to entry.** Try it out at https://chatdev.modelbest.cn/. +* **November 15, 2023: We launched ChatDev as a SaaS platform that enables software developers and innovative entrepreneurs to build software efficiently at a very low cost and barrier to entry.** Try it out at https://chatdev.modelbest.cn/.

-* November 2nd, 2023: ChatDev is now supported with a new feature: incremental development, which allows agents to develop upon existing codes. Try `--config "incremental" --path "[source_code_directory_path]"` to start it. +* November 2, 2023: ChatDev is now supported with a new feature: incremental development, which allows agents to develop upon existing codes. Try `--config "incremental" --path "[source_code_directory_path]"` to start it.

-* October 26th, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start). +* October 26, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start).

-- September 25th, 2023: The **Git** mode is now available, enabling the programmer to utilize Git for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode). +- September 25, 2023: The **Git** mode is now available, enabling the programmer to utilize Git for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).

-- September 20th, 2023: The **Human-Agent-Interaction** mode is now available! You can get involved with the ChatDev team by playing the role of reviewer and making suggestions to the programmer ; +- September 20, 2023: The **Human-Agent-Interaction** mode is now available! You can get involved with the ChatDev team by playing the role of reviewer and making suggestions to the programmer ; try ``python3 run.py --task [description_of_your_idea] --config "Human"``. See [guide](wiki.md#human-agent-interaction) and [example](WareHouse/Gomoku_HumanAgentInteraction_20230920135038).

-- September 1st, 2023: The **Art** mode is available now! You can activate the designer agent to generate images used in the software; +- September 1, 2023: The **Art** mode is available now! You can activate the designer agent to generate images used in the software; try ``python3 run.py --task [description_of_your_idea] --config "Art"``. See [guide](wiki.md#art) and [example](WareHouse/gomokugameArtExample_THUNLP_20230831122822). -- August 28th, 2023: The system is publicly available. -- August 17th, 2023: The v1.0.0 version was ready for release. -- July 30th, 2023: Users can customize ChatChain, Phase, and Role settings. Additionally, both online Log mode and replay +- August 28, 2023: The system is publicly available. +- August 17, 2023: The v1.0.0 version was ready for release. +- July 30, 2023: Users can customize ChatChain, Phase, and Role settings. Additionally, both online Log mode and replay mode are now supported. -- July 16th, 2023: The [preprint paper](https://arxiv.org/abs/2307.07924) associated with this project was published. -- June 30th, 2023: The initial version of the ChatDev repository was released. +- July 16, 2023: The [preprint paper](https://arxiv.org/abs/2307.07924) associated with this project was published. +- June 30, 2023: The initial version of the ChatDev repository was released. ## ❓ What Can ChatDev Do?