mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 08:55:28 +08:00
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"base_headers": {
|
|
"Host": "chat.deepseek.com",
|
|
"User-Agent": "DeepSeek/1.6.11 Android/35",
|
|
"Accept": "application/json",
|
|
"Content-Type": "application/json",
|
|
"x-client-platform": "android",
|
|
"x-client-version": "1.6.11",
|
|
"x-client-locale": "zh_CN",
|
|
"accept-charset": "UTF-8"
|
|
},
|
|
"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"
|
|
]
|
|
}
|