Commit Graph

5898 Commits

Author SHA1 Message Date
644b988b74 chat-templates: reorder by version and add missing template 2025-05-12 14:26:18 +09:00
420d568cd3 Pollinations - Text (#3985)
* [wip] Pollinations for text

* Implement generate API request

* Determine Pollinations model tools via models list

* Add Pollinations option to /model command

* Add Pollinations support to caption

* Update link to pollinations site

* Fix type errors in openai.js

* Fix API connection test to use AbortController for request cancellation

* Remove hard coded list of pollinations vision models

* Remove openai-audio from captioning models
2025-05-11 20:14:11 +03:00
09f2b2f731 Handle unknown chat completion sources gracefully by logging an error and returning an empty string 2025-05-11 11:09:15 +03:00
fc1020a8e4 Refactor sequence breaker parsing in getTextGenGenerationData function 2025-05-11 11:07:13 +03:00
2aa5addb1d Mancer parameters:
- Add XTC
- Add DRY
- Remove Mirostat
2025-05-10 19:04:32 -04:00
44b7a09cb6 Prompt Manager: add source display of pulled prompts (#3981)
* Prompt Manager: add source display of pulled prompts

* Fix copilot comments
2025-05-10 16:28:18 +03:00
cc75768668 Actual copy and paste
Turns out the doc is already alphabetized but with dead providers moved to the top, so I didn't have to alphabetize the whole list and manually remove the dead ones.
2025-05-10 05:42:15 -05:00
c7963d683f Update and alphabetize OpenRouter providers list 2025-05-09 23:41:19 -05:00
aef005007f Do not remove data URI prefix from llamacpp caption requests 2025-05-09 23:23:34 +03:00
8a4da487dd llamacpp: use generic CC endpoint for captioning 2025-05-09 22:33:25 +03:00
c6a64d8526 xAI: fix model not saving to presets 2025-05-09 00:24:36 +03:00
b71b94d410 Merge pull request #3964 from SillyTavern/click-to-edit
Decouple "click to edit" from document mode
2025-05-07 23:29:06 +03:00
fa8ea7c60d mistral-medium-2505 2025-05-07 20:09:56 +03:00
7a4d6ecfde Migrate old preference for "click to edit" setting based on chat display style 2025-05-07 11:12:41 +00:00
5c027634ff Merge pull request #3961 from DocShotgun/staging 2025-05-07 00:32:48 +03:00
3be991591f Remove special handling of nsigma for llama.cpp
* 0 now changed to disable/no-op upstream
2025-05-06 14:11:00 -07:00
5e31a21d8d Decouple "click to edit" from document mode 2025-05-06 22:02:20 +03:00
4a5d0df92f Translate nsigma 0 to -1 to disable for llama.cpp 2025-05-06 09:31:55 -07:00
edb9702055 Add support for gemini-2.5-pro-preview-05-06 2025-05-07 00:29:26 +08:00
bf8b3b5013 Remove tfs_z alias for llama.cpp
* This sampler is no longer supported in llama.cpp
2025-05-06 00:39:25 -07:00
bf66a39579 Update llama.cpp textgen settings
* Add min_keep, a llama.cpp-exclusive setting for constraining the effect of truncation samplers
* Enable nsigma for llama.cpp, and add llama.cpp alias top_n_sigma, add nsigma to the llama.cpp sampler order block
* Allow a negative value of nsigma as this represents 'disabled' in llama.cpp (while 0 is deterministic)
* Remove tfs and top_a as these are not supported by llama.cpp (tfs was removed, and top_a was never supported)
* Correct the identification string for typical_p in the llama.cpp sampler order block
* Add penalties to the llama.cpp sampler order block
2025-05-06 00:32:29 -07:00
6625e4036e Add clipboard script commands
Closes #3958
2025-05-05 21:58:06 +03:00
fc43ae3891 Merge branch 'staging' into pin-styles 2025-05-04 23:06:19 +03:00
573ada296e Merge branch 'staging' into ffmpeg-videobg 2025-05-04 22:05:15 +03:00
636ecef28a Merge pull request #3953 from Samueras/release 2025-05-04 20:55:23 +03:00
f0fbd7e3d4 added swipe left and right to st-context
Added swipe_right and swipe_left to st-context as a swipe group.
2025-05-04 18:17:44 +02:00
ca29de4704 Add style pin feature for greeting messages 2025-05-04 17:48:36 +03:00
bb9fe64652 Merge pull request #3930 from Yokayo/staging
Update ru-ru translation
2025-05-04 14:10:12 +03:00
4e0685f998 Revert comment 2025-05-04 14:05:44 +03:00
27f2fac916 Export swipe_right in public/script.js and add swipe_right to getContext in st-context.js 2025-05-04 11:59:17 +02:00
1e57342639 Use objects for pagination select creation 2025-05-04 12:56:23 +03:00
b25322b844 Merge pull request #3933 from SillyTavern/feat/ext-installer-branch
Add branch selection on extension installer
2025-05-04 12:35:05 +03:00
a122109e0c Add new model option 'embed-v4.0' to Cohere vectorization settings
Closes #3951
2025-05-04 12:26:44 +03:00
b9383ace1e eslint fixes 2 2025-05-03 18:16:02 +07:00
e27fca6628 eslint fixes 2025-05-03 18:14:26 +07:00
1822c4f91b More work on tl 2025-05-03 18:12:18 +07:00
Cal
c677f0324a Add argument to command 2025-05-01 15:16:51 -06:00
a089727591 Extract templates, replace pagination format 2025-05-01 17:46:02 +03:00
63b48b9211 Log a warning on an unknown input type 2025-04-30 22:58:43 +03:00
ef59afcec1 Specify tag support in messaging 2025-04-30 22:56:35 +03:00
999a43b2e5 Merge branch 'staging' into feat/ext-installer-branch 2025-04-30 22:35:01 +03:00
8c42de7565 Merge branch 'staging' into tc-phi 2025-04-30 21:04:36 +03:00
98e96b8c07 Check for error as well when parsing streaming responses 2025-04-30 21:23:13 +08:00
a5d63b064a Merge pull request #3928 from BismuthGlass/feature/regex-test-match
Add both `test` and `match` regex commands
2025-04-29 21:44:17 +03:00
6aeced98a6 Prefer const. I love const 2025-04-29 21:22:51 +03:00
6cb1eb3fe6 Change return to empty string on no single match 2025-04-29 15:21:45 +01:00
e4d389a5b6 eslint fix 2025-04-29 17:24:49 +07:00
7eb23a2fcc Work on tl 2025-04-29 17:23:18 +07:00
db67633af6 Merge branch 'SillyTavern:staging' into staging 2025-04-29 17:16:15 +07:00
0cd0ce2374 Fix example formatting on /replace 2025-04-29 06:38:30 +01:00