diff --git a/public/index.html b/public/index.html index a4d645bf0..6aa1b6882 100644 --- a/public/index.html +++ b/public/index.html @@ -3833,7 +3833,7 @@ Prefer Char. Jailbreak - + Never resize avatars diff --git a/src/constants.js b/src/constants.js index 918374eab..e7831bf48 100644 --- a/src/constants.js +++ b/src/constants.js @@ -243,8 +243,8 @@ const OLLAMA_KEYS = [ 'mirostat_eta', ]; -const AVATAR_WIDTH = 400; -const AVATAR_HEIGHT = 600; +const AVATAR_WIDTH = 512; +const AVATAR_HEIGHT = 768; const OPENROUTER_HEADERS = { 'HTTP-Referer': 'https://sillytavern.app',