Skip to content

Commit 2d15408

Browse files
authored
Merge pull request #319 from yu-shaonian/main
update config file
2 parents 94a723f + ec536d5 commit 2d15408

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

CompanyConfig/Art/ChatChainConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"gui_design": "True",
117117
"git_management": "False",
118118
"self_improve": "False",
119+
"web_spider": "False",
119120
"incremental_develop": "False",
120121
"background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'."
121122
}

CompanyConfig/Human/ChatChainConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"gui_design": "True",
111111
"git_management": "False",
112112
"self_improve": "False",
113+
"web_spider": "False",
113114
"incremental_develop": "False",
114115
"background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'."
115116
}

CompanyConfig/Human/PhaseConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"phase_prompt": [
3737
"According to the new user's task and our software designs listed below: ",
3838
"Task: \"{task}\".",
39+
"Task description: \"{description}\".",
3940
"Modality: \"{modality}\".",
4041
"Programming Language: \"{language}\"",
4142
"Ideas:\"{ideas}\"",

CompanyConfig/Incremental/ChatChainConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"gui_design": "True",
9292
"git_management": "False",
9393
"self_improve": "False",
94+
"web_spider": "False",
9495
"incremental_develop": "True",
9596
"background_prompt": "ChatDev is a software company powered by multiple intelligent agents, such as chief executive officer, chief human resources officer, chief product officer, chief technology officer, etc, with a multi-agent organizational structure and the mission of 'changing the digital world through programming'."
9697
}

0 commit comments

Comments
 (0)