Skip to content

Commit 0580e5d

Browse files
committed
Deleted no-longer needed accumulatesText props
1 parent 38b8050 commit 0580e5d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

assets/data/ai-chat-apis.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"url": "https://chat18.aichatos68.com",
66
"headers": { "Accept": "application/json, text/plain, * /*", "Priority": "u=0", "Sec-Fetch-Site": "cross-site" }
77
},
8-
"method": "POST", "streamable": true, "accumulatesText": false, "failFlags": [ "很抱歉地", "系统公告" ]
8+
"method": "POST", "streamable": true, "failFlags": [ "很抱歉地", "系统公告" ]
99
},
1010
"FREEGPT": {
1111
"endpoint": "https://am.aifree.site/api/generate",
1212
"expectedOrigin": {
1313
"url": "https://am.aifree.site",
1414
"headers": { "Alt-Used": "am.aifree.site", "Content-Type": "text/plain;charset=UTF-8", "Priority": "u=4" }
1515
},
16-
"method": "POST", "streamable": true, "accumulatesText": false, "failFlags": [ "upstream_error" ]
16+
"method": "POST", "streamable": true, "failFlags": [ "upstream_error" ]
1717
},
1818
"GPTforLove": {
1919
"endpoint": "https://api11.gptforlove.com/chat-process",
@@ -24,15 +24,14 @@
2424
"Priority": "u=0", "Sec-Fetch-Site": "same-site", "TE": "trailers"
2525
}
2626
},
27-
"method": "POST", "streamable": true, "accumulatesText": true,
28-
"failFlags": ["['\"]?status['\"]?:\\s*['\"]Fail['\"]"]
27+
"method": "POST", "streamable": true, "failFlags": ["['\"]?status['\"]?:\\s*['\"]Fail['\"]"]
2928
},
3029
"MixerBox AI": {
3130
"endpoint": "https://chatai.mixerbox.com/api/chat/stream",
3231
"expectedOrigin": {
3332
"url": "https://chatai.mixerbox.com", "headers": { "Alt-Used": "chatai.mixerbox.com", "TE": "trailers" }
3433
},
35-
"method": "POST", "streamable": true, "accumulatesText": false
34+
"method": "POST", "streamable": true
3635
},
3736
"OpenAI": {
3837
"endpoints": {
@@ -41,12 +40,12 @@
4140
"session": "https://chatgpt.com/api/auth/session"
4241
},
4342
"expectedOrigin": { "url": "https://chatgpt.com", "headers": { "Priority": "u=4" }},
44-
"method": "POST", "streamable": true, "accumulatesText": false
43+
"method": "POST", "streamable": true
4544
},
4645
"ToYaml.com": {
4746
"endpoint": "https://toyaml.com/streams",
4847
"expectedOrigin": { "url": "https://toyaml.com/chat.html", "headers": { "x-requested-with": "XMLHttpRequest" }},
49-
"method": "GET", "streamable": true, "accumulatesText": false, "watermark": "【本答案来自 toyaml.com】",
48+
"method": "GET", "streamable": true, "watermark": "【本答案来自 toyaml.com】",
5049
"failFlags": [ "{\"error\":{\"message\":\"" ]
5150
}
5251
}

0 commit comments

Comments
 (0)