mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix NovelAI lorebook importing
This commit is contained in:
@@ -2954,11 +2954,11 @@ function loadNAILorebook(data, filename) {
|
||||
// text
|
||||
|
||||
wi_data.entries[i.toString()] = {
|
||||
"uid": uid,
|
||||
"uid": i,
|
||||
"title": entry.displayName,
|
||||
"key": entry.keys,
|
||||
"keysecondary": [],
|
||||
"folder": folder,
|
||||
"folder": filename,
|
||||
"constant": entry.forceActivation,
|
||||
"content": "",
|
||||
"manual_text": entry.text,
|
||||
|
Reference in New Issue
Block a user