diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-19 20:43:51 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-19 20:43:51 +0100 |
commit | 0ab7cf71d4000a62b37020d7b739cb4142d85d39 (patch) | |
tree | 574473ed555a0d8362f047c13767df9c0b7d4cac /main.py | |
parent | Fix requirements in gui api (diff) | |
download | gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar.gz gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar.bz2 gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar.lz gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar.xz gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.tar.zst gpt4free-0ab7cf71d4000a62b37020d7b739cb4142d85d39.zip |
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main.py b/main.py deleted file mode 100644 index 5b2cc4c2..00000000 --- a/main.py +++ /dev/null @@ -1,15 +0,0 @@ -import ssl -import certifi -from functools import partial - -ssl.default_ca_certs = certifi.where() -ssl.create_default_context = partial( - ssl.create_default_context, - cafile=certifi.where() -) - -from g4f.gui.webview import run_webview -import g4f.debug -g4f.debug.version_check = False - -run_webview(True);
\ No newline at end of file |