Commit Graph

2736 Commits

Author SHA1 Message Date
a9cfcff8bf Fix debouncing of author's note prompts 2023-06-15 12:02:58 +03:00
3d408de74b Merge pull request #496 from bdashore3/dev
Character author's notes + WI individual recursion disabling
2023-06-15 11:55:00 +03:00
308639d3da Display multigen compatibility note 2023-06-15 11:44:54 +03:00
608f5cd86f Merge pull request #498 from zixaphir/streaming-abort
Send abort signal to koboldcpp server on abort.
2023-06-15 10:59:45 +03:00
ab862b5bc5 skill issue.. 2023-06-15 16:57:30 +09:00
3724820e92 refix /newchat, tokenizer button debug WIP 2023-06-15 16:53:19 +09:00
968af1a8b2 fix /newchat 2023-06-15 14:14:53 +09:00
1e87d973f1 /delmode - quickly enter message deletion mode 2023-06-15 13:44:28 +09:00
ede87fcf33 /newchat added 2023-06-15 12:55:36 +09:00
9f28078fbc Waifu Mode-->Visual Novel Mode, add /vn toggle cmd 2023-06-15 12:34:01 +09:00
63939fe660 Author's Notes: Add debouncing for token updates
Whenever a character is typed, add a debounce to not ovewhelm online
tokenizers such as OpenAI's.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-14 23:30:48 -04:00
8b8bf645eb World Info: Allow disabling recursion on entries
Recursive scanning is a very great tool used to create a tree hierarchy
of entries. However, some entries should not be included in recursion
due to possible conflicts and resulting leakage in chats.

Add an individual opt-out toggle to exclude the entry from recursive
scanning if the main option is enabled.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-14 23:00:37 -04:00
346d5cfb3a Author's Notes: Add per-character author's note
Adds the option to override the chat's author's note with one set
for each character. This saves the pain of having to copy and paste
author's notes for every chat.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-06-14 23:00:28 -04:00
ea49b33e3c Use abort endpoint for all supported koboldcpp generations 2023-06-14 19:56:55 -07:00
3f486e232f Doubled Display Efficiency of World Info Editor 2023-06-15 11:09:02 +09:00
8f97d4a71b Send abort signal to koboldcpp server on abort, mk. 2
Implemented the abort request being sent through server.js instead
of the client endpoint.
2023-06-14 14:31:19 -07:00
55fcebb4e1 Revert "Send abort signal to koboldcpp server on abort."
This reverts commits 0cf9d8895c
and ee8b60b5fc.
2023-06-14 13:28:00 -07:00
ee8b60b5fc add async to abort request. 2023-06-14 12:52:32 -07:00
0cf9d8895c Send abort signal to koboldcpp server on abort.
Simply aborting on client side does not end generation of
streaming tokens on the koboldcpp side, creating an awful user
experience where starting a new generation does not work, and
potentially causing segfaults in koboldcpp if another generation
is started while the previous one is still processing.
2023-06-14 12:25:15 -07:00
99f32a0ee1 Fix textbox not shrinking on all-disabled group gens. 2023-06-14 21:14:33 +03:00
90abca51df Optimize Ctrl+Enter selector + add logs 2023-06-14 14:12:20 +03:00
873e89d7c6 Merge pull request #487 from breathingmanually/edit-done-keyboard
Add keyboard shortcut to accept message edits
2023-06-14 13:27:13 +03:00
e98fd96105 Merge pull request #492 from duno9/main
Fixed possible error with hosting on port 80 or 443
2023-06-14 13:04:02 +03:00
d06f72dba7 Fix duplicate slash command registration 2023-06-14 11:27:17 +03:00
37a7637e29 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-14 17:17:39 +09:00
fb8e04d8d4 minify welcome message, fix mobile BG placement 2023-06-14 17:17:37 +09:00
c22d61de4b Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-06-14 10:51:07 +03:00
3dcdd84d84 Remove Kobold soft prompt selector UI 2023-06-14 10:51:03 +03:00
f0046a23b1 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-14 16:46:20 +09:00
1b0d569707 simplify/clarify welcome message 2023-06-14 16:46:18 +09:00
d15bbb517d Debounce token counting on character editor 2023-06-14 10:43:15 +03:00
fe51b39d61 Fixed possible error with hosting on port 80 or 443 2023-06-14 01:31:00 -04:00
edda2406dc Fixed possible error with hosting on port 80 or 443 2023-06-14 01:29:11 -04:00
73c2262589 settings.json finally getss linebreaks 2023-06-14 12:30:16 +09:00
e80c66a026 chromaDB powerlevel to 500 2023-06-14 07:57:57 +09:00
74c676d6d8 Adjust saving and token counting debouncing rates of World Info 2023-06-14 00:44:57 +03:00
183bf442d4 Add Turbo 16k to Window AI 2023-06-13 23:10:59 +03:00
356e85fedd Add new OpenAI models 2023-06-13 22:33:35 +03:00
96db4a8923 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-06-13 22:30:04 +09:00
db966a1965 update welcome message 2023-06-13 22:30:01 +09:00
094f2c571d Hide extension menu button if all menu elements are invisible 2023-06-13 14:12:20 +03:00
83821d9feb Fix TTS manifest 2023-06-13 13:55:00 +03:00
ba8d46f9b4 reduce menu font size from +20% to +10% 2023-06-13 18:07:14 +09:00
5bd813991e Extend v2 field limits 2023-06-13 10:20:25 +03:00
febb48ef6f Extend WI control limits 2023-06-13 10:18:41 +03:00
c3af618d0a Add keyboard shortcut to accept message edits 2023-06-13 01:12:48 -03:00
0013fb6a97 Fix Novel TTS audio on iOS 2023-06-13 01:21:35 +03:00
47fa79fcbc Fix iOS TTS generation 2023-06-13 01:17:48 +03:00
7b7a545eeb Merge pull request #486 from eltociear/patch-1
Fix typo in horde/index.d.ts
2023-06-13 01:03:33 +03:00
6207bdb671 Fix presets not respecting Claude source selection 2023-06-13 00:47:18 +03:00