Commit Graph

126 Commits

Author SHA1 Message Date
322f02dec3 Up and down 2023-03-28 16:06:31 +03:00
b71d7006ab Display optional modules for extensions 2023-03-27 23:48:13 +03:00
ce75a41388 Fix char image disappearing on changing bg 2023-03-27 23:33:59 +03:00
90b74e20d0 Down opacity a bit 2023-03-27 23:31:42 +03:00
1d7c63ee77 Improve readability of chats 2023-03-27 23:07:21 +03:00
9c31ab0039 Save prompts should actually work 2023-03-27 21:56:38 +03:00
45b4407ec3 Proper offline mode for char expressions 2023-03-27 21:28:04 +03:00
0b1a7cc06d Prevent same character from speaking twice in a row in group. 2023-03-27 21:08:11 +03:00
b3d992baee Fix swipes and thumbnails for groups 2023-03-27 20:00:14 +03:00
f8200e914e Properly load memory default settings 2023-03-27 19:23:16 +03:00
0e97d26645 Prevent applying broken images 2023-03-27 18:54:30 +03:00
43ade01424 Nicer expression list styles 2023-03-27 18:51:24 +03:00
9b3613c63c Add author's note to floating prompt extension 2023-03-27 01:43:46 +03:00
9944d729f8 Expressions offline mode 2023-03-26 16:29:55 +03:00
f14a1cb7e9 Fixes for OpenAI groups 2023-03-26 14:57:47 +03:00
19def2536f Kobold API url formatting 2023-03-25 23:38:51 +02:00
52fea181ab Properly clear character expression 2023-03-24 23:41:01 +02:00
d1ece06028 Fix token counters 2023-03-24 22:37:22 +02:00
4f0e9ab417 Make groups on OAI work 2023-03-24 22:21:33 +02:00
fd2c74b8ec Thumbnail user avatars 2023-03-24 21:12:57 +02:00
82e771df0d Wrap long extension settings to inline drawers 2023-03-24 19:42:19 +02:00
b5b9538c08 "Back to main" option for bookmarks 2023-03-24 15:15:26 +02:00
a1f16f470b Custom chat separators + fixes for drawers logic 2023-03-24 01:35:07 +02:00
339d3c357d Proper handle settings presets for TextGen 2023-03-23 22:47:02 +02:00
9eebe6ce61 Add preset settings for TextGen. Thanks oobabooga for compiling them! 2023-03-23 22:17:44 +02:00
321ecbec77 More settings for oobabooga's 2023-03-23 18:39:41 +02:00
57713c53a3 Better bookmark links 2023-03-23 16:10:06 +02:00
1b7632c352 Fix online status checks 2023-03-23 11:53:39 +02:00
a46e7a30bd Don't propagate api button click events to prevent closing the drawer 2023-03-23 11:23:36 +02:00
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
5dc62f78b4 disabled spammy coneole.logs 2023-03-23 13:13:43 +09:00
5c537e6eb8 Add chat bookmarking 2023-03-23 03:14:06 +02:00
a67e72ba1c Add map file 2023-03-23 01:07:57 +02:00
cde51513da caption extension now adds the caption to the img title attribute 2023-03-23 01:08:21 +09:00
d4524e1e0e fixed autoconnect spamming on page load 2023-03-23 00:30:16 +09:00
ff4b0e17f5 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 16:53:04 +02:00
3fe0e629c0 Force name2 advanced option 2023-03-22 16:53:01 +02:00
1588c88100 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 23:47:21 +09:00
b9da16ed95 fixed regenerate hotkey to work with groups
- it now clicks the regenerate button
- previously it directly called Regenerate()
2023-03-22 23:06:18 +09:00
862ac3fed8 right nav (now on top) lock and open/close preferences
are now remembered between page reloads.
lock prevents right nav drawer from closing when clicking away
or when opening other drawers.
2023-03-22 22:47:10 +09:00
bbe6583e03 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 12:42:06 +02:00
2e5244eec4 Force disable streaming 2023-03-22 12:42:04 +02:00
a96ff7049c Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 19:35:00 +09:00
d271dd2c97 midway through changes to right nav state saving 2023-03-22 19:34:56 +09:00
6aa7bef671 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 12:29:10 +02:00
4e2bc3e80a OpenAI fixes 2023-03-22 12:29:07 +02:00
3d0abbaf9d top settings now close when user clicks away 2023-03-22 19:20:51 +09:00
fd14855da9 New icon for connection. Note page for OAI key. Fix swipes with OAI. OAI model selection. 2023-03-22 02:18:57 +02:00
7cce26bd22 Add world info support for OAI. Fix regens 2023-03-22 01:16:16 +02:00
edab2e84b9 More credits 2023-03-22 00:51:06 +02:00