mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-07-29 17:36:02 +00:00
commit
f8aaf5ae4e
@ -52,7 +52,6 @@ class ChatChain:
|
|||||||
with open(self.config_phase_path, 'r', encoding="utf8") as file:
|
with open(self.config_phase_path, 'r', encoding="utf8") as file:
|
||||||
self.config_phase = json.load(file)
|
self.config_phase = json.load(file)
|
||||||
with open(self.config_role_path, 'r', encoding="utf8") as file:
|
with open(self.config_role_path, 'r', encoding="utf8") as file:
|
||||||
|
|
||||||
self.config_role = json.load(file)
|
self.config_role = json.load(file)
|
||||||
|
|
||||||
# init chatchain config and recruitments
|
# init chatchain config and recruitments
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user