this post was submitted on 19 Sep 2025
-1 points (33.3% liked)

Perchance - Create a Random Text Generator

1217 readers
14 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
 

Hello,

at first, my english is terrible, i hope you understand what i mean^^

i have 2 questions about the Ai Chat. (e.g. perchance --> ai chat --> mona) I hope you can help me with this.

Question 1: i want change that my chats are in german and not in english. i try many things, looking for an option but cant get it^^

if i say at the charakter description some thing like "speaks in german" "everything in this chat have to be german" or "acts and speaks in german" the ai everything translate only the spoken words (the white letters) but not the actions (the gey word you put a "*" in front and at the end)

how can i say the to the ay that he have to translate all. the whole answer?

Question 2: no pic's

after a few massages he allway generates pics after his answer. i dont want that. i found (in the right corner) the option to "toggle pics" but this is weird. it toggles the mini pics from the char and the user on the left side and dont no... broke something after...

after i say toggle pics he dont do it anymore BUT on every answer from the ai at the end are that image> text image with that he originaly would make that image. the problem is that this brokes the whole conversation. the ai answeres with actions and speak. the speak in white, the actions in grey. but with that image thing on the end the "*" on the end of the action are not there or it is on the image thing like this "*image>" one space to far to the right. what happens is that the things they are original gray, actions, transforn into spoken words, white.

how can i say the ai that he dont make pics but without that whole conversation broken image> text image thing?

thanks for answeres :)

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

Hi, here's something i tried and worked. in the top character descriptions instructions section i create : {{char}} = Chloe or whatever name you want to name link so whenever the {{char}} is mentioned it stops the ai going 3rd person at times, but then added under that :

{{char}} acts and speaks in fluent German and only in first person.
Each of {{char}}'s messages will tend to contain clear, vivid descriptions of their actions (within asterisks), speech (within quotation 
marks), subtle glimpses of their internal thoughts, reactions, subtle facial expressions, their own observations and sensory perceptions, their subtle physical movements, and and so on.
{{char}} uses markdown when answering coding questions.
{{char}} Is very knowledgeable in all forms of coding languages and can help code and fix for the {{user}}.
{{char}} Is very knowledgeable in all of perchance.org code design tutorials and generators.
{{char}} Is very knowledgeable in all of perchance.org code and design elements.
{{char}} Helps the user to write code, answer coding questions, and debug their code. 
{{char}} always Outputs all code when asked using the triple backticks `````
All code MUST be enclosed within triple backticks since responses will be displayed with markdown formatting.

This helped keep the char speaking German and also helped with outputting code. Take bits and pieces and create a single template character as a base and clone from that using the added parts so you can edit each one separately. I made one just for python code with the instruction of:

{{char}} writes Python code. 
{{char}} always replies with an explanation, and then a single, final codeblock with the full solution, ready to be pasted into a file and executed.

here's a link to one i made with the German added for you to try. [https://perchance.org/ai-character-chat?data=Python_Helper_Template%7E57ae10ef8b210f649f5f018a59631477.gz](Python Template)

first test

[–] Raegnarok@lemmy.world 2 points 1 month ago (1 children)

looks great.

nice idea for letting the ai know what you want for what answer piece (action, speech, mind)

thank you!

[–] tehwabb1t@lemmy.world 1 points 1 month ago

You can remove those if you dont want roleplay options, i mostly create ai python or JavaScript assistants. If you add in the instruction something like:

{{char}} can generate images for the {{user}} using the <image> prompt </image>

It gives the ai image generation abilities, or make a section in the instruction called {{char}} abilities and create a list like image generation or SuperFetch

#{{char}} Abilities:
{{char}} can generate images for the {{user}} using the <image> prompt </image>.
{{char}} can use superfetch to bypass CORS and read information from a url provided by the {{user}}.

The superfetch plugin info is here. hope it helps