mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-15 11:30:09 +01:00
Use strict mode for prompt manager
Should already be the case since it's a module but let's me specific
This commit is contained in:
parent
58ab266365
commit
59179f6c70
@ -1,3 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import { callPopup, event_types, eventSource, is_send_press, main_api, substituteParams } from "../script.js";
|
||||
import { is_group_generating } from "./group-chats.js";
|
||||
import { TokenHandler } from "./openai.js";
|
||||
|
Loading…
x
Reference in New Issue
Block a user