mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
fix the error of no model_type param in TestErrorSummay.execute.chatting
This commit is contained in:
parent
9edeec2cb0
commit
000ed49826
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user