diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-21 22:39:00 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-21 22:39:00 +0200 |
commit | 3a23e81de93c4c9a83aa22b70ea13066f06541e3 (patch) | |
tree | caa0c5f892c3ab8df393c1821bbdab780c5d83de /g4f/gui/gui_parser.py | |
parent | Add image model list (diff) | |
download | gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar.gz gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar.bz2 gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar.lz gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar.xz gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.tar.zst gpt4free-3a23e81de93c4c9a83aa22b70ea13066f06541e3.zip |
Diffstat (limited to 'g4f/gui/gui_parser.py')
-rw-r--r-- | g4f/gui/gui_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/gui_parser.py b/g4f/gui/gui_parser.py index ad458f5c..9fd70bef 100644 --- a/g4f/gui/gui_parser.py +++ b/g4f/gui/gui_parser.py @@ -5,4 +5,5 @@ def gui_parser(): parser.add_argument("-host", type=str, default="0.0.0.0", help="hostname") parser.add_argument("-port", type=int, default=8080, help="port") parser.add_argument("-debug", action="store_true", help="debug mode") + parser.add_argument("--ignore-cookie-files", action="store_true", help="Don't read .har and cookie files.") return parser
\ No newline at end of file |