Cohee
7e975e9df0
(WIP) Assign World Info to a character. [Out of spec]
2023-06-19 01:59:09 +03:00
Cohee
511f762e54
Auto-adjust values should not exceed max slider limits
2023-06-18 21:25:47 +03:00
Cohee
04a645141c
Set scenario override for characters
2023-06-18 20:32:51 +03:00
Cohee
e12242f44f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-18 18:33:59 +03:00
Cohee
976248b665
Fix char A/N in groups
2023-06-18 18:33:57 +03:00
RossAscends
28ba84ea6f
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-18 23:56:59 +09:00
RossAscends
93876b8189
themes upgrade, user/bot messages get unique color
2023-06-18 23:56:56 +09:00
Cohee
22a5def618
Add option to auto-adjust number of chroma messages to keep / query based on context size.
2023-06-18 16:29:23 +03:00
RossAscends
58a6ccd4a5
WI-to-AN for real this time.
2023-06-18 18:17:43 +09:00
RossAscends
75090c4fa4
WorldInfo can now be routed into Author's Note
2023-06-18 08:27:24 +09:00
RossAscends
b0db3686b1
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-18 06:35:24 +09:00
RossAscends
468aafb384
less console spam, placehold for dinkus MD escape
2023-06-18 06:35:22 +09:00
Cohee
b85605cac8
Don't auto-select chat.comp preset if it's already selected
2023-06-17 20:28:02 +03:00
RossAscends
0db9cec7c4
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-17 10:19:28 +09:00
RossAscends
0c0baecb5f
clarify TTS checkboxes
2023-06-17 10:19:27 +09:00
Cohee
3a8f4e4f76
Merge pull request #508 from zerfl/patch-1
...
fix: prevent swiping messages when editing tasks
2023-06-16 19:27:37 +03:00
Daniel Martin
a8341f7b57
fix: prevent swiping messages when editing tasks
2023-06-16 17:53:21 +02:00
RossAscends
db7578be8e
toggle for hiding WI Entry memo input box
2023-06-16 23:00:02 +09:00
Cohee
536052af3d
Rate-limit Poe message requests
2023-06-16 15:13:03 +03:00
RossAscends
ed0272efa6
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-16 19:24:26 +09:00
RossAscends
7686ac0b28
fix WI open/close buttons + entries start closed
2023-06-16 19:24:24 +09:00
Cohee
bec6227aaf
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
2023-06-16 12:55:08 +03:00
Cohee
6a2a0efc84
Don't run streaming with Kobold on quiet gens #504
2023-06-16 12:55:02 +03:00
Cohee
024784e0b0
Fix oobabooga homunculus mode
2023-06-16 00:22:27 +03:00
Cohee
329158349f
Remove debug statement
2023-06-16 00:08:52 +03:00
Cohee
62d5f20590
Don't stack suggested replies when using impersonate on Poe
2023-06-15 20:05:53 +03:00
Cohee
e420c96e77
Fix mobile audio playback stopping on swiping
2023-06-15 19:31:18 +03:00
Cohee
e91cbe009f
Correctly clamp max_context value on saving a chat completion preset
2023-06-15 18:32:56 +03:00
Cohee
a7a7ec0518
Merge pull request #503 from SillyTavern/dev
...
Dev
2023-06-15 15:11:41 +03:00
Cohee
8e468908c0
Remove char name from the TTS if it is hidden from display with power user setting
2023-06-15 15:04:09 +03:00
Cohee
a9cfcff8bf
Fix debouncing of author's note prompts
2023-06-15 12:02:58 +03:00
Cohee
3d408de74b
Merge pull request #496 from bdashore3/dev
...
Character author's notes + WI individual recursion disabling
2023-06-15 11:55:00 +03:00
Cohee
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
RossAscends
ab862b5bc5
skill issue..
2023-06-15 16:57:30 +09:00
RossAscends
3724820e92
refix /newchat, tokenizer button debug WIP
2023-06-15 16:53:19 +09:00
RossAscends
968af1a8b2
fix /newchat
2023-06-15 14:14:53 +09:00
RossAscends
1e87d973f1
/delmode - quickly enter message deletion mode
2023-06-15 13:44:28 +09:00
RossAscends
ede87fcf33
/newchat added
2023-06-15 12:55:36 +09:00
RossAscends
9f28078fbc
Waifu Mode-->Visual Novel Mode, add /vn toggle cmd
2023-06-15 12:34:01 +09:00
kingbri
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
kingbri
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
kingbri
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
Zixaphir
ea49b33e3c
Use abort endpoint for all supported koboldcpp generations
2023-06-14 19:56:55 -07:00
Zixaphir
55fcebb4e1
Revert "Send abort signal to koboldcpp server on abort."
...
This reverts commits 0cf9d8895c
and ee8b60b5fc
.
2023-06-14 13:28:00 -07:00
Zixaphir
ee8b60b5fc
add async to abort request.
2023-06-14 12:52:32 -07:00
Zixaphir
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
Cohee
99f32a0ee1
Fix textbox not shrinking on all-disabled group gens.
2023-06-14 21:14:33 +03:00
deedlitelf
7862f93182
Add Chinese symbols to end_trim_to_sentence
...
Chinese symbols have been added to end_trim_to_sentence to provide better support for truncation in Chinese chat.
2023-06-14 23:12:52 +08:00
Cohee
90abca51df
Optimize Ctrl+Enter selector + add logs
2023-06-14 14:12:20 +03:00
Cohee
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