We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a1f88e + 0ebc0d5 commit e269664Copy full SHA for e269664
g4f/cookies.py
@@ -34,6 +34,7 @@ class CookiesConfig():
34
"www.whiterabbitneo.com",
35
"huggingface.co",
36
"chat.reka.ai",
37
+ "chatgpt.com"
38
]
39
40
if has_browser_cookie3 and os.environ.get('DBUS_SESSION_BUS_ADDRESS') == "/dev/null":
@@ -180,4 +181,4 @@ def _g4f(domain_name: str) -> list:
180
181
return []
182
user_data_dir = user_config_dir("g4f")
183
cookie_file = os.path.join(user_data_dir, "Default", "Cookies")
- return [] if not os.path.exists(cookie_file) else chrome(cookie_file, domain_name)
184
+ return [] if not os.path.exists(cookie_file) else chrome(cookie_file, domain_name)
0 commit comments