Commit Graph

9726 Commits

Author SHA1 Message Date
a8b5f8a95f Add /css-var slash command
- Add /css-var slash command to set CSS variables on some elements
- Update gallery div id to something actually unique ("#draggable_gallery")
2025-01-09 18:37:50 +01:00
45e7edc9b8 formatting 2025-01-09 07:35:17 -08:00
874127a4f9 lint 2025-01-09 07:30:50 -08:00
d177314676 formatting 2025-01-09 07:30:22 -08:00
bab4f21056 added dns checking 2025-01-09 07:29:37 -08:00
188a043967 started adding dns checking 2025-01-09 04:12:02 -08:00
5e881e5944 Fix chat comp label wrapping on non-chrome
- Fixes #3280
- No one noticed, because on Chrome it works, eh
2025-01-09 03:48:04 +01:00
23779fe565 Merge branch 'release' into staging 2025-01-08 21:20:50 +02:00
d1f1299d43 Merge pull request #3275 from erew123/release
Correct skipping RVC on AllTalk V1 Server
2025-01-08 21:20:36 +02:00
126e4fa698 Display additional images in expression list
- Update Expressions List to display additional images per expression
- Make additional images appear visually distinct
- Fix small issues with custom labels not always being shown
- Add tooltip on all expression images
- Modify /api/sprites/get endpoint to correctly parse the label from filenames that might be additional files
2025-01-08 01:20:25 +01:00
2b3e44cca3 Clear custom model selection on loading presets 2025-01-08 02:06:29 +02:00
5ea8309a30 Change check from ! not to is == V2 2025-01-08 00:01:36 +00:00
1557dec2bc Revert "Don't auto-select custom model to the first model in the list"
This reverts commit d791b54528.
2025-01-08 01:46:31 +02:00
de8ecc6903 Correct skipping RVC on AllTalk V1 Server
Silly bug that caused the extension when used with the legacy V1 AllTalk server, would cause it to skip downloading Narrator voices.

Literally changed "v2" to "v1" on line 391

No other changes.
2025-01-07 23:20:53 +00:00
5b37d22e2d Merge pull request #3274 from SillyTavern/search-term-empty-folders
Search term search will show empty folders too
2025-01-07 22:21:43 +02:00
7b5baad5cd Search term search will show empty folders too
- Char list did hide folders with 0 sub entities inside. This also applied to any search being done. Now when searching, if a tag/folder matches, it is shown, even if the chars inside don't match. Before that, it was not possible to "search" for tags without the "Advanced Character Search" enabled
2025-01-07 20:54:52 +01:00
d791b54528 Don't auto-select custom model to the first model in the list 2025-01-07 20:39:35 +02:00
49fb2f4d79 Declare compiler in the inner scope #3272 2025-01-07 20:24:57 +02:00
41a0d6919f Merge pull request #3273 from cierru/force_chid_in_generate_quite_prompt
Add the option to specify a character for generateQuietPrompt
2025-01-07 20:18:56 +02:00
68d8d322a9 Clarify comment regarding groups 2025-01-07 20:15:35 +02:00
d7b3a56c3d chore: await before returning 2025-01-07 20:07:41 +02:00
81841ca2a6 WebLLM: use current tokenizer if not available 2025-01-07 20:01:59 +02:00
5af7852465 Null Webpack compiler after run
Fixes #3272
2025-01-07 19:54:31 +02:00
57d6938d6c Added the force_chid parameter to the generateQuietPrompt function 2025-01-07 17:54:23 +05:00
d4f23de003 fix toasts and final char selection 2025-01-06 22:41:32 +01:00
c22ed52c72 fix function name, and minor fixes 2025-01-06 21:49:02 +01:00
6029b51f7e Merge pull request #3265 from SillyTavern/fix-bogus-sorting
Folders should not be sorted in the char list
2025-01-06 19:34:46 +02:00
8bc515c6a1 Merge branch 'staging' into fix-bogus-sorting 2025-01-06 19:26:22 +02:00
f91e1b3d2f Merge pull request #3271 from tincansimagine/geminifeat2
Fix: Ensure "OFF" safety settings are applied to gemini-2.0-flash-exp for unfiltered responses
2025-01-06 19:25:45 +02:00
b66c4d7206 Merge branch 'staging' into geminifeat2 2025-01-06 19:20:58 +02:00
9062b6bc4d Whitespace clean-up 2025-01-06 19:20:04 +02:00
0f03dcfc0f Merge pull request #3269 from fizzAI/patch-1
Change Gemini system instruction parameter key to `systemInstruction`
2025-01-06 19:19:03 +02:00
2103e6238c Fix: Apply OFF safety settings for gemini-2.0-flash-exp model 2025-01-07 02:17:09 +09:00
b6e7f4f493 Change Gemini system instruction parameter key to systemInstruction
Refer to https://github.com/googleapis/python-genai/blob/main/google/genai/models.py#L772, it seems like both work(?) but this is probably the more correct option if the newer library is using it
2025-01-06 11:44:11 -05:00
d13ec29158 Merge pull request #3264 from SillyTavern/backup-config-reorg
Reorganize backup configs
2025-01-06 10:58:23 +02:00
96cd683d0e added tag import back into importCharacter 2025-01-06 00:30:15 +01:00
c7cbeed9bb speed up char import by postponing tag import 2025-01-05 22:36:10 +01:00
9264008766 Folders should not be sorted in the char list
- Folders respect the chosen sorting of the "Tag Management"
- They will still always be displayed on top
- They will now not follow any chosen list sorting, so do not get changed based on alphabetical sorting of the char list
2025-01-05 20:27:20 +01:00
9db9c5c9ca Reorganize backup configs 2025-01-05 16:03:52 +02:00
efa80267f6 Update 2025-01-05 10:19:55 +08:00
989f5a8692 Image Gen: don't generate a new swipe seed if already using a random seed 2025-01-05 00:49:23 +02:00
8623d1198d Add thumbnail dimensions to config (#3262)
* Add thumbnail dimensions to config

* Fix default value for thumbnails.enabled

* Update comment for thumbnail recreation instructions in config.yaml

* Lint config values

* Verify config size > 0

* More config lint
2025-01-05 00:38:50 +02:00
e75d03fea9 Fix lint 2025-01-04 16:23:21 +02:00
48be0ceb16 Use named constants 2025-01-04 16:23:21 +02:00
0e3ff1699a Merge pull request #3226 from BPplays/ipv6_auto
Automatically detect what IP versions are available and use them
2025-01-04 16:22:53 +02:00
7f5dc72161 Fix user settings doc link 2025-01-04 16:02:09 +02:00
5a617f60f5 Merge pull request #3261 from underscorex86/patch-2
Update inclusion-group tooltip doc site link
2025-01-04 15:49:50 +02:00
18243fe879 Update inclusion-group tooltip doc site link 2025-01-04 17:18:16 +04:00
446a9adcf1 Update readme-zh_tw.md (#3259)
* Update readme-zh_tw.md

- Complete punctuation and remove redundant words
- Make minor adjustments to phrasing to align with traditional Chinese (Taiwan) usage conventions

* Update readme-zh_tw.md

* Update readme-zh_tw.md

* Update readme-zh_tw.md
2025-01-04 14:18:46 +02:00
7fdeeb0fae Merge pull request #3258 from RivelleDays/i18n
Fix i18n Issues & Update zh-TW Translation
2025-01-04 14:17:44 +02:00