Update flow.py

pull/175/head
Eternal Reclaimer 1 year ago committed by GitHub
parent ae50f3bcf7
commit 37e7a4d1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -249,8 +249,8 @@ class Flow:
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,
):

Loading…
Cancel
Save