Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -61,7 +61,7 @@ avoidLocalhost: false
|
|
61 |
# Disable thumbnail generation
|
62 |
disableThumbnails: false
|
63 |
# Thumbnail quality (0-100)
|
64 |
-
thumbnailsQuality:
|
65 |
# Generate avatar thumbnails as PNG instead of JPG (preserves transparency but increases filesize by about 100%)
|
66 |
# Changing this only affects new thumbnails. To recreate the old ones, clear out your ST/thumbnails/ folder.
|
67 |
avatarThumbnailsPng: false
|
@@ -138,4 +138,4 @@ claude:
|
|
138 |
# Otherwise, you'll just waste money on cache misses.
|
139 |
enableSystemPromptCache: false
|
140 |
# -- SERVER PLUGIN CONFIGURATION --
|
141 |
-
enableServerPlugins:
|
|
|
61 |
# Disable thumbnail generation
|
62 |
disableThumbnails: false
|
63 |
# Thumbnail quality (0-100)
|
64 |
+
thumbnailsQuality: 88
|
65 |
# Generate avatar thumbnails as PNG instead of JPG (preserves transparency but increases filesize by about 100%)
|
66 |
# Changing this only affects new thumbnails. To recreate the old ones, clear out your ST/thumbnails/ folder.
|
67 |
avatarThumbnailsPng: false
|
|
|
138 |
# Otherwise, you'll just waste money on cache misses.
|
139 |
enableSystemPromptCache: false
|
140 |
# -- SERVER PLUGIN CONFIGURATION --
|
141 |
+
enableServerPlugins: false
|