diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-19 20:45:25 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-11-19 20:45:25 +0100 |
commit | 275404373f73cbae7835590c66dbe230155d77f9 (patch) | |
tree | 7dd083571e2396a627dfd468f21af8402cc39f2d /g4f/cookies.py | |
parent | Add image upload to Copilot provider (diff) | |
download | gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar.gz gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar.bz2 gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar.lz gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar.xz gpt4free-275404373f73cbae7835590c66dbe230155d77f9.tar.zst gpt4free-275404373f73cbae7835590c66dbe230155d77f9.zip |
Diffstat (limited to 'g4f/cookies.py')
-rw-r--r-- | g4f/cookies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/cookies.py b/g4f/cookies.py index a43ccc86..0c62d697 100644 --- a/g4f/cookies.py +++ b/g4f/cookies.py @@ -40,6 +40,7 @@ try: has_browser_cookie3 = True except ImportError: has_browser_cookie3 = False + browsers = [] from .typing import Dict, Cookies from .errors import MissingRequirementsError |