Skip to content

Commit

Permalink
Update flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Nov 27, 2023
1 parent ae50f3b commit 37e7a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swarms/structs/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ def __init__(
autosave: Optional[bool] = False,
context_length: Optional[int] = 8192,
user_name: str = "Human:",
self_healing_enabled: bool = False,
code_interpreter: bool = False,
self_healing_enabled: Optional[bool] = False,
code_interpreter: Optional[bool] = False,
multi_modal: Optional[bool] = None,
**kwargs: Any,
):
Expand Down

0 comments on commit 37e7a4d

Please sign in to comment.