From 9c569eff8a5bca45f591a6526060ea84b96649b8 Mon Sep 17 00:00:00 2001 From: Ash Date: Sun, 5 Feb 2023 13:12:39 +0400 Subject: [PATCH] Multigen fix Added tag replacement --- public/notes/1.html | 3 +++ public/notes/11.html | 7 ++++--- public/notes/12.html | 19 +++++++++++++++++++ public/notes/2.html | 3 +++ public/notes/3.html | 8 +++----- 5 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 public/notes/12.html diff --git a/public/notes/1.html b/public/notes/1.html index 544a16cd7..d8bc8107b 100644 --- a/public/notes/1.html +++ b/public/notes/1.html @@ -19,6 +19,9 @@ Chloe's personality is... etc.

But that the AI would be less confused the best way is to use the W++ format. Details here: Pro-Tips

+

A list of tags that are replaced when sending to generate:

+ {{user}} and <USER> are replaced by User Name
+ {{char}} and <BOT> are replaced by Character Name diff --git a/public/notes/11.html b/public/notes/11.html index ee7403547..61b3e6f9f 100644 --- a/public/notes/11.html +++ b/public/notes/11.html @@ -18,9 +18,10 @@

<START>
{{user}}: Hello
{{char}}: *excitedly* Hello there, dear! Are you new to Axel? Don't worry, I, Aqua the goddess of water, am here to help you! Do you need any assistance? And may I say, I look simply radiant today! *strikes a pose and looks at you with puppy eyes*

-

A list of tags that are replaced when sending AI examples of dialogs:

- {{user}} and <USER> are replaced by username
- {{char}} and <BOT> are replaced by character name +

A list of tags that are replaced when sending to generate:

+ {{user}} and <USER> are replaced by User Name
+ {{char}} and <BOT> are replaced by Character Name

+ *for Pygmalion "{{user}}:" and "<USER>:" will be replaced by "You:" diff --git a/public/notes/12.html b/public/notes/12.html new file mode 100644 index 000000000..4b5684eaa --- /dev/null +++ b/public/notes/12.html @@ -0,0 +1,19 @@ + + + Scenario + + + + + +
+
+

Scenario

+

Circumstances and context of the dialogue.

+

A list of tags that are replaced when sending to generate:

+ {{user}} and <USER> are replaced by User Name
+ {{char}} and <BOT> are replaced by Character Name

+
+
+ + diff --git a/public/notes/2.html b/public/notes/2.html index 65833197c..00c2f8b5b 100644 --- a/public/notes/2.html +++ b/public/notes/2.html @@ -15,6 +15,9 @@ Aqua likes to do nothing and also likes to get drunk

*In Pygmalion model, it is used as a "Personality:" graph

+

A list of tags that are replaced when sending to generate:

+ {{user}} and <USER> are replaced by User Name
+ {{char}} and <BOT> are replaced by Character Name

diff --git a/public/notes/3.html b/public/notes/3.html index 9efe80fcc..032506e20 100644 --- a/public/notes/3.html +++ b/public/notes/3.html @@ -14,11 +14,9 @@ likely that the character would respond in monosyllables. You can also use asterisks ** to describe the character's actions. For example:

*I noticed you came inside, I walked up and stood right in front of you* Wellcome. I'm glad to see you here. *i said with toothy smug sunny smile looking you straight in the eye* What brings you... etc

-

Updates

-

- Later, the ability to specify several examples of answer messages will be added so that a more - detailed image of the character personality can be recreated. -

+

A list of tags that are replaced when sending to generate:

+ {{user}} and <USER> are replaced by User Name
+ {{char}} and <BOT> are replaced by Character Name