Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chatdev/chat_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down