You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CompanyConfig/Art/ChatChainConfig.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,5 +116,6 @@
116
116
"gui_design": "True",
117
117
"git_management": "False",
118
118
"self_improve": "False",
119
-
"incremental_develop": "False"
119
+
"incremental_develop": "False",
120
+
"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'."
Copy file name to clipboardExpand all lines: CompanyConfig/Default/ChatChainConfig.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,5 +97,6 @@
97
97
"gui_design": "True",
98
98
"git_management": "False",
99
99
"self_improve": "False",
100
-
"incremental_develop": "False"
100
+
"incremental_develop": "False",
101
+
"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'."
Copy file name to clipboardExpand all lines: CompanyConfig/Human/ChatChainConfig.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,5 +110,6 @@
110
110
"gui_design": "True",
111
111
"git_management": "False",
112
112
"self_improve": "False",
113
-
"incremental_develop": "False"
113
+
"incremental_develop": "False",
114
+
"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'."
Copy file name to clipboardExpand all lines: CompanyConfig/Incremental/ChatChainConfig.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,5 +91,6 @@
91
91
"gui_design": "True",
92
92
"git_management": "False",
93
93
"self_improve": "False",
94
-
"incremental_develop": "True"
94
+
"incremental_develop": "True",
95
+
"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'."
chatdev_prompt_template="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\"."
Copy file name to clipboardExpand all lines: wiki.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ then go to [Visualizer Website](http://127.0.0.1:8000/) to see an online visuali
277
277
- *incremental_develop*: Whether to use incremental develop on an existing project.
278
278
- *self_improve*: flag for self-improvement on user input prompt. It is a special chatting that LLM plays as a prompt engineer to improve the user input prompt. **⚠️ Attention** Model generated prompts contains uncertainty and there may
279
279
be a deviation from the requirement meaning contained in the original prompt.
280
+
- *background_prompt*: background prompt that will be added to every inquiry to LLM
280
281
- params in SimplePhase:
281
282
- *max_turn_step*: Max number of chatting turn. You can increase max_turn_step for better performance but it will
0 commit comments