586ce36167
Merge pull request #3868 from YunZLu/staging
...
Fix Edge Browser TTS Compatibility
2025-04-19 01:15:14 +03:00
9d8283e4c7
Fix assets_menu selector
2025-04-18 22:42:12 +03:00
352a8c3c97
Fix TTS provider settings
...
Fixes #3877
2025-04-18 22:03:17 +03:00
e0b7c9ef4c
Fixed image viewing capabilities and added option for caption extension
2025-04-17 17:34:35 -04:00
41c2dd16f2
fix(eslint): resolve no-trailing-spaces error
2025-04-18 04:12:37 +08:00
d7cc70256a
cleaned all redundant comments
2025-04-18 03:58:04 +08:00
d511875db9
Fix Edge Browser TTS Compatibility
...
Edge-compatible fallback for empty Web Speech voice lists
2025-04-17 19:46:49 +08:00
7b2f1f7c7a
Add o3 and o4-mini
2025-04-16 23:12:40 +03:00
07fb92b37d
Added vector secondary url placeholder example
2025-04-16 17:39:29 +05:00
f8bccb472f
Adjusted naming and validation
2025-04-16 17:34:58 +05:00
bfe50403af
Forgot semicolons
2025-04-16 16:45:01 +05:00
5cf3198da1
Added option to use secondary API URL in vector extension
2025-04-16 16:04:33 +05:00
36e3627705
gpt-4.1
2025-04-14 20:54:18 +03:00
78bda9954d
Increase maximum injection depth and WI order ( #3800 )
2025-04-13 21:31:57 +03:00
91fc50b82d
Merge branch 'staging' into gork-ai
2025-04-11 21:15:54 +03:00
0c4c86ef06
Add xAI for image generation extension
2025-04-11 20:32:06 +03:00
fc5e0563ba
Added ability to override request payload
2025-04-11 19:07:00 +03:00
17cdc78a91
Add xAI for image captioning
2025-04-11 19:05:03 +03:00
4736f533a5
Added proxy support to ChatCompletionService
2025-04-11 19:04:32 +03:00
df7c2226f6
Fix Gemini captioning
2025-04-06 13:31:16 +03:00
70fe5b6e01
Add Gemini embedding model for vector storage
2025-04-01 21:42:26 +03:00
80e821d12d
Add support for KoboldCpp embeddings in Vector Storage ( #3795 )
...
* Add support for KoboldCpp embeddings in vector processing
* Add validation for KoboldCpp embeddings to handle empty data
* Improve toast handling
2025-04-01 21:21:29 +03:00
50b2eeb61f
Added api check for ConnectionManagerRequestService.handleDropdown
2025-04-01 04:39:41 +03:00
65a6e428d1
Improve tilde code blocks in message formatting and TTS processing
2025-03-30 13:25:15 +03:00
68c572f2eb
Merge branch 'staging' into custom_request_stop_string_cleanup
2025-03-27 22:41:11 +02:00
2a31f6af2d
Remove Block Entropy references
...
Block Entropy shut down their service at the end of 2024.
2025-03-28 00:47:30 +09:00
972b1e5fa7
Fixed variable naming, better jsdoc
2025-03-26 23:30:09 +03:00
a7d48b1aed
Added overridable instruct settings, removed macro override
2025-03-26 23:21:48 +03:00
f4eb32c71c
Merge pull request #3760 from SillyTavern/feat/expressions-none-default-option
...
Add 'none' expression classifier API option and set as default
2025-03-26 11:10:13 +02:00
b96bed7240
chore: make layer updates exportable
2025-03-25 20:09:48 -05:00
cbfc1f7a0e
Add 'none' classifier API option and set as default
...
Introduces a no-op API selection to disable expression classification
Shows warnings when no valid API is selected to prevent silent failures
Updates migration logic and settings UI to use new default value
This allows users to explicitly opt-out of automatic expression detection
while maintaining backwards compatibility with existing configurations
2025-03-26 01:50:26 +01:00
264d77414a
Gemini 2.5 Pro
2025-03-25 21:21:23 +02:00
d70c346b12
Expression API on new install defaults to 'local'
2025-03-25 05:17:06 +01:00
ec474f5571
Added stream support to "custom-request"
2025-03-21 20:44:09 +03:00
0af4a3ebd7
Fix unfixable lints
2025-03-19 21:10:42 +02:00
20cdcc37fc
Fix fixable lints
2025-03-19 20:00:33 +02:00
6bfa54e9b4
Merge pull request #3725 from SillyTavern/feat/expressions-filter-available
...
Adds filtering to expressions to ignore labels that do not have sprites available
2025-03-19 19:18:02 +02:00
f5ecd1fa5f
Reduce warning level to debug
2025-03-19 19:15:07 +02:00
2e936e804a
Fix default value for filter argument
2025-03-19 10:17:08 +01:00
d5d3516e18
Merge pull request #3724 from SillyTavern/fix/expressions-upload-new
...
Fix not being able to upload sprite when no sprite existed for an expression
2025-03-19 09:51:45 +02:00
a8899f7d81
Clean reasoning from classify response
...
- If a reasoning model is used (via LLM, or R1 distill via webLLM), it'll likely return reasoning. That should not be used for the search of classification inside the response
2025-03-19 03:30:53 +01:00
5a6058d319
Adds sprite-based filtering for expressions
...
- Functionality only available for LLM/webLLM
- New toggle to filter expressions on availalbe sprites
- `getExpressionsList` filters cached expressions when checked (using sprite folder name/override)
- `/expression-list` slash command has "filter" arg to filter list
- `/expression-classify` slash command has "filter" arg now, to use filtered list for classification
- `getExpressionLabel` uses filtered expressions when LLM/webLLM
2025-03-19 03:06:50 +01:00
0be952b9a0
Fix sprite upload on empty expression
...
- When no sprite was defined before, it falsely tried to derive the filename from the existing filename when "allow multiple" was not enabled. It now correctly just utilizes the expression name, not relying on filename anymore.
2025-03-19 02:17:17 +01:00
b6c1c9a40d
MistralAI: Add new models
2025-03-18 19:53:02 +02:00
03d590415b
Merge pull request #3700 from SillyTavern/reasoning-template
...
Reasoning templates
2025-03-18 01:49:06 +02:00
cbb69adf53
Merge pull request #3709 from SillyTavern/fix-expression-override-display
...
Fix Expression Override not resetting if empty
2025-03-18 01:05:58 +02:00
b3406f8abf
Merge branch 'release' into staging
2025-03-18 00:59:15 +02:00
594a3720ad
Fix TTS
2025-03-18 00:59:04 +02:00
5585220d0a
Fix Expression Override not resetting if empty
...
- When switching chars, override field gets correctly loaded. The display value won't be reset when the override was empty. This was likely unintended.
2025-03-17 23:23:58 +01:00
49949f2f8e
Merge pull request #3705 from Yokayo/staging
...
Update ru-ru translation
2025-03-18 00:01:15 +02:00