mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save chat id between received and rendered event for safety (blip extension allow multiple message received before one is rendered). Added export in translate extension for usage in blip extension.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export {translate};
|
||||
|
||||
import {
|
||||
callPopup,
|
||||
eventSource,
|
||||
@@ -11,7 +13,7 @@ import {
|
||||
import { extension_settings, getContext } from "../../extensions.js";
|
||||
import { secret_state, writeSecret } from "../../secrets.js";
|
||||
|
||||
const autoModeOptions = {
|
||||
export const autoModeOptions = {
|
||||
NONE: 'none',
|
||||
RESPONSES: 'responses',
|
||||
INPUT: 'inputs',
|
||||
|
Reference in New Issue
Block a user