diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-22 20:02:17 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-22 20:02:17 +0200 |
commit | 002a4a1d7fad2b0d980aea6bce351c2b6a579c05 (patch) | |
tree | 85994a09dedf7176f524720bed6dd596baa2293c /g4f/cookies.py | |
parent | Add gemini-1.5-pro-latest model (diff) | |
download | gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar.gz gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar.bz2 gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar.lz gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar.xz gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.tar.zst gpt4free-002a4a1d7fad2b0d980aea6bce351c2b6a579c05.zip |
Diffstat (limited to 'g4f/cookies.py')
-rw-r--r-- | g4f/cookies.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g4f/cookies.py b/g4f/cookies.py index e1d7b59c..3c082abc 100644 --- a/g4f/cookies.py +++ b/g4f/cookies.py @@ -29,7 +29,9 @@ _cookies: Dict[str, Cookies] = {} DOMAINS = [ ".bing.com", ".meta.ai", - ".google.com" + ".google.com", + "www.whiterabbitneo.com", + "huggingface.co" ] if has_browser_cookie3 and os.environ.get('DBUS_SESSION_BUS_ADDRESS') == "/dev/null": |