diff --git a/README.md b/README.md index ebd0f534..e772a41e 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,14 @@

## 🎉 News - -* **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 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 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.

- * 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).

@@ -61,6 +63,10 @@ https://github.com/OpenBMB/ChatDev/assets/11889052/80d01d2f-677b-4399-ad8b-f7af9 ## ⚡️ Quickstart +### 💻️ Quickstart with Web + +Access the web page for visualization and configuration use: https://chatdev.modelbest.cn/ + ### 🖥️ Quickstart with terminal To get started, follow these steps: @@ -117,7 +123,7 @@ To get started, follow these steps: python main.py ``` -### 🐳 Quickstart with Docker +#### 🐳 Quickstart with Docker - We thank [ManindraDeMel](https://github.com/ManindraDeMel) for providing Docker support. Please see [Docker Start Guide](wiki.md#docker-start). ## ✨️ Advanced Skills diff --git a/misc/saas.png b/misc/saas.png new file mode 100644 index 00000000..541b741a Binary files /dev/null and b/misc/saas.png differ diff --git a/misc/saas1.png b/misc/saas1.png new file mode 100644 index 00000000..541b741a Binary files /dev/null and b/misc/saas1.png differ diff --git a/misc/website.png b/misc/website.png deleted file mode 100644 index 2791df82..00000000 Binary files a/misc/website.png and /dev/null differ