mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 02:47:52 +01:00
Fix Novel bias not displaying
This commit is contained in:
parent
578fc8e6f1
commit
9047f311b7
@ -74,7 +74,7 @@ const samplers = {
|
||||
|
||||
let novel_data = null;
|
||||
let badWordsCache = {};
|
||||
const BIAS_KEY = '#novel_api-settings';
|
||||
const BIAS_KEY = '#range_block_novel';
|
||||
|
||||
export function setNovelData(data) {
|
||||
novel_data = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user