Cohee1207
e77cded357
Code clean-up
2023-08-19 18:51:20 +03:00
Cohee
438c78574f
Merge pull request #971 from kingbased/jurassic
...
AI21 Adapter
2023-08-19 18:48:15 +03:00
based
0f21eabb6e
AI21 Adapter + Tokenization implementation
2023-08-20 01:20:42 +10:00
Cohee
37fffa9930
Merge pull request #951 from SillyTavern/hotfix-prompt-manager
...
Hotfix prompt manager
2023-08-19 18:05:26 +03:00
Cohee
53dab00abe
Merge pull request #969 from StefanDanielSchwarz/end-prompt-with-newline
...
End Prompt with Newline
2023-08-19 18:04:01 +03:00
Cohee1207
a9849d1883
More uploads cleanup
2023-08-19 17:50:16 +03:00
Cohee1207
6471ce2074
Clean-up uploads folder when possible
2023-08-19 17:43:56 +03:00
Cohee
2f73a04a8d
Merge pull request #970 from Miiiikachu/staging
...
Added russian translation by Ashtray
2023-08-19 17:17:27 +03:00
Mika
f1f204ac57
Added russian translation by Ashtray
2023-08-19 23:14:43 +09:00
Cohee1207
336e27a92d
Move 3rd-party scripts into /lib
2023-08-19 16:29:46 +03:00
Cohee1207
5ebd096c88
Fix auto load char
2023-08-19 16:14:25 +03:00
Cohee1207
2d61c9954b
Pagination tweaks
2023-08-19 16:11:09 +03:00
maver
0084ea2461
Move sortable delay into configuration
2023-08-19 14:59:48 +02:00
Cohee1207
991ff98eaa
Performance optimizations for character edit / chat opening
2023-08-19 15:58:17 +03:00
maver
b0158bd72d
Implement configurable prompt order strategy for prompt manager
...
global and character
2023-08-19 14:50:39 +02:00
maver
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
Cohee
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
Stefan Daniel Schwarz
5e9980ea08
no space after name
2023-08-19 12:35:52 +02:00
RossAscends
fe7d80a7ff
Merge pull request #967 from city-unit/feature/search
...
Add search filtering for past chats
2023-08-19 15:25:25 +09:00
kingbri
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
city-unit
8581ef14dd
Add search filtering for past chats
2023-08-18 23:48:08 -04:00
city-unit
4488cee65d
Add search filtering for past chats
2023-08-18 23:45:05 -04:00
kingbri
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
Cohee
3019b889cd
Filter group candidates before mapping
2023-08-19 03:22:10 +03:00
Cohee
1305f9dc4c
Fix prompt manager sometimes erroring in groups with null members
2023-08-19 03:19:12 +03:00
Cohee
059647b286
Dynamically update group avatars
2023-08-19 03:13:40 +03:00
Cohee
f27107e0ef
Refactor and optimize group members display
2023-08-19 02:53:05 +03:00
Stefan Daniel Schwarz
0a0724255d
fix default context
2023-08-18 23:58:03 +02:00
Stefan Daniel Schwarz
bcc66de1df
multi-line clean-up message
2023-08-18 23:28:11 +02:00
Stefan Daniel Schwarz
599a912a5a
deduplicated multi-line stopping strings
2023-08-18 23:02:59 +02:00
Cohee
602c5cd791
Add pagination for characters list view
2023-08-18 23:13:15 +03:00
Stefan Daniel Schwarz
26e2b0c8fa
Fix whitespace issues
2023-08-18 21:18:54 +02:00
Stefan Daniel Schwarz
7e5d08874f
Handle last_output_sequence like output_sequence
2023-08-18 21:18:27 +02:00
Stefan Daniel Schwarz
a40df0c117
Added simple-proxy-for-tavern context template and instruct preset
2023-08-18 21:16:04 +02:00
Stefan Daniel Schwarz
6a89967144
Added Roleplay context template and updated instruct preset
2023-08-18 21:15:44 +02:00
Cohee
303f961ee2
Merge pull request #965 from deffcolony/staging
2023-08-18 18:00:23 +03:00
deffcolony
9839ea5b07
adds green color for url line
...
This will make sure the link is more visible in console
2023-08-18 16:48:23 +02:00
Cohee
0f162c1803
Save Novel preamble to presets
2023-08-18 17:43:50 +03:00
RossAscends
a0ed362591
move char panel token counter to desc box
2023-08-18 22:47:43 +09:00
RossAscends
0c5c8c50ad
half-fix for small boxes in mobile no spoiler view
2023-08-18 22:45:40 +09:00
Cohee
b645746a99
Merge pull request #963 from deffcolony/staging
...
removes width: 100% from img.expression
2023-08-18 16:20:11 +03:00
deffcolony
33a5a026d5
removes width: 100% from img.expression
...
this will fix the image resolution on mobile
2023-08-18 15:13:41 +02:00
Cohee
08a0709186
Escape "Match whole words" regex
2023-08-18 14:54:38 +03:00
Cohee
9bd9ddb9e1
Fix expressions display
2023-08-18 14:47:59 +03:00
Cohee
02cac8db8c
Disable escaping of HTML/tags in templates
2023-08-18 13:53:54 +03:00
Cohee
c4d8d70103
Improve phone usability of sortable drags
2023-08-18 13:41:46 +03:00
Cohee
1e0e5225ca
Fix quiet prompt generations for Novel with streaming enabled.
2023-08-18 12:56:20 +03:00
Cohee
5528a493a6
Do not insert an extra newline if example separator is empty
2023-08-18 12:32:52 +03:00
Cohee
f4dcd89ef6
Merge branch 'staging' of http://github.com/SillyTavern/SillyTavern into staging
2023-08-18 12:11:32 +03:00