Update README-Chinese.md

This commit is contained in:
Alpha Liu 2024-01-25 20:28:38 +08:00 committed by GitHub
parent 34b6f31546
commit 791c8e19ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
* **2024年1月25日: 我们在 ChatDev 中集成更新了 "Experiential Co-Learning" 模块。尽请查阅 [Experiential Co-Learning 指南](wiki.md#co-tracking).**
* 2023年12月28日: 我们发布了**Experiential Co-Learning**这一新范式。在这种方法中instructor和assistant两个智能体可以积累shorcut-oriented的经验从而减少重复性错误提高效率且有效地解决新任务。 如意兴趣可查看我们的预印本论文: https://arxiv.org/abs/2312.17025 and this technique will soon be integrated into ChatDev.
<p align="center">
<img src='ChatDev/misc/ecl.png' width=860>
<img src='../misc/ecl.png' width=860>
</p>
* 2023年11月15日: 我们基于ChatDev发布了SaaS零代码平台使软件开发人员和创新者能够以极低的成本和门槛高效地构建软件. 网页端链接: https://chatdev.modelbest.cn/。
<p align="center">
@ -27,7 +27,7 @@
</p>
- 2023年11月2号: 现已推出 **Incremental development**模式允许ChatDev多智能体针对已有代码的文件进行增量开发. 尝试 `--config "incremental" --path "[source_code_directory_path]"` 来驱动。
<p align="center">
<img src='misc/increment.png' width=700>
<img src='../misc/increment.png' width=700>
</p>
- 2023年10月26日: ChatDev现在支持使用Docker进行更安全的简便操作 (感谢贡献者 [ManindraDeMel](https://github.com/ManindraDeMel)). 请参照 [Docker使用指南](wiki.md#docker-start).