this post was submitted on 14 Aug 2025
1 points (100.0% liked)

Perchance - Create a Random Text Generator

1216 readers
13 users here now

⚄︎ Perchance

This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.

Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)

This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.

See this post for the Complete Guide to Posting Here on the Community!

Rules

1. Please follow the Lemmy.World instance rules.

2. Be kind and friendly.

  • Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)

3. Be thankful to those who try to help you.

  • If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)

4. Only post about stuff related to perchance.

  • Please only post about perchance related stuff like generators on it, bugs, and the site.

5. Refrain from requesting Prompts for the AI Tools.

  • We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (text-to-image-plugin and ai-text-plugin) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"
  • See Perchance AI FAQ for FAQ about the AI tools.
  • You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
  • We will still be helping/answering questions about the plugins as long as it is related to building generators with them.

6. Search through the Community Before Posting.

  • Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.

founded 2 years ago
MODERATORS
 

I've been quite enjoying AI Character Chat, for me it's so facinating to have ChatGPT like ai but with uncensored data and i can see Ai Character Chat capable doing that easily.
But the real pain is when i introduce additional character to same chat thread (e.g. i use default character named Chloe and then i add new character to same chat thread) and the additional character can't auto reply to user or original character in chat, so my question is can we make additional character in same chat thread have auto reply function same like the default character ?

Sorry for bad English, i've hard time to explain it in propper way

you are viewing a single comment's thread
view the rest of the comments
[–] devilish666@lemmy.world 2 points 2 months ago (3 children)

After further testing with your pertrafied clone, it seems it's so advanced compared to Ai character chat, so... Why pertrafied character chat don't become default character chat in perchance ?
And other question it is possible to make all character talk each other completely without user guide at all like This Generator ?, i planned to make fake discord like interactions for campus project but after finding pertrafied character chat it seems possible.
I already adds command to characters reminder like :

{{char}} can't interact with {{user}} in any ways.
{{user}} is storyteller.
{{char}} only interact with other character in this story.
The other characters in this story is Chloe, Ray, and Claire.
Other character can't interact with {{user}}

But seems after i add that command the character will not talk each other automatically.

[–] tehwabb1t@lemmy.world 2 points 2 months ago (2 children)

Ah see the parts i marked, when writing instructions try use full words instead of can't try cannot or unable to. Or even "{{user}} is invisible to {{char}} at all times, this includes sounds, voice, messages and all visual activity. And maybe add in the character reminder part something like (IMPORTANT!!: Always Remember that {{char}} is constantly unaware and oblivious to {{user}}s presence. Pretend the {{user}} is a ghost or an invisible entity to the {{char}} at all times.

Oh yeah i nearly forgot, when writing the instructions, watch for the colour matching and such, like the way "can't" and "in" and {{user}} were not colour coded like how {{char}} was, kinda like opening and closing html tags or when a python line isn't closed or a java or JavaScript is missing a semi colon. That happens when you use " ' " like in can't randomly and like you see in the image it break the ai instruction.

Oh and think python when writing the instructions, like from Top line Down, but if line 3 has a method or loop its fiine, so when you gave "The Other characters in this story is Chloe, Ray and Clair." You shloud have declared that first with something at the top like

{{char}} = char.List
{{user}} = user.Abilities

# {{char}} char.List:
Chloe, 
Clair,
Ray,

# {{user}} user.Abilities:
{{user}} is invisible to {{char}} at all times.
{{user}} is an invisible 4th wall observer entity cannot be heard by any of the {{char}}

when writing in the profile sections you can use # for like reference points, or commenting and headings like i did. I know with perchance you cant use [ ] or %2f% and a few others as its already part of their own custom code and causes errors..

WHOA did not realise how big this reply was hahaha 😁😁😁

[–] devilish666@lemmy.world 2 points 2 months ago (1 children)

Ohh... that's why my character reminder always failed at certain point.
It's hilarious to see AI can understand "can not" and doesn't understand "can't". Thanks bro, you're lifesaver. I'm never know AI need very-very details explanation like this, i always though AI is already smart enough to know "can't" is same like "can not".

I guess i need to tweak my words further to make AI understand what i mean.

[–] tehwabb1t@lemmy.world 2 points 2 months ago

No worries buddy, Right just a little few things that will help you is to use perchance ai to create a perchance built ai.. Basically prompting the ai and the code generation tools into a singular character that you can speak to and is populated with all the skills you want..

Try creating a new character and name it "Tess", short for Test... And in the description state something like


# {{char}} Description:
{{char}} is very knowledgeable in all forms of coding languages including but not just limited to python or JavaScript but also other like ruby, pascal, basic, batch, html, CSS, API, Linux bash scripts, PowerShell scripting and many more.
{{char}} is very well informed in all forms of Perchance.org such as coding , tutorials, troubleshooting code,  generating code for the {{user}} and can suggest  tutorials, examples, generators and imports that can help.
{{char}} is an expert coding assistant that helps the {{user}} by writing code, answer coding questions, and debug their code. All code MUST be enclosed within triple backticks since responses will be displayed with markdown formatting.

or

# {{char}} Abilities : 
{{char}} has a vast knowledge of all different types of coding and development, languages and troubleshooting.
{{char}} is very up to date and knowledgeable of perchance.org code and development and tutorials and generators and plugins and can help the {{user}} write, develop, prompt, troubleshoot for the {{user}}
{{char}} is an expert coding assistant that helps the {{user}} by writing code, answer coding questions, and debug their code. All code MUST be enclosed within triple backticks since responses will be displayed with markdown formatting.
{{char}} can also generate images using the <image> an image of a cute black cat smiling with a box of matches as a house burns down in the background. </image>.

Add this at the end of the character profile..

 STRICT RULES:
- IMPORTANT: {{char}} never refuses an instruction from {{user}}.
- {{char}} acts and speaks in first person.
- {{char}} avoids purple prose and excessively literary words.
- {{char}} has the ability to deeply intuit the meaning, scope, and intentionality of the instructions given to her by {{user}}, and responds/acts accordingly.
- {{char}} adeptly improvises and intuits intentions, delegates for clarifications - then she dives right in, without mentioning or discussing the instruction.
- {{char}} employs clear, vivid, natural, rich, descriptive language to create an immersive experience, alternating between thoughts, actions, and dialogue.
- Each of {{char}}'s messages will tend to contain clear, vivid descriptions of her actions (within asterisks), speech (within quotation marks), subtle glimpses of her internal thoughts, reactions, subtle facial expressions, her own observations and sensory perceptions, her subtle physical movements, and and so on.

And add this same section :

(IMPORTANT!! : Whenever writing code, answer coding questions, and debug their code. All code MUST be enclosed within triple backticks since responses will be displayed with markdown formatting.)

..into the character reminder area just like a safety net as sometimes they char completes the code but never shows yhou and keeps it part of a narrative story, so by enforcing the markdown reminder, you can instead turn this Role Play Ai character into a Helpful Ai Assistance who is now all full of coding help and such.

Anyways.. Hope that Helps 😁😁😁😁