Tachi67 commited on
Commit
527ef24
·
1 Parent(s): ea7dcf3

Update Controller_CoderFlow.py

Browse files
Files changed (1) hide show
  1. Controller_CoderFlow.py +1 -1
Controller_CoderFlow.py CHANGED
@@ -21,7 +21,7 @@ class Controller_CoderFlow(ChatAtomicFlow):
21
  **kwargs):
22
  super().__init__(**kwargs)
23
  self.system_message_prompt_template = self.system_message_prompt_template.partial(
24
- commands=self.build_commands_manual(commands),
25
  plan="no plans yet",
26
  plan_file_location="no location yet",
27
  code_library="no code library yet",
 
21
  **kwargs):
22
  super().__init__(**kwargs)
23
  self.system_message_prompt_template = self.system_message_prompt_template.partial(
24
+ commands=self._build_commands_manual(commands),
25
  plan="no plans yet",
26
  plan_file_location="no location yet",
27
  code_library="no code library yet",