Making JohnsonBot GPT/LLM AI Systems Do What You Want - Speak A Foreign Language or Reinforcing Self-Command Use

One of the most amazing things about OpenAI GPT and other LLM (Large Language Model) conversational AIs is that you can just tell them to do things in natural language.  Two little examples of things I have done recently:

1. Make the AI respond in a foreign language (German in this case)

In our systems there is an editable "ctrl" (control) script.  Up at the top there is a string called the "BIO" which is the biosketch for the personality of the bot.  Edit that, adding a directive to respond in German:

string BIO = "You always speak in German. You role play a German-speaking flirty and bouncy and cheery sexbot. ..

where ... leads to the other stuff already there

Further down - around line 250 - you'll see a line that looks like 

t = t + ". Said by "+llGetDisplayName(llGetOwnerKey(id))+". Respond in complete sentences.";

Edit that too, to read something like

t = t + ". Said by "+llGetDisplayName(llGetOwnerKey(id))+". Respond only in German. Use self-commands with correct numeric coordinates in your response. Respond in complete sentences.";

These little changes force the bot to speak in German! For our systems you may want to also edit the ai notecard to alter the SRDs (Stimulus-Response Definitions) to be in German.  If someone does that - please send me a note!

2. Remind the AI to use self-commands

It seems that many LLMs (e.g., Dolphin Mixtral 8x7b) are sometimes "forgetting" to use self-commands to move, change body painting and so on.  I found that putting a reminder right into the prompt helps.  Same script (ctrl) and same line (around 250) and just add more directives, as in

 t = t + ". Said by "+llGetDisplayName(llGetOwnerKey(id))+". Use self-commands with correct numeric coordinates in your response. Respond in complete sentences including anatomical detail of sex acts. Limit your response to 200 characters.";

Some additional directives are included... In other words, putting the directives of how you want the LLM AI to respond right in the prompt along with the conversational prompt is not a bad idea.  Just ask for what you want the LLM to do!

As always we recomment the Sub/Gynoid/Doll Control System, Second Life Marketplace - Submissive-Doll-Gynoid-Fembot AI-RLV Control System - with ChatGPT, It's Not Mine. Nanite Interfaces PLUS FINDOM! which includes OpenAI and other LLM interface options.

Comments

Popular posts from this blog

Play With The Bots Over At The West Mill Store!

Welcome to the AI Animesh Sexbot Party @ Sunset Forest!

TTS2 - New Text to Audio Speech System! Hear What You Type In Media Audio!