Commit Graph

3270 Commits

Author SHA1 Message Date
RossAscends
1a3f90d39c oof big 2023-07-10 05:25:38 +09:00
RossAscends
dcb7932d72 add 10k BG 2023-07-10 05:21:49 +09:00
RossAscends
797899c303 add credit for 10k BG 2023-07-10 05:20:01 +09:00
Cohee
d35ed21f48 Download all Poe bots. 2023-07-09 23:07:54 +03:00
Cohee
e883a37953 #678 Add /sysgen slash command 2023-07-09 21:16:48 +03:00
Cohee
3b56c89503 #676 Wrap Horde into try-catch 2023-07-09 21:03:01 +03:00
Cohee
c85b3253c5 Merge pull request #666 from BlipRanger/dev
[WIP] Record API + Model to message
2023-07-09 20:52:22 +03:00
RossAscends
42cd9a6e30 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-07-10 02:51:35 +09:00
RossAscends
039d8b5b8c Poe fix + API logging 2023-07-10 02:51:33 +09:00
BlipRanger
bdc4d213dd Remove reliance on settings dict 2023-07-09 13:38:09 -04:00
BlipRanger
47e01f6b6f Merge branch 'SillyTavern:dev' into dev 2023-07-09 13:09:14 -04:00
Cohee
3548f46782 Merge pull request #673 from 50h100a/sc-tweaks 2023-07-09 12:31:23 +03:00
50h100a
497ca714a9 Tweak chroma memory retrieval so one big memory doesn't shut out smaller memories that might fit.
Fixed some log lines.
2023-07-09 04:31:34 -04:00
RossAscends
dae48e66d1 WIP japanese i18n 2023-07-09 16:50:55 +09:00
BlipRanger
a15b2892a7 Merge branch 'dev' of https://github.com/BlipRanger/SillyTavern into dev 2023-07-08 18:55:50 -04:00
BlipRanger
d25eca0f29 Cleanup from gen info stuff 2023-07-08 18:55:47 -04:00
BlipRanger
eaa14d2804 Merge branch 'SillyTavern:dev' into dev 2023-07-08 18:54:31 -04:00
BlipRanger
148966affe Fix some issues with displaying the gen info 2023-07-08 18:53:23 -04:00
BlipRanger
0f7dad7a5e I think that corrects the extras for swiping 2023-07-08 17:44:36 -04:00
BlipRanger
5128b75216 Fixed model acquisiton 2023-07-08 17:13:52 -04:00
Cohee
0c7c9cad16 Merge pull request #671 from bdashore3/dev
Regex: Make MD formatting granular
2023-07-08 21:14:14 +03:00
kingbri
3c3eed0996 Regex: Change how MD formatting works
Previously, there was a checkbox to select placement as MD display.
This was counterintuitive since some users believed MD display
enclosed the other placement options.

Now, add a universal switch to finely tune what parts of a chat should
be excluded with MD formatting. For example a regex with the option
enabled with AI output selected will only format replies from the
character.

This is an improvement since users can now choose what parts of a
chat to format rather than sticking with a global display specifier.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-07-08 14:10:15 -04:00
Cohee
474a9cb99e Add parameter randomizer plugin 2023-07-08 20:24:15 +03:00
Cohee
68551ae15c Merge pull request #663 from vbdev537/dev
Add new Replacement Macro
2023-07-08 12:22:49 +03:00
BlipRanger
f72b055bfb Merge branch 'dev' of https://github.com/BlipRanger/SillyTavern into dev 2023-07-08 01:17:59 -04:00
BlipRanger
5a0c702f53 Handle swipes for extra info 2023-07-08 01:17:55 -04:00
BlipRanger
f2e4eb1696 Capture api/model to msgs 2023-07-08 00:40:29 -04:00
Cohee
8e5fd7938c Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-07-08 04:12:20 +03:00
Cohee
46e1a25d83 Fix cross-tab file drag and drop 2023-07-08 04:12:17 +03:00
Cohee
ed0c185284 Merge pull request #665 from 50h100a/smartcontext
Smart Context - bug fixes
2023-07-08 03:30:06 +03:00
50h100a
5983e50d21 Query from *in context* messages, not every single message since the dawn of time... 2023-07-07 19:43:27 -04:00
50h100a
1be05fa514 Always run extension interceptors. 2023-07-07 19:41:57 -04:00
Cohee
7026f7051f Merge pull request #664 from 50h100a/extmgr-oops
Extension Manager bugfix
2023-07-08 02:35:57 +03:00
50h100a
cd7df3e0e7 Correct oversight from tidying names for PR... 2023-07-07 19:04:59 -04:00
vbd537
1852279723 Add new Replacement Macro
Through the impersonate function it is possible for the AI to create a text as if it were in the place of the user's character, but the text is randomly generated without the user being able to suggest what he wants to be created. By including this new macro, the user will be able to guide the impersonate generation.
2023-07-07 18:10:27 -03:00
RossAscends
5b40260170 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-07-08 06:00:37 +09:00
RossAscends
ae3da169f1 *turns back time on the Poe-clock* 2023-07-08 06:00:31 +09:00
Cohee
00e7d3c270 Merge branch 'main' into dev 2023-07-07 23:50:10 +03:00
Cohee
880472df18 Merge pull request #662 from BlueprintCoding/patch-1
Update silerotts.js - Fixed Caching issue in some browsers
2023-07-07 23:49:34 +03:00
Blueprint Coding
6a3282cbc4 Update silerotts.js - Fixed Caching issue in some browsers
Added this line to disable caching of file so new files are always played instead of browser cached versions.
2023-07-07 13:44:01 -06:00
Cohee
078947b73e Merge pull request #661 from 50h100a/color-coded-extension-states
Extension Manager visual update
2023-07-07 22:34:33 +03:00
50h100a
fe0d315bcb Added unicode icons for colorblind users 2023-07-07 14:50:57 -04:00
50h100a
fca365de6c Removed parenthetical from "Author's Note".
Didn't seem to be accurate any more, anyway?
2023-07-07 14:42:13 -04:00
50h100a
d6412d7b42 Compressed extension manager popup.
Color-coded extension status.
Indentations!
2023-07-07 14:41:38 -04:00
Cohee
30ccb72017 Merge pull request #656 from 50h100a/smartcontext-improvements
Smart Context extension improvements
2023-07-07 20:38:56 +03:00
50h100a
f3d8f4a7da Merge branch 'dev' of https://github.com/SillyTavern/SillyTavern into smartcontext-improvements 2023-07-07 13:03:00 -04:00
Cohee
57ee954ad5 Animate VN mode expression changes 2023-07-07 19:09:53 +03:00
RossAscends
0d5cdcd0b1 HR betwn WI Entries; fading for solo sprites 2023-07-07 23:12:31 +09:00
RossAscends
6a30858579 Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev 2023-07-07 19:50:12 +09:00
RossAscends
be72b6f15f debug logging for poe connections 2023-07-07 19:50:09 +09:00