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.
1
[ai-character-chat] Is it possible to stop the message when a certain word is met? | Spyke
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."; }Just check to make sure there is no "image" feature in the code of the chatbot.
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.