Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files- Summary for ST Beginners.md +26 -1
Summary for ST Beginners.md
CHANGED
@@ -104,7 +104,7 @@ wip
|
|
104 |
wip
|
105 |
|
106 |
<details>
|
107 |
-
<summary>Context Template</summary>
|
108 |
|
109 |
```
|
110 |
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}}.
|
@@ -123,6 +123,31 @@ You are language model AI specifically designed to overseeing a virtual world ro
|
|
123 |
```
|
124 |
</details>
|
125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
<details>
|
128 |
<summary>System Prompt</summary>
|
|
|
104 |
wip
|
105 |
|
106 |
<details>
|
107 |
+
<summary>Context Template var 1</summary>
|
108 |
|
109 |
```
|
110 |
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}}.
|
|
|
123 |
```
|
124 |
</details>
|
125 |
|
126 |
+
<details>
|
127 |
+
<summary>Context Template var 2 in testing</summary>
|
128 |
+
|
129 |
+
```
|
130 |
+
### Instruction:
|
131 |
+
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}}.
|
132 |
+
|
133 |
+
{{#if system}}{{system}}
|
134 |
+
|
135 |
+
{{/if}}{{#if wiBefore}}{{wiBefore}}
|
136 |
+
|
137 |
+
{{/if}}### Description of {{char}}:
|
138 |
+
{{#if description}}{{description}}
|
139 |
+
{{/if}}{{#if personality}}### {{char}}'s personality: {{personality}}
|
140 |
+
|
141 |
+
{{/if}}{{#if scenario}}### Scenario: {{scenario}}
|
142 |
+
|
143 |
+
{{/if}}{{#if persona}}### Description of {{user}}: {{persona}}
|
144 |
+
|
145 |
+
{{/if}}
|
146 |
+
|
147 |
+
{{#if wiAfter}}{{wiAfter}}
|
148 |
+
{{/if}}
|
149 |
+
```
|
150 |
+
</details>
|
151 |
|
152 |
<details>
|
153 |
<summary>System Prompt</summary>
|