Increase default avatar size 400x600 => 512x768

This commit is contained in:
Cohee
2024-04-14 17:36:48 +03:00
parent 33c6f34f6c
commit 9cb777a4e9
2 changed files with 3 additions and 3 deletions

View File

@ -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',