Commit Graph

590 Commits

Author SHA1 Message Date
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
fe0fd95720 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-21 23:31:34 +02:00
e6413d0905 OpenAI support (by @CncAnon1) 2023-03-21 23:31:26 +02:00
4d4a9b97a5 fix typo in autoconnect 2023-03-22 01:17:17 +09:00
2e9a36b0cc updated autoconnect to reference nai_settings.api_novel_key 2023-03-22 00:22:00 +09:00
ecced62bc7 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-03-22 00:13:19 +09:00
93d421e029 autoconnect is less spammy now. 2023-03-22 00:10:51 +09:00
f6a0a2b65c Move novel settings to separate file 2023-03-21 17:05:51 +02:00
5f39014f91 Ooobabooga settings to separate file 2023-03-21 15:48:23 +02:00
ca9a5c72ea top settings connect icon is now red when disconnected 2023-03-21 21:08:15 +09:00
09fd3b16cf Merge branch 'dev-settings-on-top' into dev 2023-03-21 13:01:17 +02:00
1adea9305e keyboard hotkey Ctrl+Up now works with novel and ooba 2023-03-21 19:03:24 +09:00
5f32055a64 updated AutoConnect to work with NAI and OobaWebUI 2023-03-21 18:29:38 +09:00
1a1f445a14 Merge branch 'dev-settings-on-top' into dev 2023-03-21 01:09:06 +02:00
ea43b8c441 added a few missing semicolons 2023-03-20 17:50:40 +09:00
f6e56ad8e6 removed old commented-out code, and console.logs
removed code on .swipe_left listened that controlled right_swipe display
removed runGenerate force hiding right_swipe during gen
ra-mods - added check for swipe button visibility before KB swiping
2023-03-20 17:32:48 +09:00
3dc13ee272 fixed bug w/ keyboard swipes going while swipes disabled 2023-03-20 16:47:10 +09:00
15edcbb4ac Add single-line mode for Kobold 2023-03-20 00:31:12 +02:00
006ffec1f9 Fix security from upstream + console error messages 2023-03-19 20:23:18 +02:00
379207a3d8 Count examples toward permanent if pinned 2023-03-19 19:41:00 +02:00
8f81da2363 Advanced formatting options 2023-03-19 19:31:20 +02:00
993d3faa03 Pin message examples option 2023-03-19 16:21:43 +02:00
ba7621f845 Grammar 2023-03-19 01:13:15 +02:00
9886ebb3a1 Animate dice dropdown 2023-03-19 01:09:45 +02:00
95ca39d8e0 Display selected group name 2023-03-19 01:05:39 +02:00
6b623cead9 Allow setting floating prompt for each chat. Add extensions management 2023-03-18 23:55:13 +02:00
92d4a7f19e Collapse newlines in prompt 2023-03-18 22:42:41 +02:00
bf5b2a5c40 Swipes and regenerations in groups should be working now 2023-03-18 21:55:10 +02:00
0fe838223f Animate regen (again) + placeholder for group regen 2023-03-18 19:56:58 +02:00
d7547ef869 Move all settings to KAI script 2023-03-18 19:13:43 +02:00
7b6eaf6ed0 Add explanation for advanced settings 2023-03-18 17:58:09 +02:00
4bfd6ded89 Fix extensions loader for firefox 2023-03-18 13:58:44 +02:00
33659c4e7a - fixed touch swipe detection
- removed unnecessary hideswipebuttons calls
- restyled swipe buttons to display flex
2023-03-18 13:25:17 +09:00
de27382e50 - made right swipe highlight when next swipe will generate
- added a swipe counter below right swipe
(could add a toggle for displaying it later)
- removed spammy console.logs from expressions index.js
- swipes no longer trigger under the following conditions:
- - when an input it focused
- - when character_popup or history popup are visible
- - when send_textarea has something typed into it
(I think this a bit too restrictive, may seek a smarter way to handle it)

ISSUE: Pyg repeating gens cause swipes animation to lag/freeze
not sure what is the cause, but should seek to remedy somehow.
2023-03-18 12:34:18 +09:00
bd60065e90 back to working after merge,
formatting should match
fixed bug with send butting showing up midway through long pyg generations
optimized changeMainAPI function
2023-03-18 07:01:25 +09:00
5f2c6b8853 - fixed swiping/generation post merge
- optimized char edit/create textarea listeners
- optimized listeners for left side options popup
-
2023-03-18 06:09:12 +09:00
2f2092106e Merge branch 'SL-TAI-RA-Mods' into dev 2023-03-17 19:40:26 +02:00