From 002a4a1d7fad2b0d980aea6bce351c2b6a579c05 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 22 Apr 2024 20:02:17 +0200 Subject: Fix typo in model list --- g4f/cookies.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'g4f/cookies.py') 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": -- cgit v1.2.3