XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update Copilot.py

413835e5
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Copilot.py +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