You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7533,7 +7533,7 @@ Current version indicated by LITEVER below.
7533
7533
if(usingtemplate)
7534
7534
{
7535
7535
let introduction = "[Overview: <give the AI a one sentence overview of what your intention is here>]";
7536
-
let character = "\n\n[" + chatopponent + "'s Character definition:\nAge:\nHeight:\nWeight:\nBuild:\nHair:\nEyes:\nEyebrows:\nClothing Preferences:\nPersonality:\nMind:\nSpeech:\nAccent:\nMannerisms:\nLikes:\nDislikes:\nHobbies:\nShort-term Goals:\nLong-term Goals:\n" + chatopponent + "’s primary goal is:\nChildhood memories of " + chatopponent + ":\nLong-term memories of " + chatopponent + ": <also add descriptions of friends and similar persons from the life of " + chatopponent + " here>\nShort-term Memories relevant for the scenario: ]";
7536
+
let character = "\n\n[" + chatopponent + "'s Character definition:\nGender: <female, male, unknown>\nSpecies: <human, elf, alien>\nAge:\nHeight:\nWeight:\nBuild:\nHair:\nEyes:\nEyebrows:\nClothing Preferences:\nPersonality:\nMind:\nSpeech:\nAccent:\nMannerisms:\nLikes:\nDislikes:\nHobbies:\nShort-term Goals:\nLong-term Goals:\n" + chatopponent + "’s primary goal is:\nChildhood memories of " + chatopponent + ":\nLong-term memories of " + chatopponent + ": <also add descriptions of friends and similar persons from the life of " + chatopponent + " here>\nShort-term Memories relevant for the scenario: ]";
7537
7537
let genre = "\n\n[Genre: <add one or more genre definitions for your scenario here>]";
7538
7538
let tags = "\n\n[Tags: <add one or more tags describing your role-play for the AI here>]";
7539
7539
let scenario = "\n\n[Scenario: <add your scenario here>]";
@@ -7550,7 +7550,10 @@ Current version indicated by LITEVER below.
<input title="Describe Scenario" style="width:calc(100% - 136px);" type="text" placeholder="Describe the scenario (e.g. A fireside chat at the spooky campsite)" value="" id="charcreator_scenario">
22366
+
<textarea class="form-control menuinput_multiline" title="Describe Scenario" type="text" placeholder="Describe the scenario (e.g. A fireside chat at the spooky campsite)" id="charcreator_scenario"></textarea>
0 commit comments