We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da52a2 commit 109b766Copy full SHA for 109b766
plugin/animetrace/main.go
@@ -67,7 +67,7 @@ func processImageRecognition(ctx *zero.Ctx, model string) {
67
ctx.Send(message.Text("下载图片失败: ", err))
68
return
69
}
70
- //ctx.Send(message.Text(model))
+ // ctx.Send(message.Text(model))
71
respBody, err := createAndSendMultipartRequest("https://api.animetrace.com/v1/search", imageData, map[string]string{
72
"is_multi": "0",
73
"model": model,
0 commit comments