Skip to content

Releases: OpenBMB/ChatDev

v1.1.4

26 Jun 05:29
10e1539
Compare
Choose a tag to compare

Important

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

19 Feb 04:15
a7a3657
Compare
Choose a tag to compare

New Feature

README Updates

Other Updates

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

21 Dec 08:53
Compare
Choose a tag to compare

Important Changes

  • ChatDev now updates the OpenAI API and adds support for GPT4-turbo. While we have retained support for the older API, we highly recommend pulling the latest code and updating the openai version.
  • online_log module is now renamed to visualizer. Please execute python3 visualizer/app.py to start the visualizer demo.

New Feature

Full Changement

README update

WareHouse update

Bugfix and Improvements

New Contributors

We extend our gratitude to all the contribut...

Read more

v1.1.1

25 Sep 08:47
Compare
Choose a tag to compare

Now git management is available! This feature enables the programmer agent to utilize GitHub for version control. To enable this feature, simply set "git_management" to "True" in ChatChainConfig.json.

V1.1.0

20 Sep 08:10
Compare
Choose a tag to compare

Human-Agent-Interaction Mode is now available!
We heard a lot of community discussions about reviews, where users want to give guidelines themselves, not just a task description at the beginning. Now you can use the HAI(Human-Agent-Interaction) mode by using python3 run.py --config "Human" , so that ChatDev can better meet your needs.

V1.0.1

20 Sep 08:06
5078d96
Compare
Choose a tag to compare

We are very grateful for the community's contributions! We are short of people for reviewing and testing and have fixed a few issues and added several features, after which we'll be working on issues as soon as possible and keeping up the pace of updates.

Community Contribution

  • README in other languages: We thank Eltociear for adding the Japanese README. We thank Wonhyeong Seo for adding the Korean README.
  • GeekyWizKid contributed the first community software! It is a rouge-like game.
  • Tasha Upchurch helped us fix an error in the Test Phase on Windows.
  • Munsif Raza also contributed two software.
  • We thank all the community contributors.

Bug Fix & New Feature

  • Bug Fix: When performing multi-turn chatting (more than 5 turns), tokens may exceed the limit.
  • Bug Fix: Replay Demo can't show the SelfImprove Phase.
  • New Feature: Add Contribution Page.
  • New Feature: Add copy button for Log Demo and add color for ChatChainVisualizer

Problems Remained

We know there are still a lot of urgent needs in the community that we have been paying attention to and will try to address, including:

  • Safe Execution
  • Endpoints for other open-source or local LLMs
  • Various problems when sending messages to OpenAI server

V1.0.0

20 Sep 07:45
Compare
Choose a tag to compare

The first version of ChatDev, including

  • ChatChainVisualizer, Replay Demo, Log Demo
  • Art mode
  • WareHouse