mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Fix Novel bias not displaying
This commit is contained in:
parent
1ad0154f0f
commit
5a4e23f62f
@ -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