Cohee
2bea90a264
Merge pull request #1633 from AAbushady/new-dynatemp-ui
...
DynaTemp UI v2
2024-01-06 00:33:25 +02:00
Alexander Abushady
224dcc83a1
Update DynaTemp Sliders
...
More inline with changes made that will be implemented in KCPP main.
2024-01-05 14:36:39 -05:00
Cohee
e1deff67fc
Migrate auto-connect and auto-load from localStorage
2024-01-05 20:27:19 +02:00
Alexander Abushady
d66be24518
DynaTemp UI v2
...
With DynaTemp moving into main KCPP now ST can have DynaTemp too!
2024-01-05 02:08:44 -05:00
Cohee
99dc3fb6fe
Unhide aphro multiswipe in zen sliders
2024-01-04 04:52:42 +02:00
Cohee
8a07edf656
Only remove leading newlines
2024-01-04 00:00:47 +02:00
Cohee
5ca909ab13
Don't trim whitespace start of story string
2024-01-03 23:47:32 +02:00
Cohee
dd661cf879
Instruct "Bind to context" is now an option
2023-12-21 15:12:30 +02:00
Cohee
edd737e8bd
#371 Add llama.cpp inference server support
2023-12-18 22:38:28 +02:00
Cohee
6774ec3eb9
Add a separate button to update current UI theme
2023-12-16 01:45:48 +02:00
Cohee
9b9026b12e
Add toggle for compact input area (mobile)
2023-12-16 01:35:28 +02:00
Cohee
0678a385d7
Merge pull request #1551 from alicat22/dev
...
ZenSlider - Default 10 steps to 20
2023-12-16 00:41:55 +02:00
AliCat
3aa950bb45
ZenSlider - Default 10 steps to 20
2023-12-15 15:01:05 -07:00
Cohee
cd51592f32
#1546 Up precision again
2023-12-15 19:45:42 +02:00
Cohee
0ff5645d4f
#1546 Lower the step of max context
2023-12-15 19:22:14 +02:00
valadaptive
8cfc8ebe66
Remove boolean comparisons to isMobile
...
We know this function will *always* return a boolean, so we don't need
to compare it to one.
2023-12-14 18:37:54 -05:00
Cohee
83f2c1a8ed
#1524 Add FPS limiter to streamed rendering
2023-12-12 22:11:23 +02:00
Cohee
420d186823
Add reduced motion toggle
2023-12-10 20:02:25 +02:00
valadaptive
0fce475a95
Implement random sort with a shuffle
...
Sorting with a random comparator doesn't actually shuffle an array.
Depending on the sorting algorithm used, there will be a bias to the
shuffle (see https://bost.ocks.org/mike/shuffle/compare.html ).
If you open that link in Firefox, the bias will be especially bad.
Instead of implementing "random" character sort using a random sort
comparator, use the shuffle function instead.
2023-12-09 22:52:38 -05:00
RossAscends
c51a821b1e
fix zen slider rep pen range value transfer
2023-12-07 11:52:10 +09:00
Cohee
64496425cc
Save chat before reloading
2023-12-06 17:23:54 +02:00
Cohee
356c3a4300
Fix amount gen on zen sliders
2023-12-05 14:12:06 +02:00
valadaptive
5f1bed1e70
Enable object-curly-spacing lint
2023-12-04 12:32:41 -05:00
Cohee
676cc7731e
#1436 Add unlock to response length
2023-12-03 18:30:21 +02:00
RossAscends
43ad66ff90
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
2023-12-03 21:59:23 +09:00
RossAscends
50f5b7b96f
fix zenSliders
2023-12-03 21:59:21 +09:00
Cohee
5fb0807dcc
Adjust max context step
2023-12-03 14:02:38 +02:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +02:00
Cohee
08fedf3a96
lint: Use 4 space indent
2023-12-02 21:56:16 +02:00
Cohee
c63cd87cc0
lint: Require semicolons
2023-12-02 21:11:06 +02:00
valadaptive
a37f874e38
Require single quotes
2023-12-02 13:04:51 -05:00
valadaptive
518bb58d5a
Enable no-unused-vars lint
...
This is the big one. Probably needs thorough review to make sure I
didn't accidentally remove any setInterval or fetch calls.
2023-12-02 12:11:19 -05:00
valadaptive
14afa1575b
Enable no-redeclare lint
2023-12-02 12:11:19 -05:00
valadaptive
b023312117
Enable no-useless-escape lint
2023-12-02 10:32:26 -05:00
valadaptive
0a27275772
Enable no-extra-semi lint
2023-12-02 10:32:26 -05:00
Cohee
04ef9fba54
Disable context stop strings on pull but enable for new installs
2023-12-02 02:19:32 +02:00
Cohee
a2f293b6af
Make context stop strings togglable
2023-12-01 23:06:37 +02:00
RossAscends
307f0d88c3
'All' for ooba rep pen range zenslider, maxCtx tweak
2023-11-29 11:37:18 +09:00
RossAscends
9145406522
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
2023-11-29 03:35:34 +09:00
RossAscends
fcca1b1260
fix zenslider rep pen range for TextCompletions
2023-11-29 03:35:02 +09:00
Cohee
91f369c921
Raise slider limits
2023-11-28 11:48:34 +02:00
Cohee
87707b565f
Add checkbox for restoring user input on page refresh
2023-11-28 00:29:34 +02:00
Cohee
fd0edd67a6
Fix recursive QR auto-execution
2023-11-27 02:18:36 +02:00
Cohee
19f758a0fb
#670 Add square avatars
2023-11-26 15:27:54 +02:00
Cohee
4fd68e5be7
Skill issue
2023-11-24 19:10:09 +02:00
Cohee
a178bdc3b0
Fix ephemeral stopping strings flush
2023-11-24 19:06:31 +02:00
Cohee
c4e1fff1bc
Respect # limit for ephemeral stop strings
2023-11-24 00:54:23 +02:00
Cohee
863554fea6
Add ephemeral stop strings to /genraw
2023-11-24 00:51:27 +02:00
RossAscends
73d6801406
slashcommand /movingui to set a MUI preset
2023-11-23 22:32:47 +09:00
LenAnderson
9f16b329c5
ensure checkboxes have contrast
2023-11-21 01:26:43 +00:00