d14b5e51a9
Added time to first token
2025-03-04 05:19:38 +03:00
5d255d758e
Merge pull request #3606 from SillyTavern/reasoning-continue-fix
...
Fix continue duplicating reasoning block
2025-03-04 00:56:07 +02:00
7be6e0d5af
Fix continue duplicating reasoning block
2025-03-04 00:42:50 +02:00
7d568dd4e0
Generic generate methods ( #3566 )
...
* sendOpenAIRequest/getTextGenGenerationData methods are improved, now it can use custom API, instead of active ones
* Added missing model param
* Removed unnecessary variable
* active_oai_settings -> settings
* settings -> textgenerationwebui_settings
* Better presetToSettings names, simpler settings name in getTextGenGenerationData,
* Removed unused jailbreak_system
* Reverted most core changes, new custom-request.js file
* Forced stream to false, removed duplicate method, exported settingsToUpdate
* Rewrite typedefs to define props one by one
* Added extractData param for simplicity
* Fixed typehints
* Fixed typehints (again)
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com >
2025-03-03 10:30:20 +02:00
0088333ebf
WI: Fix adding empty text to recursion buffer
2025-03-03 00:05:35 +02:00
c9ebea1d0a
Merge pull request #3590 from SillyTavern/update-libs
...
Update third-party dependencies
2025-03-02 23:35:56 +02:00
59ee2e1302
Merge pull request #3596 from Tosd0/staging
...
zh-CN translation
2025-03-02 23:30:15 +02:00
074f54d995
Unhide nsigma for kobocpp
2025-03-02 23:04:18 +02:00
155956f45b
Merge pull request #3593 from SillyTavern/tc-missing-samplers-on-restore
...
Add missing samplers to TC restore preset
2025-03-02 23:02:20 +02:00
5ecfbf3933
Fix element id for nsigma
2025-03-02 23:01:34 +02:00
b1acfec825
Supplemented translations
2025-03-02 16:44:53 +08:00
6e6d1b24eb
Delete unused i18n keys
2025-03-02 16:33:54 +08:00
6e15e4875d
Update i18n keys in other languages due to changes in index.html
2025-03-02 16:31:40 +08:00
0a89d9ca6f
zh-CN translation
2025-03-02 15:28:46 +08:00
810d954d12
Add missing samplers to TC restore preset
2025-03-02 00:26:47 +01:00
64e1fd5f71
Merge pull request #3592 from qvink/specify_api_for_preset_list
...
Allow specifying API in presetManager.getPresetList()
2025-03-02 01:07:03 +02:00
590ad6235b
Merge pull request #3586 from DAurielS/novelai-image-update
...
Added support for NovelAI Diffusion V4 Full via API to Image Generation extension.
2025-03-02 01:05:35 +02:00
696a999238
Merge pull request #3591 from SillyTavern/revert-3587-fix-miscounted-messages-on-generate-and-swipe
...
Revert "Account for generated depth on non-continue"
2025-03-02 00:56:07 +02:00
7522fa2e79
Revert "Account for generated depth on non-continue"
2025-03-02 00:55:52 +02:00
ede9f242af
Allow specifying API in presetManager.getPresetList()
2025-03-01 15:54:18 -07:00
3a2d29b5cb
Responding to PR change reviews
2025-03-01 17:21:11 -04:00
f1f7a14349
Merge pull request #3578 from SillyTavern/whitelist-hosts
...
Whitelist Docker hosts
2025-03-01 21:44:22 +02:00
108d9fd74f
docker-compose.yml improvements
...
1. Enable colorized console outputs
2. Set node environment to production
2025-03-01 21:16:28 +02:00
4c242fefe8
More concise startup logs
2025-03-01 21:07:12 +02:00
55a295f827
Remove version specification from docker-compose.yml
2025-03-01 21:03:53 +02:00
a161118308
Execute postinstall in docker entrypoint
2025-03-01 21:03:48 +02:00
947a307b25
Update function comment
2025-03-01 20:25:55 +02:00
61132dd7b9
Set default for whitelistDockerHosts to true
2025-03-01 20:25:00 +02:00
1d995fb92d
Rewrite to only consider Docker
2025-03-01 20:22:33 +02:00
8aa7ed8635
Rewrite whitelist resolve logic to skip unresolved hosts from whitelist
2025-03-01 19:57:36 +02:00
68db63b629
Merge branch 'staging' into whitelist-hosts
2025-03-01 19:44:49 +02:00
743f07167c
Update third-party dependencies
2025-03-01 19:38:21 +02:00
b95dd04fbe
Merge pull request #3585 from SillyTavern/chalk-lib
...
Use chalk lib for console colorization
2025-03-01 19:04:31 +02:00
afdf56ce68
Merge pull request #3587 from Reithan/fix-miscounted-messages-on-generate-and-swipe
2025-03-01 15:59:16 +02:00
0bedb6e0ff
Autoformat
2025-03-01 05:49:18 -08:00
ccd6a1631a
Account for generated depth on non-continue
2025-03-01 05:48:11 -08:00
661b84033f
Don't use String constructor in calculateDataSize
2025-03-01 14:30:48 +02:00
45d8cac5a9
Fix /go command
2025-03-01 14:30:18 +02:00
8271bf36c7
Updated the processReply method to NOT remove pipe | or hash # characters when the selected model is nai-diffusion-v4 curated or full.
2025-03-01 02:06:26 -04:00
d788c2fbb5
Added support for NovelAI Diffusion V4 Full via API to Image Generation extension.
2025-03-01 01:30:42 -04:00
8a750c6341
Restore chosen AllTalk version on load
2025-03-01 01:33:39 +02:00
868e97804a
Use chalk lib for console colorization
2025-03-01 00:56:50 +02:00
63b95ef504
Add i18n attr for deprecation notice
2025-03-01 00:52:53 +02:00
385ef46a2b
Add deprecation warning for Extras API in extensions pane
2025-03-01 00:52:26 +02:00
7e8471f28f
Enhance logging for resolved whitelist hostnames with color formatting
2025-03-01 00:30:00 +02:00
8fded75069
Merge branch 'staging' into whitelist-hosts
2025-03-01 00:04:47 +02:00
969156d819
Merge pull request #3584 from SillyTavern/chid-unify-type
...
Always use string for this_chid
2025-03-01 00:04:21 +02:00
639c0235f9
Handle 'object' case as indexOf
2025-02-28 23:37:35 +02:00
284bac9b49
Add type of this_chid
2025-02-28 22:51:34 +02:00
af5e9aa518
Fix shift-click in bulk for first in list
2025-02-28 22:44:10 +02:00