Skip to content

Commit

Permalink
更新UI
Browse files Browse the repository at this point in the history
  • Loading branch information
avilliai committed Jun 3, 2024
1 parent 07003e4 commit ab92b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified main2.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ async def modelReply(event,modelHere):
"content") or "敏感词汇" in result.get("content") or "request id" in result.get(
"content") or "This model's maximum" in result.get(
"content") or "solve CAPTCHA to" in result.get("content") or "输出错误请联系站长" in result.get(
"content") or "接口失败" in result.get("content") or "响应错误" in result.get("content"):
"content") or "接口失败" in result.get("content") or "ip请求过多" in result.get("content"):
continue
reps[task.result()[0]] = task.result()[1]
# reps.append(task.result()) # 添加可用结果
Expand Down

0 comments on commit ab92b97

Please sign in to comment.