Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-15 00:26:52 +03:00
10 changed files with 276 additions and 81 deletions

View File

@ -271,8 +271,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',