Tachi67 commited on
Commit
a0d8d9f
·
1 Parent(s): b7958ec

Update ControllerFlow_ExtLib.py

Browse files
Files changed (1) hide show
  1. ControllerFlow_ExtLib.py +1 -0
ControllerFlow_ExtLib.py CHANGED
@@ -14,6 +14,7 @@ class Command:
14
  input_args: List[str]
15
 
16
  class ControllerFlow_ExtLib(ChatAtomicFlow):
 
17
  def __init__(
18
  self,
19
  commands: List[Command],
 
14
  input_args: List[str]
15
 
16
  class ControllerFlow_ExtLib(ChatAtomicFlow):
17
+ """Refer to: https://huggingface.co/Tachi67/JarvisFlowModule/blob/main/Controller_JarvisFlow.py"""
18
  def __init__(
19
  self,
20
  commands: List[Command],