XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update webview.py

158aa8e7
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -0
Modified g4f/gui/webview.py +2 -0
@@ -16,6 +16,7 @@ import g4f.debug
16 16
17 17 def run_webview(
18 18 debug: bool = False,
19 http_port: int = None,
19 20 ssl: bool = True,
20 21 storage_path: str = None,
21 22 gui: str = None
@@ -38,6 +39,7 @@ def run_webview(
38 39 private_mode=False,
39 40 storage_path=storage_path,
40 41 debug=debug,
42 http_port=http_port,
41 43 ssl=ssl,
42 44 gui=gui
43 45 )