mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Trigger immediate check for pygmalion formatting
This commit is contained in:
@ -129,6 +129,7 @@ export {
|
|||||||
isStreamingEnabled,
|
isStreamingEnabled,
|
||||||
getThumbnailUrl,
|
getThumbnailUrl,
|
||||||
getStoppingStrings,
|
getStoppingStrings,
|
||||||
|
getStatus,
|
||||||
chat,
|
chat,
|
||||||
this_chid,
|
this_chid,
|
||||||
settings,
|
settings,
|
||||||
|
@ -4,6 +4,7 @@ import {
|
|||||||
characters,
|
characters,
|
||||||
callPopup,
|
callPopup,
|
||||||
token,
|
token,
|
||||||
|
getStatus,
|
||||||
} from "../script.js";
|
} from "../script.js";
|
||||||
import { delay } from "./utils.js";
|
import { delay } from "./utils.js";
|
||||||
|
|
||||||
@ -345,6 +346,7 @@ $(document).ready(() => {
|
|||||||
|
|
||||||
$("#pygmalion_formatting").change(function (e) {
|
$("#pygmalion_formatting").change(function (e) {
|
||||||
power_user.pygmalion_formatting = Number($(this).find(":selected").val());
|
power_user.pygmalion_formatting = Number($(this).find(":selected").val());
|
||||||
|
getStatus();
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user