Commit Graph

5827 Commits

Author SHA1 Message Date
Cohee c77c3d8f37 Extend quiet effect in /model 2024-09-07 13:36:21 +03:00
Cohee 4cd025cd7a Extend quiet effect in /model 2024-09-07 13:30:26 +03:00
Cohee e77f5a1c93 Set api-url with connection-manager 2024-09-07 13:24:56 +03:00
Cohee f4da527d95 Merge branch 'staging' into connection-manager 2024-09-07 13:11:03 +03:00
Cohee ed115d4e11 Add quiet argument to /api-url 2024-09-07 13:09:10 +03:00
Cohee b4948ec842
Merge pull request #2799 from SillyTavern/bg-menu-title 2024-09-07 12:07:04 +03:00
Wolfsblvt 59fe361fa6 Update AI Horde links 2024-09-07 01:32:58 +02:00
Cohee 01b6ddbf8a
Merge pull request #2798 from SillyTavern/popup-command-styles
Expand `/popup` command and refactor a bit
2024-09-07 02:28:06 +03:00
Wolfsblvt 2385c5a59a Change popup cancel result in command to empty str 2024-09-07 01:21:04 +02:00
Cohee 8f6fe384a8 Add title to BG menu 2024-09-07 01:35:36 +03:00
Cohee 916d73da4c Display profile name in delete confirmation 2024-09-07 01:18:35 +03:00
Cohee 0019da260c Use UUIDv4 for profile IDs 2024-09-07 01:12:53 +03:00
Wolfsblvt 43b08cdd64 Refactor /popup to actual booleans
- still supports on/off, no worries.
2024-09-06 23:56:26 +02:00
Cohee d7011e8a11 Add i18n attributes 2024-09-07 00:41:48 +03:00
Cohee c4aa79a8e1 Don't display toast on updating empty profile 2024-09-07 00:30:47 +03:00
Wolfsblvt a3468db94e Allow /popup to optionally return popup result 2024-09-06 23:29:18 +02:00
Cohee 4c4477098d Fix saving null profiles 2024-09-07 00:27:52 +03:00
Cohee 7dc1c9f7ab Add connection manager as a core extension 2024-09-07 00:23:42 +03:00
Wolfsblvt e4e10c3d6b /popup allow header arg, with sanitization 2024-09-06 23:14:52 +02:00
Wolfsblvt a9c0dd38c7 Refactor /popup args and docs, add 'cancelButton' 2024-09-06 22:38:02 +02:00
Cohee 42b1a368cb Fix instruct toggle commands not working 2024-09-06 23:27:42 +03:00
Wolfsblvt a9e4bef01b Add wider and transparent styles to /popup 2024-09-06 22:22:35 +02:00
Cohee 3bea7d4885 Add /instruct-state command 2024-09-06 23:16:11 +03:00
Cohee c68b344b60 Add quiet args to /instruct and /model 2024-09-06 23:09:06 +03:00
Cohee 50217e37b8 Spell CSS consistently 2024-09-06 22:27:53 +03:00
Wolfsblvt 63c6fbaf58 /echo html allowed sanitize title too 2024-09-06 21:18:16 +02:00
Wolfsblvt 50a716a593 Update /echo docs helpstring 2024-09-06 20:53:39 +02:00
Sneha C fc942842b9
Update slash-commands.js
added some examples to /echo command
2024-09-06 22:39:30 +04:00
Wolfsblvt 25d8286dfc DOM.purify toast if HTML is allowed 2024-09-06 20:31:13 +02:00
Wolfsblvt 0d9843cdd6 clear onProgress before closure for no progress 2024-09-06 20:21:32 +02:00
Wolfsblvt ad04d0c9a2 Fix async closure call not clearing progress 2024-09-06 20:01:45 +02:00
Wolfsblvt e48ff8daae Add check for closure type 2024-09-06 19:49:32 +02:00
Wolfsblvt de8732fad6 Add onClick arg to /echo executing closures
- Adds the 'onclick' slash command arg to /echo
- It utilizes the Closure object without serialization, using the exact same scope it received on creation. Should be mindful about memory leaks and possible parallel execution.
2024-09-06 19:32:35 +02:00
Wolfsblvt 885a014507 Add escapeHtml arg to /echo 2024-09-06 19:03:21 +02:00
Wolfsblvt a4e72da40f Add color arg to /echo for custom color 2024-09-06 18:55:50 +02:00
Wolfsblvt c9ed91099f Add cssClass arg to /echo 2024-09-06 18:46:35 +02:00
Cohee 81251b073a Implement downloadable tokenizers
Closes #2574, #2754
2024-09-06 16:28:34 +00:00
Cohee a5bf15ccdc Wider 'No icons found' text 2024-09-06 14:27:08 +00:00
Cohee bcd8a28367 Case-insensitive icon search 2024-09-06 14:22:36 +00:00
LenAnderson 0388d3eb6c make alternative class names searchable in FontAwesome icon picker 2024-09-06 10:07:50 -04:00
Cohee 930015f876 Remove Extras link from readme and HTML 2024-09-06 12:48:12 +00:00
Cohee 3a68dbfd58 Adjust padding for no avatars mode 2024-09-06 12:09:31 +00:00
Cohee d5c26032aa
Merge pull request #2788 from SillyTavern/charlistgrid-load
Less horrible charListGrid load
2024-09-06 10:29:29 +03:00
khanon 21cdf49322 fixes single-line inputs and textboxes squished when saving 2024-09-06 01:30:50 +00:00
Wolfsblvt e3f4b554c7 I wiped, I swear 2024-09-05 23:12:45 +02:00
Cohee 3e3597673b Less horrible charListGrid load 2024-09-05 21:22:54 +03:00
Cohee 75c6bee350
Filter inclusion groups by timed effects (#2765)
* Filter inclusion groups by timed effects
Closes #2762

* Skip group scoring check if sticky entries are present

* Optimize sticky checks
2024-09-05 21:15:45 +03:00
Cohee 2f5e40691c Implement more smart textarea autosizes 2024-09-05 20:55:06 +03:00
Cohee 185079595d Disabled cursor behaves weirdly 2024-09-05 20:22:36 +03:00
Cohee e335b62b0b Remove CSS height set on system sequences 2024-09-05 20:20:42 +03:00
Cohee 733bb84044 Fix "system as user" toggle 2024-09-05 20:16:58 +03:00
Cohee 5c7b95cc15 Move CSS check up 2024-09-05 20:13:59 +03:00
Cohee 1d390195fe Remove obsolete styles 2024-09-05 20:12:29 +03:00
Cohee dec85c42f7 These should be function calls 2024-09-05 20:07:37 +03:00
Cohee ac0c33eb76 Use CSS.supports to determine auto-fit validity 2024-09-05 20:00:45 +03:00
RossAscends 8e1dad6800 initial reversion commit 2024-09-06 01:48:21 +09:00
Cohee b5b01a1a5c
Merge pull request #2774 from SillyTavern/classify-slash-commands-with-api
Expanded classify slash commands (add Classifier API to `/classify` and allow prompt override, new `classify-expressions`)
2024-09-05 10:52:18 +03:00
Cohee 85773ace79 Add format arg for classify-expressions 2024-09-05 10:48:46 +03:00
Cohee b4ecba2a45 Fix macro not replacing in custom prompt 2024-09-05 10:23:51 +03:00
Cohee 5490f9522a
Merge pull request #2784 from M0ch0/staging
Fixed an issue where the text inside the buttons in the API connection menu became vertically long and difficult to read in a multi-byte character environment.
2024-09-05 10:22:02 +03:00
Cohee a82617be5b
Merge pull request #2773 from SillyTavern/fix-wi-sticky-on-recursion
Fix WI sticky possibly not sticking with delay until recursion when inclusion group is set too
2024-09-05 10:10:19 +03:00
M0cho 97b4c069d8 Fixed a problem in multi-byte env.
Fixed an issue where the text inside the buttons in the API connection menu became vertically long and difficult to read in a multi-byte character environment.
2024-09-05 16:07:20 +09:00
Cohee 479923fdf8
Merge pull request #2775 from FriedCaper/summarize-restore-tooltip
Add tooltip to Restore Previous button in Summarize plugin
2024-09-05 09:49:56 +03:00
RossAscends ff268bbce9 Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging 2024-09-05 14:36:42 +09:00
RossAscends d29129f301 contenteditable related CSS fixes 2024-09-05 14:36:40 +09:00
Wolfsblvt b44994a11d
Merge pull request #2776 from LenAnderson/fix-fix-fancy-click-target
Fix the fix (fix fancy click target)
2024-09-05 04:02:20 +02:00
LenAnderson c6404a6401 should look for both .regex-highlight and .item for plaintext 2024-09-04 21:44:37 -04:00
FriedCaper 4eefa396d6 Add tooltip to Restore button in Summarize plugin
Including a hint that you can use it repeatedly to roll back all
previously stored summaries.
2024-09-05 00:17:21 +00:00
Wolfsblvt d62f18b523 Add missing await 2024-09-05 00:34:52 +02:00
Wolfsblvt 3b10ae00c7 Add /classify-expressions to retrieve emote list 2024-09-05 00:24:10 +02:00
Wolfsblvt 2472b26057 /classify allows custom prompt for LLM api 2024-09-05 00:13:54 +02:00
Wolfsblvt a37b805a5d /classify can specify classier API as argument 2024-09-05 00:06:14 +02:00
Wolfsblvt 0284698428 Fix WI sticky possibly not sticking on recursion
- When a WI entry has sticky, and inclusion group and "delay until recursion" set, another entry from the same group might prevent the sticky from activating. This is fixed here.
2024-09-04 22:39:32 +02:00
Cohee 58e6ae2fc5
Merge pull request #2769 from SillyTavern/fix-swipes-with-floating-prompts
Allow mobile swipes with open panels if focused
2024-09-04 22:42:02 +03:00
Wolfsblvt 88f741b301 Fix swipe gesture, using target 2024-09-04 21:17:07 +02:00
Cohee 0b89c8aee9 Remove async in theme toggles load 2024-09-04 22:15:29 +03:00
Cohee 26635f9f10 Merge branch 'staging' into fix-swipes-with-floating-prompts 2024-09-04 21:53:25 +03:00
Cohee 7e5417c072 Fix no-char mode not using persona description 2024-09-04 21:51:15 +03:00
Cohee 49f411b9fa No need to async when returning promise 2024-09-04 21:18:22 +03:00
Cohee f262eb256a Change no-char hint text 2024-09-04 21:14:55 +03:00
Cohee 17c60ca916 Add /tempchat command 2024-09-04 21:12:04 +03:00
Cohee 14d6fa1129 Change seed reroll formula for Drawthings
Fixes #2770
2024-09-04 20:57:31 +03:00
LenAnderson 0619552dbb fix WI fancy key click target 2024-09-04 11:04:18 -04:00
Cohee 4cfce43e5d Set min-height for contenteditable 2024-09-04 13:46:54 +03:00
Wolfsblvt 728a233842 Allow mobile swipes with open panels if focused
- Allow mobile swipe gestures when sheld is focused, ignoring open panels or floating prompts present now
- Fixes #2753
2024-09-04 04:45:40 +02:00
Wolfsblvt 2db344538e Fix possible background swipe gestures on popups 2024-09-04 04:37:23 +02:00
Cohee 37bee43075 Allow expanding contenteditables 2024-09-04 03:16:47 +03:00
RossAscends 8952b93560 3-column panels become 1-column below 1000px width 2024-09-04 09:00:56 +09:00
Cohee a71753b243 Always use 3-column layout on desktop and 1-column on phone 2024-09-04 02:43:35 +03:00
RossAscends e0c8488c3f fix width adapting for 3-column drop down panels 2024-09-04 08:23:00 +09:00
Cohee 7040f640f4
Merge pull request #2767 from SillyTavern/af-verbiage
Update Advanced Formatting verbiage
2024-09-03 23:23:39 +03:00
Cohee 8550fd5fe6 Add tooltips to dropdowns 2024-09-03 23:21:24 +03:00
Cohee 830df41380 Update Advanced Formatting verbiage 2024-09-03 22:59:41 +03:00
Wolfsblvt a70b5af0c4 Prefer stickied WI for budget-limited cases
- Instead of processing entries by default sorting (based on order and books (char first, etc)), sticky will now be the first to process. This will make sure that stickied entries will reach the prompt, even in budget-limited scenarios.
2024-09-03 21:14:44 +02:00
Cohee 4bc1943439 Set min-height for custom CSS input 2024-09-03 22:06:24 +03:00
Cohee 03f9a89ffe Limit vertical size and add resize handles to AF [contenteditable]s 2024-09-03 21:29:50 +03:00
Cohee f7de495321
Chat without character selected (#2757)
* WIP: Enable chatting without character selected

* Add burger menu item

* Neutral assistant chat space

* Revert "Neutral assistant chat space"

This reverts commit be2da4a629.

* Revert "Add burger menu item"

This reverts commit d4e8d990c1.

* Use simple ephemeral chats

* Only start a new assistant chat if not already in it

* Don't emit event not to clear pending files

* Allow edits, disable checkpoints and branches

* Exclude from tags, allow copy

* Allow hide/unhide

* Allow zooming avatar

* Suppress warning

* Rename neutral character

* Rename neutral back to Assistant
2024-09-03 20:36:30 +03:00
Cohee b16915cfb9 Remove truncation_length from textgen settings 2024-09-03 14:06:10 +00:00
Cohee fa054520b6 Remove localstorage setting migration 2024-09-03 14:05:27 +00:00
Cohee fd75071b09 More specifity of disabled class 2024-09-03 13:02:04 +00:00
Cohee e86629a644 Exclude classes from disabled grayout 2024-09-03 11:26:13 +00:00
equal-l2 13f237059d
Cohere: added the smaller aya model 2024-09-02 19:20:05 +09:00
Cohee ab4385eb12 Don't scale message images with viewport 2024-09-02 02:18:29 +03:00
Cohee 527321b9e2 Fix warning toast on negative swipe id 2024-09-02 01:02:46 +03:00
Cohee 5bebe6010b Merge branch 'staging' into del-swipe-fix 2024-09-02 00:56:38 +03:00
Cohee 558253e79a Better MUI i18n 2024-09-02 00:50:50 +03:00
Cohee 9b1ca607f4 Fix i18n 2024-09-02 00:40:18 +03:00
Cohee 17a25e36d7 Re-add auto-select class 2024-09-02 00:35:58 +03:00
Cohee 723145f203 Revert changes to WI active status 2024-09-02 00:34:14 +03:00
Cohee 3f4e7e95bd Revert changes to WI filter layout 2024-09-02 00:30:02 +03:00
Wolfsblvt 4e95887803 Merge branch 'staging' into del-swipe-fix 2024-09-01 23:27:25 +02:00
Wolfsblvt e8d8915183 Fix delete swipe button being inconsistent
- Fixes #2749
2024-09-01 23:21:51 +02:00
Cohee 111c367e7d Fix image swipes 2024-09-02 00:20:43 +03:00
Cohee a3ac1cb0c7
Merge pull request #2751 from SillyTavern/delete-newbie-mode
Delete newbie mode
2024-09-02 00:16:10 +03:00
Wolfsblvt d663be53ac Refactor deleteSwipe from callback into func 2024-09-01 23:12:33 +02:00
Cohee a4176ae00d Allow hiding cancel on input popup 2024-09-02 00:12:20 +03:00
Cohee 48c2646dfa Run Safari patch before loading settings 2024-09-02 00:11:59 +03:00
Cohee 5d21eebe75 Reshuffle onboarding elements 2024-09-01 23:51:21 +03:00
Cohee 61515c249f Add debug func to restart onboarding 2024-09-01 23:49:56 +03:00
Cohee e3a6f01fdc Fix typo in getContext func 2024-09-01 23:47:55 +03:00
Cohee 2861718b09 Remove from onboarding 2024-09-01 23:46:29 +03:00
Cohee aa62e7abc9 Remove newbie attribute part 2 2024-09-01 23:40:47 +03:00
Wolfsblvt 7b576c8067 Tooltips for instruct mode toggles 2024-09-01 22:39:22 +02:00
Cohee 4de3b10af2 Merge branch 'staging' into delete-newbie-mode 2024-09-01 23:39:21 +03:00
Cohee 9a8a958165 Remove newbie attribute part 1 2024-09-01 23:38:49 +03:00
Cohee e3b62523ea Remove  s 2024-09-01 23:34:45 +03:00
Cohee 011f785a79 Better switch value 2024-09-01 23:25:29 +03:00
Cohee 20e5e9eeee Add example for /var with type 2024-09-01 23:07:49 +03:00
Cohee b9cd82180f Better setvar example 2024-09-01 23:05:51 +03:00
Cohee 873f25e330 Specify JSON in /var help 2024-09-01 23:04:51 +03:00
Cohee a993671873 Fix arg name in help string 2024-09-01 23:04:15 +03:00
Cohee 56ae9d25b0 Fix renamed argument reference 2024-09-01 23:02:01 +03:00
Cohee 6f85327078 Only convert variable if needed 2024-09-01 22:59:50 +03:00
Cohee b56a457c6c Merge branch 'staging' into fix-pipe-types 2024-09-01 22:55:15 +03:00
Cohee 9483052b10
Merge pull request #2711 from SillyTavern/contentEditablew-AF-Panel
Content editable Advanced Formatting panel
2024-09-01 22:52:13 +03:00
Cohee d5bc889d0e Add standout header to context formatting 2024-09-01 22:43:45 +03:00
Cohee 675f9076a4 Emit message_updated on edit cancel 2024-09-01 21:19:56 +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 be03772c52 Fix instruct_system_same_as_user disabled mode heights 2024-09-01 19:45:09 +03:00
Cohee 6ba10fff06 Remove <hr>s before standout headers 2024-09-01 19:42:39 +03:00
Cohee d5a1aef2ed Fix for disabled editables 2024-09-01 19:42:08 +03:00
Cohee c21f59ca7a Merge branch 'staging' into contentEditablew-AF-Panel 2024-09-01 19:34:18 +03:00
Cohee 02d97f72f3
Merge pull request #2748 from SillyTavern/fix-summary
Fix automatic summarization
2024-09-01 19:33:07 +03:00
Cohee 825fb3706e
Merge pull request #2745 from SillyTavern/stream-tick-event
Emit event on streaming tick
2024-09-01 19:27:38 +03:00
Cohee 9ed436fbb2 Fix automatic summarization
Closes #2746
2024-09-01 19:10:46 +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 016e3df564 Code clean-up 2024-09-01 18:08:03 +03:00
Cohee 882e86be11 Code clean-up 2024-09-01 18:05:48 +03:00
Cohee 94ef9e8908 Await settings load 2024-09-01 18:01:21 +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
Cohee 76b4c5f8c1 Add space to hotswap placeholder 2024-09-01 17:44:28 +03:00
Cohee 9ae7325100 Remove newbie mode 2024-09-01 17:39:36 +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 361ab2bc23 fix context settings inputs not showing newlines on initial load 2024-09-01 22:34:56 +09:00
RossAscends 24c140736d fix div text overflow from breaking columns 2024-09-01 22:00:32 +09: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
Cohee 329e395077 cast => as 2024-09-01 11:50:16 +03:00
Cohee 5d798fafdd Rename type => cast 2024-09-01 11:49:32 +03:00
Cohee 5563d49184 Don't throw in array/dict conversion 2024-09-01 11:44:56 +03:00
Cohee bc65c5b7e7 Merge branch 'staging' into fix-pipe-types 2024-09-01 11:43:29 +03:00
RossAscends 2f36b659cf dumbfix heights of disabled instruct system sequence fields 2024-09-01 17:41:48 +09:00
Cohee 9a6a82b400 Emit event on streaming tick 2024-09-01 11:35:09 +03:00
RossAscends b835a4c47b activation regex before sys prompt, template save text to sequences header 2024-09-01 13:47:23 +09:00
Wolfsblvt bd52d737bf Fix "hidden" block in char list messing up scroll
- Fixes #2743
2024-09-01 06:21:26 +02: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
Wolfsblvt b08e55b9f6 WI highlight/log on automatic setting change 2024-08-31 22:20:35 +02:00
Cohee d225c05457 Remove empty line 2024-08-31 20:27:36 +03: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 b9543054d8 Chat Completion: Increase unlocked context size 2024-08-30 21:47:26 +03:00
Cohee f155b83792 Cohere: new cmd-r models 2024-08-30 20:00:42 +03:00
Cohee 1fa9710a5c
Fix bulk delete async hell (#2730)
* Fix bulk delete async hell

* Remove refresh flag (always refresh)

* Don't throw on deletion fetch failed

* Clear toast on bulk finish
2024-08-30 19:52:57 +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
Cohee 9010880b64 Fix last prompt line not counted toward token limit 2024-08-30 00:00:51 +03:00
Cohee b21ba850c0 Fix not counting chat separator and preamble toward token limit 2024-08-29 23:36:07 +03:00
Cohee 2b904bb170 NovelAI: Adjust Kayra max length on subscription tier 2024-08-29 23:28:23 +03:00
Cohee 9558e14081 Revert bad reformat 2024-08-29 13:04:46 +00:00
Cohee 3746f08590 Add type conversion for /setvar commands with index 2024-08-29 12:55:54 +00: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 7aaabbd2bb Personas: fix duplication in Chat Completions 2024-08-28 22:44:26 +03:00
Cohee 07a6e1aa53
Merge pull request #2708 from Yokayo/staging
Update ru-ru translation
2024-08-28 21:23:45 +03:00
Cohee c820d5f56a Reformat code 2024-08-28 21:20:21 +03:00
Cohee e11e7b7d52 Translate message copy 2024-08-28 21:15:20 +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 da96bf3c29 Fix showdown patch registration 2024-08-27 10:50:24 +00:00
Cohee 3da79ebcff Patch showdown for span nesting limit
Closes #2722 #2714
2024-08-27 10:39:45 +00:00
Cohee c45e212b31 Fix negative penalties 2024-08-27 09:19:05 +00:00
Cohee e8de36a0d0 Cohere: limit penalties 2024-08-27 12:03:40 +03:00
Cohee 662e29911c Fix default model when loading preset 2024-08-26 17:34:54 +03:00
Cohee 7d4b3e0800 Use J1.5 Large by default 2024-08-26 12:11:29 +03:00
Cohee 5fc16a2474 New AI21 Jamba + tokenizer 2024-08-26 12:07:36 +03:00
Cohee 8be21fc5c4 Swap RVC function/setting checks 2024-08-26 10:30:17 +03:00
RossAscends 64d3ed4680 Merge branch 'staging' into pr/Cohee1207/2711 2024-08-26 06:48:00 +09:00
Cohee 5d48e081a6 Upscale default avatars 2024-08-25 22:04:08 +03:00
Yokayo 15a6b6100e Fix syntax error 2024-08-26 02:00:52 +07:00
Yokayo c807e9f36c Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-08-26 01:42:41 +07:00
Yokayo 383d46fe4d Work on tl 2024-08-26 01:39:56 +07:00
Cohee 398b64d720 Fix codeblock underscores with language 2024-08-25 21:17:59 +03:00
Cohee 60c22bf803 Add config value for extensions auto-update 2024-08-25 19:48:01 +03:00
Cohee 0f5179ed2d Fix crash on Chrome 128 2024-08-25 19:27:18 +03:00
Cohee 61c148a5f0 Save settings after switching style toggle 2024-08-25 15:48:20 +03:00
Cohee f8c631b4aa Migrate legacy avatars enabled setting from localstorage 2024-08-25 15:45:39 +03:00
Cohee 0fd2b8055f Fix typo in hideChatAvatarsEnabled selector 2024-08-25 15:29:14 +03:00
Cohee 87dd120ec0 Move trimToEnd at the end of message clean-up 2024-08-25 14:37:44 +03:00
Cohee e1b7660448
Merge pull request #2707 from AlpinDale/aphrodite-tokenizer
fix: pass model parameter for aphrodite tokenizer
2024-08-25 12:04:05 +03:00
Cohee 06ef515b2f
Merge pull request #2706 from d-ber/saveMoreSettings
Save more settings
2024-08-25 11:59:35 +03:00
AlpinDale 62fed2ff6a fix: pass model parameter for aphrodite tokenizer 2024-08-24 22:43:20 +00:00
Cohee 94d4fcc651 UX: Increase font scale slider range 2024-08-24 22:59:01 +03:00
Cohee 0d88675c46 Remove the rest of local storage settings 2024-08-24 22:53:50 +03:00
Cohee 2a598fb706 Allow /gen with empty prompts 2024-08-24 15:22:50 +03:00
d-ber cf828bca71 Use saved settings for more properties 2024-08-23 23:36:17 +02:00
Cohee 2294fe12e7
Merge pull request #2700 from SillyTavern/fix-mag
Cull the usage of MAG in streaming
2024-08-23 22:43:36 +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 8c7efd09c5.

* Revert "Feature renamed to Max Recursion Steps"

This reverts commit f043fe6b60.

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

This reverts commit a3a28874bf.

* 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
d-ber 87ff99709f Use saved settings for more properties 2024-08-23 19:49:30 +02:00
d-ber d153991a11 Use saved settings instead of local storage
noShadows, fast_ui_mode, avatar_style and hotswap_enabled are now using settings json instead of local storage.
2024-08-23 19:22:00 +02:00
Cohee 3f026aea15 SD: Add prompt expansion warning. Disable quantization 2024-08-23 19:57:25 +03:00
Cohee 38f0929e3d Cull the usage of MAG in streaming 2024-08-23 19:14:51 +03:00
Cohee c84a685e7b
Merge pull request #2692 from SillyTavern/qr-popout-hide
QR: Add toggle to hide popout button
2024-08-22 22:57:26 +03:00
Cohee a4f566dc39 Fix getTagKey when charId can be a string 2024-08-22 22:26:32 +03:00
Cohee b7f31cb2ce TTS: Ignore prompt-hidden messages on auto narration 2024-08-22 22:13:57 +03:00
Cohee 8df6344d8e Merge branch 'staging' into qr-popout-hide 2024-08-22 19:50:12 +03:00
Cohee e4d012e49d
Merge pull request #2691 from SillyTavern/quiet
Add quiet flags to /api and /summarize
2024-08-22 19:48:17 +03:00
Cohee 954b77f16c Adjsut /api return values 2024-08-22 19:45:27 +03:00
Cohee 880233122c Discard toast on /api connect 2024-08-22 19:43:23 +03:00
Cohee 52bd06b910 Add alias for /api google 2024-08-21 21:22:42 +03:00
Cohee 06e3d5f8de Rename MakerSuite => AI Studio 2024-08-21 21:00:17 +03:00
Cohee 86ec1fdd40 Don't replace message text if displaying a different text.
Closes #2696
2024-08-21 20:47:29 +03:00
Cohee de335a4a96 QR: Add toggle to hide popout button 2024-08-20 23:06:36 +03:00
Cohee 5288d81424 Add quiet flags to /api and /summarize
Closes #2661
2024-08-20 22:50:29 +03:00
Cohee 7d2e35d950
Merge pull request #2674 from SillyTavern/random-fix
Suspend macros in first messages
2024-08-20 20:58:54 +03:00
Cohee 296a761247
Merge pull request #2688 from ayancey/hugging-face-imagegen
Hugging Face Inference API Image Generation
2024-08-20 13:55:40 +03:00
Cohee a9700c0ff0 Small fixes 2024-08-20 10:53:37 +00:00
Alex Yancey ea0508b910
Update settings.html 2024-08-20 01:33:14 -07:00
Alex Yancey 48f0c48a5b
Update public/scripts/extensions/stable-diffusion/index.js
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-08-20 01:31:57 -07:00