mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Set any char as assistant. Rework welcome prompt
This commit is contained in:
@ -1970,7 +1970,7 @@ export async function initPersonas() {
|
||||
|
||||
$('#char_connections_button').on('click', showCharConnections);
|
||||
|
||||
eventSource.on('charManagementDropdown', (target) => {
|
||||
eventSource.on(event_types.CHARACTER_MANAGEMENT_DROPDOWN, (target) => {
|
||||
if (target === 'convert_to_persona') {
|
||||
convertCharacterToPersona();
|
||||
}
|
||||
|
Reference in New Issue
Block a user