From 0e560c958c8f4e99bb0b1c9637c5d674f077a23c Mon Sep 17 00:00:00 2001 From: yangpryili <167312998+yangpryili@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:09:51 +0800 Subject: [PATCH] Update chat_chain.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改注释 --- chatdev/chat_chain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatdev/chat_chain.py b/chatdev/chat_chain.py index 3ace26d5d..751d82fca 100644 --- a/chatdev/chat_chain.py +++ b/chatdev/chat_chain.py @@ -41,7 +41,7 @@ def __init__(self, org_name: the organization name of the human user """ - # load config file + # 加载配置文件 self.config_path = config_path self.config_phase_path = config_phase_path self.config_role_path = config_role_path