Perchance - Create a Random Text Generator
⚄︎ 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.
- The full rules are posted here: (https://legal.lemmy.world/)
- User Rules: (https://legal.lemmy.world/fair-use/)
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
andai-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.
view the rest of the comments
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 :
But seems after i add that command the character will not talk each other automatically.
Ah see the parts i marked, when writing instructions try use full words instead of
can't
trycannot
orunable 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
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 😁😁😁
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.
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
or
Add this at the end of the character profile..
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 😁😁😁😁