this post was submitted on 13 Mar 2025
4 points (100.0% liked)

Casual Perchance

165 readers
6 users here now

Casual Perchance

A nonspecific casual place for anything Perchance, including generator outputs, memes, prompts, casual discussion, advertising your generator, and anything else you wouldn't post in the more technical Perchance Forum.

This is where to post Community Events.

Perchance Discord

Resources:


Rules:

founded 1 year ago
MODERATORS
 

In my case, one chat repeatedly tries to generate images despite me never using this feature, so I'd like to stop messages if is encountered.

top 3 comments
sorted by: hot top controversial new old
[–] edwardthefma99@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

i don't know about image generation but you can use this to stop on a word link me your gen i want to see it in action

if (output.includes(stopWord)) { output = "The conversation has ended."; }

[–] Spiritwhisker@lemmy.world 1 points 3 months ago

Just check to make sure there is no "image" feature in the code of the chatbot.

[–] Spiritwhisker@lemmy.world 1 points 3 months ago

Also, it's Artificial Intelligence. You sure can code an AI to review your text every time, and if it detects , force quit responding. However, that would cause major lag, and I have no idea how to code like that.