mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move character endpoints into their own module
This commit is contained in:
@ -153,6 +153,9 @@ const TEXTGEN_TYPES = {
|
||||
KOBOLDCPP: 'koboldcpp',
|
||||
};
|
||||
|
||||
const AVATAR_WIDTH = 400;
|
||||
const AVATAR_HEIGHT = 600;
|
||||
|
||||
module.exports = {
|
||||
DIRECTORIES,
|
||||
UNSAFE_EXTENSIONS,
|
||||
@ -160,4 +163,6 @@ module.exports = {
|
||||
PALM_SAFETY,
|
||||
TEXTGEN_TYPES,
|
||||
CHAT_COMPLETION_SOURCES,
|
||||
AVATAR_WIDTH,
|
||||
AVATAR_HEIGHT,
|
||||
};
|
||||
|
Reference in New Issue
Block a user