1104 Commits

Author SHA1 Message Date
Wolfsblvt
7b576c8067 Tooltips for instruct mode toggles 2024-09-01 22:39:22 +02:00
Cohee
e3b62523ea Remove  s 2024-09-01 23:34:45 +03:00
Cohee
d5bc889d0e Add standout header to context formatting 2024-09-01 22:43:45 +03:00
Cohee
55e9f0174f Remove example chats concept 2024-09-01 20:14:50 +03:00
Cohee
6457532abf Remove length limits from most fields 2024-09-01 20:10:45 +03:00
Cohee
242590176f Remove length limit from NMdS 2024-09-01 20:02:05 +03:00
Cohee
0951ecc5b3 Fix i18n 2024-09-01 20:00:14 +03:00
Cohee
6ba10fff06 Remove <hr>s before standout headers 2024-09-01 19:42:39 +03:00
Cohee
c21f59ca7a Merge branch 'staging' into contentEditablew-AF-Panel 2024-09-01 19:34:18 +03:00
issues-opener
61ba761c0c
Fix index.html World pin tooltip
In "Worlds/Lorebooks", prevent the pin/lock's tooltip to appear when hovering the question mark link to documentation.
2024-09-01 18:04:10 +02:00
Cohee
7c6e10293c Replace i18n label 2024-09-01 18:13:21 +03:00
Cohee
6a81e2affb Add missing tokenizers 2024-09-01 18:10:24 +03:00
Cohee
2b2a29554d Clean-up HTML 2024-09-01 17:56:18 +03:00
Cohee
ff00b2c00a Fix i18n 2024-09-01 17:46:19 +03:00
Cohee
d52055f707 Centerify icon rows, fix i18n 2024-09-01 17:44:46 +03:00
RossAscends
9e63682386 Merge branch 'contentEditablew-AF-Panel' of https://github.com/sillytavern/sillytavern into pr/Cohee1207/2711 2024-09-01 23:29:36 +09:00
RossAscends
b10b28c5c8 tooltip for custom stop string format 2024-09-01 23:29:34 +09:00
Cohee
f1f254cadf Remove contenteditable from input 2024-09-01 17:17:18 +03:00
Cohee
2447a11d5c Un-newbie some buttons 2024-09-01 17:15:45 +03:00
RossAscends
127a46e420 Merge branch 'staging' into pr/Cohee1207/2711 2024-09-01 19:56:42 +09:00
RossAscends
93bfe7f40b buttonify instruct header toggles, style instruct columns when disabled 2024-09-01 19:51:30 +09:00
RossAscends
3ed198deb7 header-ify custom stop strings and tokenizer sections 2024-09-01 18:43:26 +09:00
RossAscends
b835a4c47b activation regex before sys prompt, template save text to sequences header 2024-09-01 13:47:23 +09:00
RossAscends
174c178485 Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging 2024-09-01 12:01:55 +09:00
RossAscends
627e44ba49 improve tooltip for Tabby Banned tokens sampler (incl. banned strings help text) 2024-09-01 12:01:52 +09:00
Cohee
ae2d0f04ed Add XTC for koboldcpp 2024-08-31 20:18:51 +03:00
Cohee
4dbed09505 Merge branch 'staging' into feat/xtc 2024-08-31 20:03:46 +03:00
Cohee
367ae81251
Merge pull request #2735 from toastli/patch-1
Change interactive widget to resizes content.
2024-08-31 03:40:54 +03:00
Cohee
f155b83792 Cohere: new cmd-r models 2024-08-30 20:00:42 +03:00
Cohee
e6021bda1c
Merge pull request #2726 from imesha10/staging
Remove Claude user message filler limit
2024-08-30 01:13:28 +03:00
toastli
7c418888de
Change interactive widget to resizes content.
Prevents chrome on android from sliding up the entire viewport and instead resizes
2024-08-29 19:47:19 +10:00
Cohee
07a6e1aa53
Merge pull request #2708 from Yokayo/staging
Update ru-ru translation
2024-08-28 21:23:45 +03:00
Cohee
c3a253baf3 Persona: add None position, fix double insert on In-chat position 2024-08-28 21:08:32 +03:00
M0cho
268aeb0ae5 Support gemini-1.5-exp-0827 2024-08-28 08:24:04 +09:00
Imesha Maldeniya
4525061814
Update index.html - Fixed claude system prompt character limit
Removed the maxlength property for the textarea.
2024-08-27 18:09:52 -04:00
Cohee
3da79ebcff Patch showdown for span nesting limit
Closes #2722 #2714
2024-08-27 10:39:45 +00:00
Cohee
5fc16a2474 New AI21 Jamba + tokenizer 2024-08-26 12:07:36 +03:00
RossAscends
64d3ed4680 Merge branch 'staging' into pr/Cohee1207/2711 2024-08-26 06:48:00 +09:00
Yokayo
383d46fe4d Work on tl 2024-08-26 01:39:56 +07:00
Cohee
94d4fcc651 UX: Increase font scale slider range 2024-08-24 22:59:01 +03:00
honey-tree
a276dbdd44
Implements max recursion depth for lorebooks (#2698)
* Include slider for Max Recursion Depth

* Implement Behavior for Max Recursion Depth

* Title message correction

* Disabling min activations when max recursion depth is disabled and vice versa

* Feature renamed to Max Recursion Steps

* Added warnings that min activations and max recursion steps disable each other

* Revert "Added warnings that min activations and max recursion steps disable each other"

This reverts commit 8c7efd09c5d126372edd529f9537611fec4b59df.

* Revert "Feature renamed to Max Recursion Steps"

This reverts commit f043fe6b60693339a8270f148a7cb98f252ea592.

* Revert "Disabling min activations when max recursion depth is disabled and vice versa"

This reverts commit a3a28874bf16a8ee4162c2036efbdae736b076b5.

* Renames the feature to Max Recursion Steps and disables it when Min Activations are enabled

* Combine info-warnings, log stop condition

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-08-23 21:34:18 +03:00
Cohee
06e3d5f8de Rename MakerSuite => AI Studio 2024-08-21 21:00:17 +03:00
Wolfsblvt
550feddf82 Improve WI Character Filter description 2024-08-19 23:37:10 +02:00
Cohee
d77363cd7c Merge branch 'staging' into feat/xtc 2024-08-19 21:35:35 +03:00
Vitor Lima
60e735102f
XTC Threshold -> Threshold
Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2024-08-19 03:24:00 -03:00
Vitor Lima
ec13405f64
XTC Probability -> Probability
Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2024-08-19 03:23:45 -03:00
Vitor Lima
c1c2923bd5
Fix description
Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2024-08-19 03:21:29 -03:00
Vitor Lima
3070947ddc
Update public/index.html
Fix name

Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2024-08-19 03:20:54 -03:00
Vitor
e28257096a added xtc parameter for ooba 2024-08-19 01:32:45 -03:00
Wolfsblvt
484d2b59ac Add schmoggle for auto select input 2024-08-18 03:38:07 +02:00