Update chat_chain.py

修改注释
This commit is contained in:
yangpryili 2024-10-30 15:09:51 +08:00 committed by GitHub
parent 781a5afb38
commit 0e560c958c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ class ChatChain:
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