diff --git a/README.md b/README.md index ed14e8fe..9ccb15b7 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,6 @@ Made with [contrib.rocks](https://contrib.rocks).    - ## 📬 Contact diff --git a/chatdev/phase.py b/chatdev/phase.py index dc99faeb..d4ffde61 100644 --- a/chatdev/phase.py +++ b/chatdev/phase.py @@ -586,7 +586,8 @@ class TestErrorSummary(Phase): user_role_prompt=self.user_role_prompt, memory=chat_env.memory, chat_turn_limit=chat_turn_limit, - placeholders=self.phase_env) + placeholders=self.phase_env, + model_type=self.model_type) chat_env = self.update_chat_env(chat_env) return chat_env diff --git a/misc/CommandDash.png b/misc/CommandDash.png deleted file mode 100644 index fcae4bda..00000000 Binary files a/misc/CommandDash.png and /dev/null differ