ds2api / internal /deepseek /protocol /constants_web.json
luckfun233
feat: update platform handling and add web support
3678d9b
Raw
History Blame Contribute Delete
744 Bytes
{
"client": {
"name": "DeepSeek",
"platform": "web",
"version": "2.0.0",
"locale": "zh_CN"
},
"base_headers": {
"Host": "chat.deepseek.com",
"Accept": "*/*",
"Content-Type": "application/json",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-charset": "UTF-8",
"x-app-version": "2.0.0",
"x-client-locale": "zh_CN",
"x-client-platform": "web",
"x-client-timezone-offset": "28800",
"x-client-version": "2.0.0"
},
"skip_contains_patterns": [
"quasi_status",
"elapsed_secs",
"pending_fragment",
"conversation_mode",
"fragments/-1/status",
"fragments/-2/status",
"fragments/-3/status"
],
"skip_exact_paths": [
"response/search_status"
]
}