From 0ebc0d5e3e707c4784a5b51f3d888e66ec79d25d Mon Sep 17 00:00:00 2001 From: Amynov Islam Methyl Ogly Date: Fri, 18 Oct 2024 02:30:06 +0300 Subject: Update cookies.py to support HAR loading for OpenaiChat --- g4f/cookies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g4f/cookies.py') diff --git a/g4f/cookies.py b/g4f/cookies.py index 0a25c41e..8d535ce7 100644 --- a/g4f/cookies.py +++ b/g4f/cookies.py @@ -34,6 +34,7 @@ DOMAINS = [ "www.whiterabbitneo.com", "huggingface.co", "chat.reka.ai", + "chatgpt.com" ] if has_browser_cookie3 and os.environ.get('DBUS_SESSION_BUS_ADDRESS') == "/dev/null": @@ -180,4 +181,4 @@ def _g4f(domain_name: str) -> list: return [] user_data_dir = user_config_dir("g4f") cookie_file = os.path.join(user_data_dir, "Default", "Cookies") - return [] if not os.path.exists(cookie_file) else chrome(cookie_file, domain_name) \ No newline at end of file + return [] if not os.path.exists(cookie_file) else chrome(cookie_file, domain_name) -- cgit v1.2.3