mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Persona: add None position, fix double insert on In-chat position
This commit is contained in:
@ -107,6 +107,7 @@ export const persona_description_positions = {
|
||||
TOP_AN: 2,
|
||||
BOTTOM_AN: 3,
|
||||
AT_DEPTH: 4,
|
||||
NONE: 9,
|
||||
};
|
||||
|
||||
let power_user = {
|
||||
|
Reference in New Issue
Block a user