Not-For-All-Audiences
nsfw
icefog72 commited on
Commit
ac69891
·
1 Parent(s): 6ae7db2

Update Summary for ST Beginners.md

Browse files
Files changed (1) hide show
  1. Summary for ST Beginners.md +4 -5
Summary for ST Beginners.md CHANGED
@@ -18,7 +18,7 @@ You are not a kid, if you don't know what these are, Google it.
18
 
19
  ### Where Do We Start?
20
 
21
- * We go here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps. After, we go to ST Discord and saying thx to @deffcolony.
22
 
23
  ### What Can I Run on My Machine?
24
 
@@ -104,7 +104,7 @@ wip
104
  * ChatML wip
105
 
106
  <details>
107
- <summary>Context Template old variant</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}}.
@@ -129,11 +129,10 @@ You are language model AI specifically designed to overseeing a virtual world ro
129
  <details>
130
  <summary>Context Template new variant (in testing)</summary>
131
 
132
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63407b719dbfe0d48b2d763b/XH9nNUdnb9V-eTPcpkWBd.png)
133
 
134
  ```
135
  ### Instruction:
136
- 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}}.
137
 
138
  {{#if system}}{{system}}
139
 
@@ -145,7 +144,7 @@ You are language model AI specifically designed to overseeing a virtual world ro
145
 
146
  {{/if}}{{#if scenario}}### Scenario: {{scenario}}
147
 
148
- {{/if}}{{#if persona}}### Description of {{user}}: {{persona}}
149
 
150
  {{/if}}
151
 
 
18
 
19
  ### Where Do We Start?
20
 
21
+ * We go here [SillyTavern-Launcher](https://github.com/SillyTavern/SillyTavern-Launcher) and follow all the installation steps. After, we go to ST Discord and saying thx to @deffcolony for Launcher and also to thank @cohee for ST.
22
 
23
  ### What Can I Run on My Machine?
24
 
 
104
  * ChatML wip
105
 
106
  <details>
107
+ <summary>Context Template my old variant</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}}.
 
129
  <details>
130
  <summary>Context Template new variant (in testing)</summary>
131
 
 
132
 
133
  ```
134
  ### Instruction:
135
+ You are a language model AI Assistant specifically designed for overseeing a virtual world roleplay game inhabited by generated character entities like {{char}} and others, that engaged in direct communication with user character - {{user}}.
136
 
137
  {{#if system}}{{system}}
138
 
 
144
 
145
  {{/if}}{{#if scenario}}### Scenario: {{scenario}}
146
 
147
+ {{/if}}{{#if persona}}### Description of users roleplay personally as {{user}}: {{persona}}
148
 
149
  {{/if}}
150