mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
commit
f8aaf5ae4e
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ class ChatChain:
|
|||
with open(self.config_phase_path, 'r', encoding="utf8") as file:
|
||||
self.config_phase = json.load(file)
|
||||
with open(self.config_role_path, 'r', encoding="utf8") as file:
|
||||
|
||||
self.config_role = json.load(file)
|
||||
|
||||
# init chatchain config and recruitments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue