Cohee
b3bbec83b6
Merge branch 'staging' into neo-server
2024-04-20 02:56:05 +03:00
Cohee
2a2a63c52c
Add Perplexity as Chat Completion source
2024-04-20 00:09:38 +03:00
Cohee
022c180b62
Lint and clean-up
2024-04-15 00:39:15 +03:00
Cohee
1c4bad35b2
#2085 Implement async token counting
2024-04-13 21:05:31 +03:00
Cohee
9c218455c4
[chore] Run ESLint
2024-04-12 14:22:12 +03:00
Cohee
16cabb38ad
Fix init order in RA mods
2024-04-11 22:47:28 +03:00
Cohee
d2ac782c3c
Fix broken HTML and code style
2024-04-11 19:21:59 +03:00
Yokayo
0486fe0126
Bind strings to locale
2024-04-11 14:58:07 +07:00
Cohee
9838ba8044
#1994 Add Cohere as a Chat Completion source
2024-04-02 00:20:17 +03:00
Wolfsblvt
9005d3f790
Merge remote-tracking branch 'upstream/staging' into improve-bulk-edit-and-fixes
2024-03-29 02:42:27 +01:00
Cohee
55d855b655
Autofit immediately if input value is empty
2024-03-27 22:18:20 +02:00
Wolfsblvt
4547e68497
Fix tag display issues (char create, auto load)
...
- Fix tags not working on new character dialog
- Fix display of tags for auto-loaded character on enabled auto load
2024-03-27 08:33:32 +01:00
LenAnderson
3debc06372
fix for jQuery input event not triggering real input event
2024-03-26 12:32:23 -04:00
LenAnderson
d9022db7d9
debounce saving of user input in send_textarea
2024-03-26 12:11:15 -04:00
LenAnderson
69d195ef31
improve send_textarea autofit performance
...
- only expand immediately
- shrink debounced
2024-03-26 12:11:00 -04:00
LenAnderson
e567aa2c31
replace debounce with other performance improvements
...
- remove debounce from processHotkey
- replace dom-queries in conditions with vars
- replace some jQuery in conditions with vanilla JS
2024-03-26 12:09:26 -04:00
LenAnderson
92ec45af4b
call processHotkeys debounced
2024-03-25 18:16:18 -04:00
Cohee
41b6169ea8
Extend getContext API
2024-03-21 01:11:47 +02:00
Cohee
5b7b06aba8
Make logprobs draggable, fix conflicts between moving UI and maximization, fix z-fighting
2024-03-19 01:40:02 +02:00
Cohee
c82157945e
Allow generic moving divs for extensions
2024-03-17 19:23:01 +02:00
Cohee
77784585ba
Merge branch 'staging' into tags-as-folders-enhancements
2024-03-16 22:32:01 +02:00
deffcolony
b6c29f7129
added new langs
...
+added new lang: Arabic, Portugese, Vietnamese
+added display names for all langs
+added data-i18n= tags for translation
2024-03-12 19:03:12 +01:00
Cohee
73fdcbad44
Fix some bugs (see below):
...
1. Remove yellow highlights in hotswaps list.
2. Decrease font size of group members list, make it respect the block limits (1 row for small avatars, 3 rows for big avatars).
3. Fix autoload loading the first character if the latest selected entity was a group.
4. Fix tag key potentially skipping the first character.
5. Fix being unable to open groups from the hotswaps panel.
6. Fix left alignment of hotswaps panel, now centered.
7. Fix rounding of missing group avatars (most noticeable when favorited).
2024-03-09 21:58:13 +02:00
Cohee
32049b7e1d
Merge branch 'staging' into tags-as-folders-enhancements
2024-03-09 21:15:13 +02:00
Wolfsblvt
5ac7826fec
Tag Folders: Additional Fixes
...
- Refactored to one general printTagList method
- Made a robust getTagKeyForEntity function
- Fixed group not displaying tags if autoloaded
- Fixed added tags on character/groups not being auto sorted
- Fixed autoload of group/character that I killed
- Fixed typo
2024-03-07 23:48:50 +01:00
DreamGenX
5c410986a4
Add support for DreamGen API.
...
API docs: https://dreamgen.com/docs/models/opus/v1
API keys: https://dreamgen.com/account/api-keys
I decided to base this on the text-completion API since it's more
flexible with SillyTavern's prompt formating capabilities.
This also means that custom context and instruct settings are required.
Will add documentation in a followup PR.
2024-03-07 12:25:48 +01:00
Wolfsblvt
fc6146fa00
Tag Folders: Rework favorites display
...
- Favorites display uses same method than inline avatars
- Favorites now respect avatar style
2024-03-06 04:59:39 +01:00
Cohee
f962ad5c02
Add OpenRouter as a text completion source
2024-02-25 22:47:07 +02:00
NWilson
8075e4cd1e
Changes
2024-02-16 09:07:06 -06:00
NWilson
b5887960b6
Merge branch 'release' into InfermaticAI
2024-02-16 08:53:04 -06:00
Cohee
c3129da879
[skip ci] Lint fix
2024-02-07 19:28:34 +02:00
khanon
60044c18a4
Implement Token Probabilities UI using logprobs
2024-01-25 18:34:46 -06:00
NWilson
f29f934c6b
Progress
2024-01-24 06:59:27 -06:00
Cohee
814ed49c31
#1719 Clear text nodes in rendered formulas
2024-01-21 17:27:09 +02:00
Cohee
e1deff67fc
Migrate auto-connect and auto-load from localStorage
2024-01-05 20:27:19 +02:00
valadaptive
7899549754
Make "send message from chat box" into a function
...
Right now all it does is handle returning if there's already a message
being generated, but I'll extend it with more logic that I want to move
out of Generate().
2023-12-25 03:48:49 -05:00
Cohee
ae64c99835
Add custom caption source
2023-12-20 21:05:20 +02:00
Cohee
5734dbd17c
Add custom endpoint type
2023-12-20 18:29:03 +02:00
Cohee
67dd52c21b
#1309 Ollama text completion backend
2023-12-19 16:38:11 +02:00
Cohee
b0d9f14534
Re-add Together as a text completion source
2023-12-17 23:38:03 +02:00
Cohee
180061337e
Merge branch 'staging' into anachronous/release
2023-12-17 21:35:49 +02:00
Cohee
61e87d562f
Add confirmation for regen with keystroke
2023-12-17 21:27:33 +02:00
RossAscends
a88cf1552a
add check for uparrow hotkey to see if last_mes edit buttons are visible
2023-12-17 23:19:20 +09:00
RossAscends
b0907d23cc
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
2023-12-17 20:18:53 +09:00
RossAscends
3d1bbd94e1
allow msg edit hotkey when user is last
2023-12-17 20:18:51 +09:00
anachronos
1e88c8922a
Merge branch 'staging' into release
2023-12-17 10:38:04 +01:00
Fayiron
9f2d32524c
Add TogetherAI as a chat completion source, basic
2023-12-16 14:39:30 +01:00
based
583f786d74
finish mistral frontend integration + apikey status check
2023-12-16 07:15:57 +10:00
valadaptive
66953ceba3
Move device type detection to client side
...
We don't need the server to tell us our user agent--we can get it
ourselves through navigator.userAgent and parse it on the frontend.
I've replaced device-detector-js with Bowser because device-detector-js
is really slow, freezing for up to 500ms to parse a single user agent.
2023-12-14 18:43:59 -05: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
valadaptive
fbdfa05f81
Replace usage of getDeviceInfo with isMobile
...
We were using getDeviceInfo to check whether we were on a desktop or a
mobile device. This can be done more simply with isMobile, which means
we can stop exporting getDeviceInfo.
2023-12-14 18:37:54 -05:00
based
be396991de
finish implementing ui changes for google models
2023-12-14 11:53:26 +10:00
based
69e24c9686
change palm naming in UI
2023-12-14 11:14:41 +10:00
Cohee
e7c2975ab0
Fix adv.defs overlap with past chats. Close CFG with Escape
2023-12-11 15:39:58 +02:00
Cohee
5f1683f43a
More input padding and stricter sanitation
2023-12-10 15:07:39 +02:00
Cohee
786e131c1e
Disable scroll adjustment for firefox
2023-12-04 11:00:22 +02:00
valadaptive
9c33ddbafc
Make textgen settings type checks more concise
2023-12-03 14:56:01 -05:00
valadaptive
047c897ead
Remove is[API] functions
...
Just use an equality comparison. It's a bit longer, but only because
"textgenerationwebui_settings" is a long identifier.
2023-12-03 14:56:01 -05:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +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
97c49a405b
Enable no-extra-boolean-cast lint
2023-12-02 10:32:26 -05:00
valadaptive
a665a4897d
Enable no-unused-labels lint
...
I'm not sure why "esversion: 6" was at the top of the file. My best
guess is that whoever initially created it was using jshint, which says
"use 'esversion: 6'" if used to lint a file which contains ES6 code.
Even then, the proper syntax would be a comment.
2023-12-02 10:32:07 -05:00
Cohee
87707b565f
Add checkbox for restoring user input on page refresh
2023-11-28 00:29:34 +02:00
RossAscends
42c73c8658
block mobile swipe gesture under fullscreen panels
2023-11-15 19:20:05 +09:00
Cohee
8a8880fca1
Visual touch-up
2023-11-11 16:31:13 +02:00
RossAscends
19c5aca404
no more mid-edit swipes
2023-11-09 14:40:14 +09:00
Cohee
b2629d9718
Refactor status checks and indicators.
2023-11-08 02:52:03 +02:00
Cohee
956a80f082
Add rounding for scroll adjustment value
2023-11-07 20:16:33 +02:00
Cohee
36c627bd1b
Save itemized prompts between sessions
2023-11-04 23:25:22 +02:00
RossAscends
a27e7a139a
Chat History Panel Overhaul, shorter filenames
2023-10-30 14:16:20 +09:00
RossAscends
731ebc2eda
add toggle for mobile gestures
2023-10-23 10:54:17 +09:00
Cohee
703965aec8
Substitute macro in character editor token counter
2023-10-21 14:39:01 +03:00
Cohee
5b954a3584
Rename URL validation util function
2023-10-16 00:50:29 +03:00
Cohee
a081f78bd8
(WIP) PaLM API
2023-09-23 20:48:56 +03:00
RossAscends
751c0723dc
skill issue: dont hide draggables on every keydown
2023-09-17 19:41:17 +09:00
Cohee
2c84c93f3d
Add thumbnails quality config
2023-09-16 21:53:30 +03:00
RossAscends
1fed8ba4f7
hotswap: instructions if no faves; no placeholders
2023-09-15 17:55:16 +09:00
Cohee
17a5d629ea
Auto-set hotswap slot number based on the screen width.
2023-09-14 15:56:01 +03:00
Cohee
c0e5d7efae
Save chat scroll position when user input overflows the line
2023-09-13 00:51:21 +03:00
Cohee
f92249790f
The return of permanent tokens display
2023-09-10 00:58:37 +03:00
Cohee
ea01247bcf
#1090 Save Kobold/ooba servers history
2023-09-08 22:44:06 +03:00
Cohee
26ddfd1a08
Continue with AltGr+Enter
2023-09-08 21:27:33 +03:00
Cohee
bbed147ce5
Clean up browser logs
2023-09-05 18:23:24 +03:00
city-unit
08e1b5bb5e
Fix dropzone issue and resize issue
2023-09-02 15:40:15 -04:00
Cohee
d6b694cc9d
Don't bounce of the top bar to prevent movable freezing
2023-08-31 23:44:36 +03:00
Cohee
5f5407777f
New hotkey: Alt+Enter to Continue
2023-08-31 14:54:35 +03:00
Cohee
194278d171
Merge branch 'staging' into feature/exorcism
2023-08-31 00:42:34 +03:00
city-unit
98a2a2b989
Esc to remove drag elements
2023-08-30 15:58:14 -04:00
RossAscends
7ea426ba79
remove console logs from RAmods, cleanup code.
2023-08-31 04:46:33 +09:00
city-unit
1cb86034b5
Okay, it actually works
2023-08-30 00:11:20 -04:00
city-unit
de5bc45060
Much closer
2023-08-29 22:44:09 -04:00
city-unit
79448f5fe7
Getting there, but it's not great.
2023-08-28 00:49:20 -04:00
city-unit
39eae80f6e
Merge branch 'staging' of https://github.com/city-unit/SillyTavern into feature/exorcism
2023-08-27 12:47:05 -04:00
RossAscends
1a5dbf2603
fix MovingUI to respect resizing topBar
2023-08-28 01:40:40 +09:00
city-unit
91434a3ba8
Quick fix for arrowkey swipe stuff
2023-08-26 23:32:22 -04:00
Cohee
1900ab9726
#1005 Replace mobile detection method in get sortable delay. Make deviceInfo loading sync. Init Ross mods via function call.
2023-08-24 23:52:03 +03:00
Cohee
7010e05f8e
Sync bottom form height with the font size
2023-08-24 18:32:42 +03:00
Cohee
e2507e8840
#976 Add "quick continue" button. Remove "send to continue" option.
2023-08-24 01:37:44 +03:00