Slash command to send a "neutral" message

This commit is contained in:
SillyLossy
2023-05-17 11:03:28 +03:00
parent 072d8edf52
commit a3e584a6e3
2 changed files with 27 additions and 1 deletions

View File

@ -236,7 +236,7 @@ let characters = [];
let this_chid;
let backgrounds = [];
const default_avatar = "img/ai4.png";
const system_avatar = "img/five.png";
export const system_avatar = "img/five.png";
export let CLIENT_VERSION = 'SillyTavern:UNKNOWN:Cohee#1207'; // For Horde header
let is_colab = false;
let is_checked_colab = false;