Commit Graph

146 Commits

Author SHA1 Message Date
SillyLossy
27b50c0780 Fix message edit not showing (for real this time) 2023-03-31 00:06:45 +03:00
SillyLossy
e009656c43 Adjustments to POE 2023-03-30 23:05:59 +03:00
SillyLossy
1541683492 Add caching of OAI messages tokens 2023-03-30 19:11:42 +03:00
SillyLossy
52879ec6a9 Fix typo 2023-03-30 17:30:12 +03:00
SillyLossy
4e77d485f5 Fix swipes 2023-03-30 17:23:47 +03:00
SillyLossy
12bc1e7ae4 Add poe extension 2023-03-30 16:53:15 +03:00
SillyLossy
55e2c7439f Fix mentions in groups 2023-03-29 21:00:34 +03:00
SillyLossy
5adb6e9b8c Add a null-check in bookmarks options 2023-03-29 20:05:55 +03:00
SillyLossy
f94dd07ae5 Don't destroy local storage on ctrl+arrow 2023-03-29 17:15:16 +03:00
SillyLossy
8847c0b81c Fix pin examples not saving properly 2023-03-29 17:11:19 +03:00
SillyLossy
67d2514edc Group UI tweaks 2023-03-29 17:04:07 +03:00
SillyLossy
bae5567138 Rename floating prompt extension 2023-03-29 00:47:25 +03:00
SillyLossy
0bf66d522b Togglable multigen 2023-03-29 00:30:48 +03:00
SillyLossy
6ab38964dc Restore last active group 2023-03-28 22:58:36 +03:00
SillyLossy
ca889b420a Add jailbreak as a system message option 2023-03-28 21:13:52 +03:00
SillyLossy
44f461254c Add no blur mode 2023-03-28 20:32:40 +03:00
SillyLossy
bab50bd58b Configurable group self-responses 2023-03-28 18:55:12 +03:00
SillyLossy
cd4f699e74 Allow zero depth for floating prompt 2023-03-28 17:49:02 +03:00
SillyLossy
ae7e21d6c5 Async OAI tokenization 2023-03-28 17:44:28 +03:00
SillyLossy
2c4876ac39 Adjust max tokens based on OAI model 2023-03-28 16:44:26 +03:00
SillyLossy
322f02dec3 Up and down 2023-03-28 16:06:31 +03:00
SillyLossy
b71d7006ab Display optional modules for extensions 2023-03-27 23:48:13 +03:00
SillyLossy
ce75a41388 Fix char image disappearing on changing bg 2023-03-27 23:33:59 +03:00
SillyLossy
90b74e20d0 Down opacity a bit 2023-03-27 23:31:42 +03:00
SillyLossy
1d7c63ee77 Improve readability of chats 2023-03-27 23:07:21 +03:00
SillyLossy
9c31ab0039 Save prompts should actually work 2023-03-27 21:56:38 +03:00
SillyLossy
45b4407ec3 Proper offline mode for char expressions 2023-03-27 21:28:04 +03:00
SillyLossy
0b1a7cc06d Prevent same character from speaking twice in a row in group. 2023-03-27 21:08:11 +03:00
SillyLossy
b3d992baee Fix swipes and thumbnails for groups 2023-03-27 20:00:14 +03:00
SillyLossy
f8200e914e Properly load memory default settings 2023-03-27 19:23:16 +03:00
SillyLossy
0e97d26645 Prevent applying broken images 2023-03-27 18:54:30 +03:00
SillyLossy
43ade01424 Nicer expression list styles 2023-03-27 18:51:24 +03:00
SillyLossy
9b3613c63c Add author's note to floating prompt extension 2023-03-27 01:43:46 +03:00
SillyLossy
9944d729f8 Expressions offline mode 2023-03-26 16:29:55 +03:00
SillyLossy
f14a1cb7e9 Fixes for OpenAI groups 2023-03-26 14:57:47 +03:00
SillyLossy
19def2536f Kobold API url formatting 2023-03-25 23:38:51 +02:00
SillyLossy
52fea181ab Properly clear character expression 2023-03-24 23:41:01 +02:00
SillyLossy
d1ece06028 Fix token counters 2023-03-24 22:37:22 +02:00
SillyLossy
4f0e9ab417 Make groups on OAI work 2023-03-24 22:21:33 +02:00
SillyLossy
fd2c74b8ec Thumbnail user avatars 2023-03-24 21:12:57 +02:00
SillyLossy
82e771df0d Wrap long extension settings to inline drawers 2023-03-24 19:42:19 +02:00
SillyLossy
b5b9538c08 "Back to main" option for bookmarks 2023-03-24 15:15:26 +02:00
SillyLossy
a1f16f470b Custom chat separators + fixes for drawers logic 2023-03-24 01:35:07 +02:00
SillyLossy
339d3c357d Proper handle settings presets for TextGen 2023-03-23 22:47:02 +02:00
SillyLossy
9eebe6ce61 Add preset settings for TextGen. Thanks oobabooga for compiling them! 2023-03-23 22:17:44 +02:00
SillyLossy
321ecbec77 More settings for oobabooga's 2023-03-23 18:39:41 +02:00
SillyLossy
57713c53a3 Better bookmark links 2023-03-23 16:10:06 +02:00
SillyLossy
1b7632c352 Fix online status checks 2023-03-23 11:53:39 +02:00
SillyLossy
a46e7a30bd Don't propagate api button click events to prevent closing the drawer 2023-03-23 11:23:36 +02:00
RossAsscends
9f3d40e3ed CSS tweaks:
- resized addbg3.png from 1600x1600 to 160x90
- added trans grey border to right nav, to match chat and send_form
- reduced opacity of chat/sendform >> 70% to 50%
- reduced blur on chat/sendform >> 20px to 10px
- added 1px gap between chat and right nav to match chat/sendform
- fixed add_bg button being too tall and skewing top bg row on mobile
- 2 new utility classes no-border and no-shadow
- made drawer heights match chat+sendform height on mobile

/img cleanup:
- removed unused files from /img
- resized large UI-only PNG files to 100px x 100px
- replaced fluffy.png with a custom PNG 'ai4.png'
- total /img footprint is now 615kb  (compared to 3.5MB in main tai 1.3)
-- /default-expressions 509kb
-- everything else 106kb
2023-03-23 16:48:40 +09:00