|
8c3d4ca33c
|
Merge pull request #389 from drgnfr6/Fix-NovelAI-refresh-on-first-load
Fix NovelAI refresh on first load.
|
2023-05-29 10:26:26 +03:00 |
|
|
59c8b5f321
|
Merge pull request #391 from drgnfr6/dev
Fix NovelAI refresh on first load.
|
2023-05-29 10:25:58 +03:00 |
|
|
0717b41f8f
|
Merge pull request #392 from drgnfr6/Clio-Support
Clio support, in dev this time
|
2023-05-29 10:24:57 +03:00 |
|
|
a9ab9207b1
|
Merge branch 'Fix-NovelAI-refresh-on-first-load' into dev
|
2023-05-28 23:38:34 -05:00 |
|
|
3e55c4ffcf
|
Fix NovelAI refresh on first load.
|
2023-05-28 23:37:19 -05:00 |
|
|
857619df48
|
Improve NovelAI configuration by moving more of it to the UI, and cleaning up how config is handled a bit.
|
2023-05-28 23:34:09 -05:00 |
|
|
c6af819997
|
Setting max context size so Clio can access all of the context necessary.
|
2023-05-28 23:18:11 -05:00 |
|
|
796cc2f6d6
|
Adding Clio related files for basic support of the Clio-v1 model
|
2023-05-28 23:17:45 -05:00 |
|
|
da1c5bd5a5
|
Drag and drop character cards
|
2023-05-29 03:08:53 +03:00 |
|
|
584394ded0
|
Upload sprites as ZIP archive
|
2023-05-29 02:28:09 +03:00 |
|
|
3b72be402e
|
Don't let cropper overflow the canvas (or upload fails)
|
2023-05-29 01:18:11 +03:00 |
|
|
602bceb26e
|
Upload or delete a sprite image.
|
2023-05-29 01:17:52 +03:00 |
|
|
5efd55d343
|
Sync user name to chat option
|
2023-05-28 23:17:49 +03:00 |
|
|
b74939bf65
|
Message translate on edit
|
2023-05-28 22:43:31 +03:00 |
|
|
6bc3e01254
|
Update readme.md
|
2023-05-28 20:34:03 +03:00 |
|
|
73fa174165
|
Add buttons to translate whole chat and clear translations
|
2023-05-28 20:03:05 +03:00 |
|
|
29f21f6b6a
|
Prevent double saving of translated chats. Exception-safe event emitter
|
2023-05-28 19:09:10 +03:00 |
|
|
88c92c76ae
|
Unconditional load of extensions. Fixes for translations
|
2023-05-28 18:57:45 +03:00 |
|
|
8c48843d72
|
Translate impersonate and streaming responses. 4-state auto-mode for translation
|
2023-05-28 16:18:30 +03:00 |
|
|
5a678b74c3
|
TTS: narrate only translated text option
|
2023-05-28 14:46:15 +03:00 |
|
|
2cbfe7e571
|
Fix console spam on TTS. Expand tokenizer textarea
|
2023-05-28 13:42:55 +03:00 |
|
|
da30b69471
|
Fix unlocked context breaking OAI tokenizer
|
2023-05-28 13:42:30 +03:00 |
|
|
ff997c06c3
|
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
|
2023-05-28 13:42:09 +03:00 |
|
|
f6070084d1
|
(beta) Message translate plugin
|
2023-05-28 13:42:06 +03:00 |
|
|
0e0f490c98
|
allow Chroma slider to go to 0 to disable
|
2023-05-28 18:53:55 +09:00 |
|
|
6ab9e0f182
|
Export chats as .txt files
|
2023-05-28 16:42:59 +09:00 |
|
|
79979009f2
|
Stop TTS playback on swipe
|
2023-05-28 03:02:56 +03:00 |
|
|
5a7daedfca
|
Stop button fix for window.ai. Refactor the generation function
|
2023-05-28 02:33:34 +03:00 |
|
|
3897ed3b4e
|
Add Token counter plugin
|
2023-05-28 02:13:13 +03:00 |
|
|
1ba9ddd025
|
Fix Kobold parameters send (for real this time)
|
2023-05-28 02:07:13 +03:00 |
|
|
10c117751c
|
Fix drawer flicker [skip ci]
|
2023-05-28 00:15:19 +03:00 |
|
|
9ffe3beb35
|
Fix Kobold generation data not sending to API
|
2023-05-28 00:05:36 +03:00 |
|
|
8ab1b68c52
|
Add WI prompt format
|
2023-05-28 00:01:35 +03:00 |
|
|
158fdfb140
|
Add NSFW avoidance prompt to UI
|
2023-05-27 22:12:19 +03:00 |
|
|
be64b3469f
|
Properly fallback when w.ai model doesn't support streaming
|
2023-05-27 21:42:28 +03:00 |
|
|
a415deb8fa
|
Unlock context size of OAI
|
2023-05-27 20:45:22 +03:00 |
|
|
f1d3f8d3bd
|
Proper user name on chats import
|
2023-05-27 20:30:53 +03:00 |
|
|
387b1e6d4a
|
Merge branch 'main' into dev
|
2023-05-27 19:55:03 +03:00 |
|
|
0ab097711b
|
Fix window.ai streaming
|
2023-05-27 19:50:08 +03:00 |
|
|
386ba29399
|
Fix notes content
|
2023-05-27 18:01:51 +03:00 |
|
|
867791c942
|
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
|
2023-05-27 17:53:32 +03:00 |
|
|
d65a99448a
|
Merge pull request #382 from drgnfr6/TTS-Race-Condition-Fix
|
2023-05-27 17:45:29 +03:00 |
|
|
fbbb54a775
|
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
|
2023-05-27 23:41:42 +09:00 |
|
|
8bba794e7b
|
Add Creator Comment box, fix HR styles
|
2023-05-27 23:41:38 +09:00 |
|
|
c06f042898
|
Fix race condition when saving settings for TTS
|
2023-05-27 09:38:21 -05:00 |
|
|
53d6c58b15
|
Support Window.ai extension
|
2023-05-27 17:37:25 +03:00 |
|
|
73976af665
|
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
|
2023-05-27 15:36:30 +03:00 |
|
|
5fa14955fb
|
re-hide create button for char edit view
|
2023-05-27 21:03:00 +09:00 |
|
|
8abeb61baa
|
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
|
2023-05-27 21:01:32 +09:00 |
|
|
41251937b3
|
button to duplicate solo characters
|
2023-05-27 21:00:46 +09:00 |
|