Update Copilot.py

This commit is contained in:
H Lohaus 2025-10-04 13:37:27 +02:00 committed by GitHub
parent 220f0fcd04
commit 413835e538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ class Copilot(AsyncAuthedProvider, ProviderModelMixin):
cookie_domain = ".microsoft.com"
anon_cookie_name = "__Host-copilot-anon"
working = has_curl_cffi
working = True
use_nodriver = has_nodriver
active_by_default = True