3412d1ce1f
adding option to cleanUpMessage() to not include the user prompt bias, and removing the user prompt bias from generateRaw() results.
2025-03-17 20:44:32 -06:00
c92ca8dbfb
Merge branch 'staging' into integrity
2025-03-18 01:51:07 +02:00
03d590415b
Merge pull request #3700 from SillyTavern/reasoning-template
...
Reasoning templates
2025-03-18 01:49:06 +02:00
4965ada785
Shorten the popup header text
2025-03-18 01:41:27 +02:00
785cacbcb6
Add migration of positional arguments
2025-03-18 01:39:23 +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
b1346910a4
Adjust reasoning template migration procedure
2025-03-18 00:47:20 +02:00
271c93a504
Rename DeepSeek template, add Blank reasoning template
2025-03-18 00:32:31 +02:00
6ff06ff04b
Use performFuzzySearch
2025-03-18 00:29:03 +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
058bddfe81
Merge pull request #3708 from SillyTavern/fix-swipes-reasoning
...
Fix deleting swipes overwriting reasoning
2025-03-17 23:53:36 +02:00
ca53323a08
Fix deleting swipes overwriting reasoning
...
- Well, someone forgot about syncing extras and mes data again....
- Built the oppositive function of `syncMesToSwipe`, so we can now call `syncSwipeToMes`
2025-03-17 20:59:08 +01:00
e7c9960a45
Fix
2025-03-18 02:15:13 +07:00
3f95f30a2b
Merge pull request #3706 from bmen25124/custom_request_chat_comp_url
...
Added "custom_url" to ChatCompletionService
2025-03-17 15:37:58 +02:00
1dade2970b
Reasoning keys
2025-03-17 20:21:11 +07:00
86de927ab9
Added "custom_url" to ChatCompletionService
2025-03-17 14:54:59 +03:00
fba2d809d0
Merge branch 'release' into staging
2025-03-17 09:47:11 +00:00
b01e2824be
Remove trim from /start-reply-with
2025-03-17 09:46:52 +00:00
40c3674da1
Update tl
2025-03-17 16:09:36 +07:00
df48428d1d
Merge pull request #3702 from SillyTavern/hotfix-pr-workflow-v2
...
Hotfix pr workflow v2
2025-03-16 23:46:11 +02:00
f245c48b17
Merge pull request #3701 from bmen25124/exports_for_chat_rebuild
...
New exported methods
2025-03-16 23:43:57 +02:00
c022858e5b
Fix structuredClone
2025-03-16 23:37:18 +02:00
0bdb131c22
Refine Docker CLI documentation
2025-03-16 23:25:42 +02:00
8dc66bd21b
Better WI type readability, fixed clone and type opeators.
2025-03-17 00:13:39 +03:00
111fa0dee5
Use older version of PR size labeler
2025-03-16 22:09:28 +01:00
d887eb2258
Revert "Fix PR workflow by chaining actions"
...
This reverts commit aacbc5b6db
.
2025-03-16 22:08:22 +01:00
1593951281
Cloned preset before using
2025-03-17 00:00:37 +03:00
cf2671c6d7
Merge branch 'staging' into reasoning-template
2025-03-16 22:51:28 +02:00
a8716d7c69
Merge branch 'release' into staging
2025-03-16 22:51:09 +02:00
ecfad12b59
Merge pull request #3699 from SillyTavern/hotfix-pr-workflow
...
Fix PR workflow by chaining actions
2025-03-16 22:50:52 +02:00
aacbc5b6db
Fix PR workflow by chaining actions
2025-03-16 21:48:50 +01:00
0e41db615e
New exports
2025-03-16 23:44:02 +03:00
d314752547
Add reasoning template to connection profiles
2025-03-16 22:39:43 +02:00
fa641e9946
Handle empty files in readFirstLine
2025-03-16 22:16:53 +02:00
8bd17de2f3
Invert conditions
2025-03-16 21:49:36 +02:00
5145e30be3
Don't bail early if empty token provided from UI
2025-03-16 21:45:07 +02:00
5fca39fae7
Fix force flag not being passed
2025-03-16 21:39:31 +02:00
5ab284f1f5
Merge branch 'staging' into integrity
2025-03-16 21:28:37 +02:00
8ec83fd5d9
Fix corruption due to this_chid shift ( #3669 )
...
* continue works same as swipe continued message isn't depth counted
* correct early-out check
* update regex depth setting tooltips for accuracy
* update max tooltip
* remove redundant check
* Fix corruption due to this_chid shift
Fixes #3667
* Unshallow current character on reload
* Allow -1 as a min depth value
* Use selectCharacterById, fix rename logic
* Remove pointless local variables
* Add 'switchMenu' param to selectCharacterById
---------
Co-authored-by: Reithan <bo122081@hotmail.com >
2025-03-16 19:14:27 +02:00
d42a81f97c
New connection manager events, ConnectionManagerRequestService ( #3603 )
2025-03-16 16:58:34 +02:00
62342b35e2
Reasoning template
2025-03-16 15:01:31 +02:00
46b9bb7854
Merge pull request #3695 from Succubyss/gpt_tokenizer_tweak
...
gpt-4.5 detection tweak
2025-03-16 02:42:55 +02:00
fff1dd59c3
minor 4.5 detection tweak
2025-03-15 19:27:42 -05:00
f88e95d9be
Merge branch 'release' into staging
2025-03-16 02:25:20 +02:00
248132dd89
Set debug level to unshallow warnings
2025-03-16 02:25:07 +02:00
400d29e97e
Add chat integrity check to saveChat
2025-03-16 02:24:20 +02:00
ead37defeb
Merge pull request #3694 from SillyTavern/workflow-hotfixes
...
Workflow hotfixes
2025-03-16 01:06:19 +02:00