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

XFEstudio/gpt4free

Add DeepSeek provider with PoW support and update cookie handling for deepseek.com

229f614d
hlohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

4 个文件 +671 -70
Modified MANIFEST.in +1 -1
@@ -1 +1 @@
1 recursive-include g4f/Provider/har *
1 recursive-include g4f/Provider/needs_auth/deepseek *
Added g4f/Provider/needs_auth/deepseek/pow_solver.wasm +0 -0
二进制文件已变更,无法进行逐行预览。
Modified g4f/cookies.py +1 -0
@@ -70,6 +70,7 @@ DOMAINS = (
70 70 ".cerebras.ai",
71 71 "github.com",
72 72 "yupp.ai",
73 "deepseek.com",
73 74 )
74 75
75 76 if has_browser_cookie3 and os.environ.get("DBUS_SESSION_BUS_ADDRESS", "/dev/null") == "/dev/null":