返回提交历史
Modified
g4f/Provider/Copilot.py
+1
-1
XFEstudio/gpt4free
Update Copilot.py
413835e5
代码差异
1 个文件
+1
-1
@@ -58,7 +58,7 @@ class Copilot(AsyncAuthedProvider, ProviderModelMixin):
58
58
cookie_domain = ".microsoft.com"
59
59
anon_cookie_name = "__Host-copilot-anon"
60
60
61
working = has_curl_cffi
61
working = True
62
62
use_nodriver = has_nodriver
63
63
active_by_default = True
64
64