Commit Graph

4150 Commits

Author SHA1 Message Date
5cecc9fbff Scrub proxy from exported presets
Speed-up animations.
2023-08-19 21:13:37 +03:00
aef78c6d99 Fix group candidates search. Fix tag exclusion filter display 2023-08-19 21:08:35 +03:00
c2a4e2e52a fix example dialogue nudge 2023-08-20 04:06:43 +10:00
6f12ab29f0 fixed {{group}} macro 2023-08-20 04:03:56 +10:00
21261b1a19 Fix group list tags display 2023-08-19 20:58:53 +03:00
6dc8f01ca7 readded group nudge to end of prompt (needs proper integration into prompt manager) 2023-08-20 03:50:51 +10:00
3df439a224 merge 2023-08-20 03:44:06 +10:00
e0de442523 Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into qolfeatures 2023-08-20 03:22:54 +10:00
b3751efe58 Minor AI21 bug fixes 2023-08-20 03:22:38 +10:00
06c7b8d7d6 [WIP] Add UI for auto-select instruct 2023-08-19 20:18:39 +03:00
ce40780ed1 Added option to exclude assistant prefix to Claude prompt (for jailbreaks already appending Assistant:) 2023-08-20 03:09:50 +10:00
771c9d6165 Optimize SVG loader. Add ai21 icon 2023-08-19 19:48:33 +03:00
dba685bffb Added detection for broken/deleted bookmark links, can expand on this to automatically delete broken links, but for now it just hides the icon. 2023-08-20 02:45:20 +10:00
b56fe3e01b Made favorite characters/groups more apparent 2023-08-20 02:30:57 +10:00
0d694dcc32 Added power user option to remove examples 2023-08-20 02:25:07 +10:00
a4f075a9b1 Added swipe deletion 2023-08-20 02:11:45 +10:00
143ebec4c6 Remove console log 2023-08-19 19:08:35 +03:00
5a68cd61a1 Remove unnecessary log 2023-08-19 18:58:37 +03:00
2cd2318298 Code clean-up 2023-08-19 18:52:06 +03:00
e77cded357 Code clean-up 2023-08-19 18:51:20 +03:00
438c78574f Merge pull request #971 from kingbased/jurassic
AI21 Adapter
2023-08-19 18:48:15 +03:00
0f21eabb6e AI21 Adapter + Tokenization implementation 2023-08-20 01:20:42 +10:00
37fffa9930 Merge pull request #951 from SillyTavern/hotfix-prompt-manager
Hotfix prompt manager
2023-08-19 18:05:26 +03:00
53dab00abe Merge pull request #969 from StefanDanielSchwarz/end-prompt-with-newline
End Prompt with Newline
2023-08-19 18:04:01 +03:00
a9849d1883 More uploads cleanup 2023-08-19 17:50:16 +03:00
6471ce2074 Clean-up uploads folder when possible 2023-08-19 17:43:56 +03:00
2f73a04a8d Merge pull request #970 from Miiiikachu/staging
Added russian translation by Ashtray
2023-08-19 17:17:27 +03:00
f1f204ac57 Added russian translation by Ashtray 2023-08-19 23:14:43 +09:00
336e27a92d Move 3rd-party scripts into /lib 2023-08-19 16:29:46 +03:00
5ebd096c88 Fix auto load char 2023-08-19 16:14:25 +03:00
2d61c9954b Pagination tweaks 2023-08-19 16:11:09 +03:00
0084ea2461 Move sortable delay into configuration 2023-08-19 14:59:48 +02:00
991ff98eaa Performance optimizations for character edit / chat opening 2023-08-19 15:58:17 +03:00
b0158bd72d Implement configurable prompt order strategy for prompt manager
global and character
2023-08-19 14:50:39 +02:00
cc01ee6c1c Print stack to console on chatcompletion error 2023-08-19 14:50:39 +02:00
SDS
49c6676f72 End Prompt with Newline
This change adds a trailing newline to the instruct mode prompt when "Wrap Sequences with Newline" is on and "Include Names" is off. (When "Include Names" is on, "Wrap Sequences with Newline" is already applied before.)
2023-08-19 13:54:09 +02:00
3acd0a590e Merge pull request #966 from StefanDanielSchwarz/simple-proxy-for-tavern-replacement
Simple proxy for tavern replacement
2023-08-19 14:35:43 +03:00
5e9980ea08 no space after name 2023-08-19 12:35:52 +02:00
fe7d80a7ff Merge pull request #967 from city-unit/feature/search
Add search filtering for past chats
2023-08-19 15:25:25 +09:00
7191f7a8ad CFG: Add insertion depth and custom separator
Insertion depth allows for CFG to variably inject itself into the
negative prompt. This is similar to how Author's note works.

However, this method of insertion depth conflicts with AN and
world info where negatives can be meshed between two lines
of those specific insertions.

A custom separator must be wrapped in quotes, otherwise the default
separator is a newline for negative cascading.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-19 01:29:59 -04:00
8581ef14dd Add search filtering for past chats 2023-08-18 23:48:08 -04:00
4488cee65d Add search filtering for past chats 2023-08-18 23:45:05 -04:00
6fbfaddc78 Redesigned RVC UI for easier use and intelligibility 2023-08-19 04:34:39 +02:00
cdbca6d9fd CFG: Include the entire prompt with negative prompt
CFG with LLMs works differently than stable diffusion. The main principle
is prompt mixing and utilizing the differences between the two prompts
rather than a full "negative prompt" of what the user doesn't want.

SillyTavern its own way of formatting a prompt sent to an LLM backend.
Therefore, take that prompt and add negatives to it.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-18 22:18:09 -04:00
3019b889cd Filter group candidates before mapping 2023-08-19 03:22:10 +03:00
1305f9dc4c Fix prompt manager sometimes erroring in groups with null members 2023-08-19 03:19:12 +03:00
059647b286 Dynamically update group avatars 2023-08-19 03:13:40 +03:00
f27107e0ef Refactor and optimize group members display 2023-08-19 02:53:05 +03:00
87eccb3f51 Prototype of dynamic background music using expression extension 2023-08-19 01:07:10 +02:00
0a0724255d fix default context 2023-08-18 23:58:03 +02:00