DavidAU commited on
Commit
e13eccd
·
verified ·
1 Parent(s): 90fc99b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -208,7 +208,13 @@ As SillyTavern also supports "remote" connections to AIs/LLMs you can also conne
208
 
209
  The AutoCorrect engine operates within the core controllers within SillyTavern.
210
 
211
- Once SillyTavern is installed, download the "script...js" file for your VERSION (the version number is IN the filename) of Sillytavern and save this file to "public" folder :
 
 
 
 
 
 
212
 
213
  Example:
214
 
@@ -226,9 +232,11 @@ This means the settings for "Autocorrect" and "Reconsider" are already set for y
226
 
227
  <B> SETTINGS: </B>
228
 
229
- Settings are adjusted by editing the "new" script.js file in NOTEPAD.
 
 
230
 
231
- Open the file in notepad, and search (using the fine function) for: "AUTOCORRECT: USER ADJUSTABLE SETTINGS:"
232
 
233
  You can turn on/off the systems, paragraph and/or sentence reconsider and adjust
234
  the word filter(s) (blocks/does not block letters/symbols) as well as a few other settings.
@@ -329,7 +337,7 @@ Deepseek / "Think" Models:
329
 
330
  The systems CAN alter both "thinking" and "generation".
331
 
332
- Remote AIs -> Open AI, Open Router:
333
 
334
  Great care must be used if you are paying by the token, because of how "reconsider" and "autocorrect" operate - sending larger numbers
335
  of tokens back and forth.
 
208
 
209
  The AutoCorrect engine operates within the core controllers within SillyTavern.
210
 
211
+ Current SillyTavern users:
212
+
213
+ You may need to update your version of SillyTavern before install, as both the "new core" and version of Silly Tavern
214
+ you have installed must match.
215
+
216
+ Once SillyTavern is installed, download the "script...js" file for your VERSION
217
+ (the version number is IN the filename) of Sillytavern and save this file to "public" folder :
218
 
219
  Example:
220
 
 
232
 
233
  <B> SETTINGS: </B>
234
 
235
+ Settings are adjusted by editing the "new" script.js file in NOTEPAD (DO NOT edit in word, wordpad etc).
236
+
237
+ Open the file in notepad, and search (using the find function) for: "AUTOCORRECT: USER ADJUSTABLE SETTINGS:"
238
 
239
+ NOTE: My code blocks are at the bottom/end of the file.
240
 
241
  You can turn on/off the systems, paragraph and/or sentence reconsider and adjust
242
  the word filter(s) (blocks/does not block letters/symbols) as well as a few other settings.
 
337
 
338
  The systems CAN alter both "thinking" and "generation".
339
 
340
+ CRITICAL: PAID / Remote AIs -> Open AI, Open Router:
341
 
342
  Great care must be used if you are paying by the token, because of how "reconsider" and "autocorrect" operate - sending larger numbers
343
  of tokens back and forth.