You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update worldinfo.md
added chat lorebook and persona lorebook to the "lore insertion strategy" section.
* Update worldinfo.md
a word
* Update lore insertion strategy explanation
Clarified the description of the lore insertion strategy.
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
Copy file name to clipboardExpand all lines: Usage/worldinfo.md
+20-16Lines changed: 20 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,22 +42,6 @@ To unbind, change, or assign additional World Info files as character lore, shif
42
42
43
43
When renaming a World Info file, you will be prompted to optionally relink the lorebook across all characters that reference it. This ensures that existing character lore bindings remain intact after the rename.
44
44
45
-
#### Character Lore Insertion Strategy
46
-
47
-
When generating an AI reply, entries from the character World Info will be combined with the entries from a global World Info selector using one of the following strategies:
48
-
49
-
##### Sorted Evenly (default)
50
-
51
-
All entries will be sorted according to their Insertion Order as if they were a part of one big file, ignoring the source.
52
-
53
-
##### Character Lore First
54
-
55
-
Entries from the Character World Info would be included first by their Insertion Order, then entries from the Global World Info.
56
-
57
-
##### Global Lore First
58
-
59
-
Entries from the Global World Info would be included first by their Insertion Order, then entries from the Character World Info.
60
-
61
45
### Persona Lorebook
62
46
63
47
A World Info file can be assigned to the currently active [persona](/Usage/personas.md). The entries from this lorebook will be activated whenever that persona is selected, regardless of which character or chat is open.
@@ -78,6 +62,26 @@ To assign a lorebook to a chat, click the <i class="fa-solid fa-passport"></i> *
78
62
To reopen the assignment popup when a lorebook is already bound, use a **long press** (on mobile) or **Shift+Click / Alt+Click** (on desktop) on the Chat Lore button.
79
63
!!!
80
64
65
+
### Lore Insertion Strategy
66
+
67
+
When generating an AI reply, entries from the character World Info and other auxiliary sources will be combined with the entries from a global World Info selector. By default the entries will be inserted in the following order:
68
+
69
+
*[Chat Lore](#chat-lorebook)
70
+
*[Persona Lore](#persona-lorebook)
71
+
* Character Lore or Global Lore using one of the following strategies:
72
+
73
+
#### Sorted Evenly (default)
74
+
75
+
All entries will be sorted according to their Insertion Order as if they were a part of one big file, ignoring the source.
76
+
77
+
#### Character Lore First
78
+
79
+
Entries from the Character World Info would be included first by their Insertion Order, then entries from the Global World Info.
80
+
81
+
#### Global Lore First
82
+
83
+
Entries from the Global World Info would be included first by their Insertion Order, then entries from the Character World Info.
0 commit comments