mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
first commit
This commit is contained in:
@ -9,7 +9,7 @@ export {
|
||||
extension_settings,
|
||||
};
|
||||
|
||||
const extensionNames = ['caption', 'dice', 'expressions', 'floating-prompt', 'memory'];
|
||||
const extensionNames = ['caption', 'dice', 'expressions', 'floating-prompt', 'memory','elevenlabstts'];
|
||||
const manifests = await getManifests(extensionNames);
|
||||
|
||||
// TODO: Delete in next release
|
||||
@ -49,6 +49,8 @@ const extension_settings = {
|
||||
caption: {},
|
||||
expressions: {},
|
||||
dice: {},
|
||||
elevenlabstts: {},
|
||||
elevenlabstts: {},
|
||||
};
|
||||
|
||||
let modules = [];
|
||||
|
Reference in New Issue
Block a user