Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files- Summary for ST Beginners.md +13 -11
Summary for ST Beginners.md
CHANGED
@@ -85,8 +85,8 @@ If you have:
|
|
85 |
|
86 |
## What is a Context Template and Why Should I Care About It?
|
87 |
|
88 |
-
|
89 |
-
|
90 |
```
|
91 |
You are language model AI specifically designed to overseeing a virtual world roleplay game inhabited by generated character entities like {{char}} and others, that engaged in direct communication with user character - {{user}}.
|
92 |
|
@@ -102,6 +102,7 @@ You are language model AI specifically designed to overseeing a virtual world ro
|
|
102 |
{{/if}}{{#if persona}}{{persona}}
|
103 |
{{/if}}
|
104 |
```
|
|
|
105 |
|
106 |
System Prompt
|
107 |
|
@@ -119,17 +120,18 @@ Last Output Sequence
|
|
119 |
|
120 |
<details>
|
121 |
<summary>Chat example</summary>
|
122 |
-
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
</details>
|
|
|
133 |
<details>
|
134 |
<summary>Rules</summary>
|
135 |
```
|
|
|
85 |
|
86 |
## What is a Context Template and Why Should I Care About It?
|
87 |
|
88 |
+
<details>
|
89 |
+
<summary>Context Template</summary>
|
90 |
```
|
91 |
You are language model AI specifically designed to overseeing a virtual world roleplay game inhabited by generated character entities like {{char}} and others, that engaged in direct communication with user character - {{user}}.
|
92 |
|
|
|
102 |
{{/if}}{{#if persona}}{{persona}}
|
103 |
{{/if}}
|
104 |
```
|
105 |
+
</details>
|
106 |
|
107 |
System Prompt
|
108 |
|
|
|
120 |
|
121 |
<details>
|
122 |
<summary>Chat example</summary>
|
123 |
+
```
|
124 |
|
125 |
+
# General example roleplay chat:
|
126 |
+
### Response:{{newline}}{{char}}: *Example of NARRATIVE.* {{newline}}"Example of {{char}}'s DIALOGUE." {{newline}}`Example of {{char}}'s INNER THOUGHTS.`
|
127 |
+
General example roleplay chat:
|
128 |
+
### Response:{{newline}}{{char}}: "Example of {{char}}'s DIALOGUE." {{newline}}*Example of actions in NARRATIVE.* "Example of {{char}}'s DIALOGUE."
|
129 |
+
General example roleplay chat:
|
130 |
+
### Response:{{newline}}{{char}}: "Example of {{char}}'s DIALOGUE." {{newline}}`Example of {{char}}'s INNER THOUGHTS.` {{newline}}*Example of NARRATIVE.* {{newline}}"Example of {{char}}'s DIALOGUE." {{newline}} *Example of NARRATIVE.* {{newline}}"Example of {{char}}'s DIALOGUE."
|
131 |
+
|
132 |
+
```
|
133 |
</details>
|
134 |
+
|
135 |
<details>
|
136 |
<summary>Rules</summary>
|
137 |
```
|