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

Commit 550dca8

Browse files
committed
refactor(network): update NSFW detection message
1 parent 0b1b3e0 commit 550dca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/NetworkManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class NetworkManager extends Factory {
8787
stripIndents`
8888
I have identified this image as NSFW (Not Safe For Work). Sharing NSFW content is against our network guidelines. Refrain from posting such content here.
8989
90-
**NSFW Detected:** ${Math.round(predictions[0].probability * 100)}%`,
90+
**Detected NSFW:** ${predictions[0].className} ${Math.round(predictions[0].probability * 100)}%`,
9191
)
9292
.setFooter({
9393
text: 'Please be aware that AI predictions can be inaccurate at times, and we cannot guarantee perfect accuracy in all cases. 😔',

0 commit comments

Comments
 (0)