a99c543b9f
Fix render function when no character is selected
2023-08-20 16:37:39 +02:00
07c24f363f
Render prompt manager before a character is selected
...
When prompt order strategy is global
2023-08-20 16:28:42 +02:00
59179f6c70
Use strict mode for prompt manager
...
Should already be the case since it's a module but let's me specific
2023-08-20 16:28:22 +02:00
7b8d10d25e
Added Include Names and Forced Names to all instruct presets
2023-08-20 16:10:22 +02:00
2fb86c8ebd
Added Persona Description and System Prompt to Story String
2023-08-20 16:08:54 +02:00
58ab266365
Make sure new example chat is not added without messages
2023-08-20 15:53:42 +02:00
5fee1f6f96
Add group nudge to prompts array
2023-08-20 15:35:15 +02:00
58a018deae
Check if newExample can be afforded before adding it
2023-08-20 15:35:01 +02:00
efa0f12349
Fix prompt manager issues
2023-08-20 16:25:16 +03:00
9d495d6b47
Merge pull request #981 from SillyTavern/hotfix-prompt-manager
...
Hotfix prompt manager
2023-08-20 15:38:54 +03:00
c2c8d83401
Merge pull request #974 from kingbased/hotfix-prompt-manager
...
prompt manager hotfix for groups and example chats
2023-08-20 15:38:20 +03:00
7ecc0295dc
scale cookie method
2023-08-20 20:55:37 +10:00
106f7afdcb
Slight performance increase for opening large World Infos
2023-08-20 13:15:02 +03:00
b44c72c639
Merge pull request #979 from Halsey1006/staging
...
NAI instruct prompt handling
2023-08-20 12:44:33 +03:00
6fb278266b
Merge pull request #977 from city-unit/feature/exorcism
...
Feature/exorcism
2023-08-20 12:37:56 +03:00
94754af013
Reformat code
2023-08-20 12:37:38 +03:00
84e5a63c34
Fix SD group gen bugs
2023-08-20 12:29:20 +03:00
692c1a5e60
Fix background SD gens
2023-08-20 12:16:29 +03:00
7528a3828a
Merge pull request #978 from 50h100a/mancer-url-ui
2023-08-20 11:33:15 +03:00
d3efc90886
Merge pull request #975 from StefanDanielSchwarz/roleplay-preset-newlines
2023-08-20 11:29:38 +03:00
334dcc7454
WIP splitting of style.css 5.6k --> 3.5k lines
2023-08-20 15:49:27 +09:00
ac319dbd30
CFG: Add positive prompt support and fixes
...
Positive prompts are the opposite of negative prompts. This helps
make the mixing process more accurate by keeping the negative differences
as close as possible to the positive ones by including this prompt.
In addition, fix prompt insertion order at a depth of 0 by hijacking
the same function used for Author's Note as a zero depth anchor.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-08-20 02:22:23 -04:00
25b337f124
Update nai-settings.js
...
Does not add curly braces if Novel AI instruct format is already present in the supplied prompt.
2023-08-19 23:11:53 -07:00
e8c996ff61
Move to char+timestamp for img naming.
2023-08-20 01:41:58 -04:00
92e6c6a998
CFG: Use ST prompt builder for negatives
...
Make the generate function build a negative prompt in addition to the
normal one. This allows for nonconflicting insertion with other extension
prompts and World Info.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-08-20 00:44:39 -04:00
f70baff95e
Comment tweaks
2023-08-20 00:33:37 -04:00
8dca75f6c3
single-URL ui for mancer.
...
automatically produce streaming URL from blocking URL.
2023-08-20 00:33:00 -04:00
83eb3449f3
localhost -> 127.0.0.1.
...
Thank you websockets, very cool.
2023-08-20 00:30:34 -04:00
3ce8343016
Add comments and stuff
2023-08-20 00:15:57 -04:00
24da113670
Just don't talk about it.
2023-08-20 00:02:13 -04:00
e76001a600
Merge branch 'staging' of https://github.com/city-unit/SillyTavern into feature/exorcism
2023-08-19 23:58:11 -04:00
c1d43c9e68
Remove base64 from groups too
2023-08-19 23:53:34 -04:00
2f09efcd7f
Exorcised base64 image stuff
2023-08-19 23:01:09 -04:00
4808e02c32
Merge branch 'staging' of https://github.com/Tony-sama/SillyTavern into staging
2023-08-20 02:31:21 +02:00
4dddb1e2f7
Audio module proper extension code. Dedicated Audio extension scripts. Simple UI to adjust bgm/ambient. Load bgm per character from character folder and switch audio dynamically w.r.t. expression. Ambient sound updated when background change.
2023-08-20 02:31:17 +02:00
1682818f12
Merge branch 'SillyTavern:staging' into staging
2023-08-20 02:28:43 +02:00
357b765897
roleplay preset newlines
2023-08-20 01:03:34 +02:00
386cca0e5d
Mobile waifu mode fix (?)
2023-08-19 23:55:57 +03:00
db6beed881
Fix mobile image overflow
2023-08-19 23:43:05 +03:00
bab368e3d2
Fix auto-load not triggering from hotswaps
2023-08-19 22:22:24 +03:00
5d1e27c820
Merge branch 'staging' of https://github.com/SillyLossy/TavernAI into staging
2023-08-19 22:03:13 +03:00
01cb95fba8
Save and restore quick edit heights
2023-08-19 22:03:10 +03:00
d163066a5d
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
2023-08-20 03:54:32 +09:00
4fe74f0041
unify import/export icons on prompt manager
2023-08-20 03:54:30 +09:00
941c67139a
Fix opening groups after conversion
2023-08-19 21:44:15 +03:00
93cb3bfee3
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
2023-08-20 03:39:30 +09:00
16888a007f
unify import/export icons
2023-08-20 03:39:28 +09:00
674228a5f5
Fix character JB / prompt + Original
2023-08-19 21:36:22 +03:00
b3377726c4
Removed unnecessary token reserve
2023-08-20 04:23:12 +10:00
0d7c1992f3
Deep clone presets before export
2023-08-19 21:17:58 +03:00