From 158aa8e7f6be8afb993012122105dc084c018f68 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 6 Apr 2024 16:37:19 +0200 Subject: Update webview.py --- g4f/gui/webview.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/g4f/gui/webview.py b/g4f/gui/webview.py index ad295939..6902f457 100644 --- a/g4f/gui/webview.py +++ b/g4f/gui/webview.py @@ -16,6 +16,7 @@ import g4f.debug def run_webview( debug: bool = False, + http_port: int = None, ssl: bool = True, storage_path: str = None, gui: str = None @@ -38,6 +39,7 @@ def run_webview( private_mode=False, storage_path=storage_path, debug=debug, + http_port=http_port, ssl=ssl, gui=gui ) -- cgit v1.2.3