Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 7e2e78a

Browse files
authored
更新 aiReplyCore.py
1 parent ba3c92f commit 7e2e78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aiReplyCore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def modelReply(senderName,senderId, text,modelHere=modelDefault, trustUser
182182
"content") or "This model's maximum" in result.get(
183183
"content") or "solve CAPTCHA to" in result.get("content") or "输出错误请联系站长" in result.get(
184184
"content") or "接口失败" in result.get("content") or "ip请求过多" in result.get(
185-
"content") or "第三方响应错误" in result.get("content") or "<!DOCTYPE HTML>" in result.get("content") or "正常人完全够用" in result.get("content"):
185+
"content") or "第三方响应错误" in result.get("content") or "!DOCTYPE" in result.get("content") or "正常人完全够用" in result.get("content"):
186186
continue
187187
reps[task.result()[0]] = task.result()[1]
188188
# reps.append(task.result()) # 添加可用结果

0 commit comments

Comments
 (0)