Cohee
|
03cfee0bf0
|
Merge pull request #149 from gidzzz/main
A bunch of cleanups in prompt generator
|
2023-04-23 14:31:36 +03:00 |
|
SillyLossy
|
f41d853d72
|
Merge branch 'main' into dev
|
2023-04-23 14:27:30 +03:00 |
|
Cohee
|
8def97683a
|
Merge pull request #150 from gidzzz/chat-loading-speedup
Massive speedup in loading of long chats
|
2023-04-23 14:24:55 +03:00 |
|
Cohee
|
64cf01e6da
|
Merge pull request #152 from paniphons/main
|
2023-04-23 12:52:49 +03:00 |
|
Paniphon
|
850f423475
|
FAQ: add NovelAI info
|
2023-04-23 14:03:51 +07:00 |
|
RossAscends
|
46a6943c27
|
moved filter-by-fav between search box & sort type
|
2023-04-23 14:58:59 +09:00 |
|
Grzegorz Gidel
|
130ddf8117
|
Massive speedup in loading of long chats
|
2023-04-23 02:24:15 +02:00 |
|
SillyLossy
|
ef8d496268
|
Fix caption button styles
|
2023-04-23 00:18:59 +03:00 |
|
Grzegorz Gidel
|
248f8b57a2
|
Simplify the message gathering loop
|
2023-04-22 23:02:48 +02:00 |
|
Grzegorz Gidel
|
c7fa0c594a
|
Improve locality of declarations and visual separation of code
|
2023-04-22 23:02:48 +02:00 |
|
Grzegorz Gidel
|
2dfb41d461
|
Simplify anchor selection code
|
2023-04-22 23:02:48 +02:00 |
|
Grzegorz Gidel
|
4caec7c857
|
Avoid usage of 'var' in Generate() to make reasoning about the code easier
|
2023-04-22 23:02:48 +02:00 |
|
SillyLossy
|
8cef0711c0
|
Merge branch 'main' into dev
|
2023-04-22 23:57:05 +03:00 |
|
SillyLossy
|
4fd5d90e70
|
Revert autorun URL opening on 0.0.0.0
|
2023-04-22 23:56:56 +03:00 |
|
SillyLossy
|
3a63eeed12
|
Add favorites first sorting rule
|
2023-04-22 23:49:58 +03:00 |
|
SillyLossy
|
31fbd8221b
|
Merge branch 'main' into dev
|
2023-04-22 23:27:40 +03:00 |
|
SillyLossy
|
20801f8603
|
Fix ssl
|
2023-04-22 23:27:15 +03:00 |
|
SillyLossy
|
6d1b886928
|
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
|
2023-04-22 23:22:07 +03:00 |
|
SillyLossy
|
31182e3040
|
Favorite as a button
|
2023-04-22 23:22:05 +03:00 |
|
RossAscends
|
0afb0c810f
|
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
|
2023-04-23 05:07:29 +09:00 |
|
RossAscends
|
8fb9b79c02
|
- proper send_textarea focus retention logic
- for send_but, options_button, and option_regenerate
|
2023-04-23 05:07:06 +09:00 |
|
SillyLossy
|
99d924bb2b
|
Merge branch 'main' into dev.
Reformat all notes
|
2023-04-22 23:00:08 +03:00 |
|
SillyLossy
|
652e44c74f
|
Hotfix
|
2023-04-22 22:44:46 +03:00 |
|
Cohee
|
06a227812d
|
Merge pull request #147 from artisticMink/feature/ssl-encryption
Add support for serving the application via HTTPS
|
2023-04-22 22:43:23 +03:00 |
|
SillyLossy
|
519cd9eaf2
|
Fix fav for group not saving
|
2023-04-22 22:39:31 +03:00 |
|
SillyLossy
|
f11305367d
|
Reduce console spam
|
2023-04-22 22:34:07 +03:00 |
|
SillyLossy
|
3acd02b59d
|
Reformat fav note
|
2023-04-22 22:27:56 +03:00 |
|
SillyLossy
|
e1c3dedd72
|
Reorder fav checkbox
|
2023-04-22 22:27:42 +03:00 |
|
Cohee
|
6658a273d6
|
Merge pull request #139 from wilfredchen/mark-favorite-filter-by-favorite
Mark character and group favorite and filter by favorite
|
2023-04-22 22:19:55 +03:00 |
|
Wilfred Chen
|
5eb4746f0e
|
remove unnecessary addClass from group-chats.js
|
2023-04-23 03:09:36 +08:00 |
|
Wilfred Chen
|
49aae69ea8
|
remove unnecessary fav_off css
|
2023-04-23 03:08:02 +08:00 |
|
maver
|
0b1e1625b0
|
Merge branch 'main' into feature/ssl-encryption
|
2023-04-22 21:05:22 +02:00 |
|
Wilfred Chen
|
152dc97ebe
|
condition check menu type so that clicking on fav wont submit the create chara form
|
2023-04-23 02:54:57 +08:00 |
|
SillyLossy
|
21586ab139
|
Update relative paths
1.4.8
|
2023-04-22 21:49:50 +03:00 |
|
maver
|
ea1da47c99
|
Allow the app being served via SSL
|
2023-04-22 20:41:38 +02:00 |
|
maver
|
e19990ee45
|
Add yargs dependency
Yargs is a powerful library for parsing command-line arguments.
|
2023-04-22 20:41:36 +02:00 |
|
Wilfred Chen
|
8015f3e7cf
|
Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite
|
2023-04-23 02:38:34 +08:00 |
|
Wilfred Chen
|
2aa42991fd
|
code clean up, change fav to use bool, use template instead of dynamic html, etc
|
2023-04-23 02:38:24 +08:00 |
|
SillyLossy
|
7dd59a26fa
|
Update package.json
|
2023-04-22 21:06:49 +03:00 |
|
SillyLossy
|
e2a77067b8
|
Massive skill issue
|
2023-04-22 21:05:43 +03:00 |
|
SillyLossy
|
90132e5c52
|
Add .npmignore
|
2023-04-22 20:58:47 +03:00 |
|
Cohee
|
2a21485bc1
|
Merge pull request #145 from ouoertheo/ouoertheo/elevenlabstts1
set up tts for modularity
|
2023-04-22 20:35:10 +03:00 |
|
SillyLossy
|
ca8b921e30
|
Adjustments for npm package
|
2023-04-22 20:34:01 +03:00 |
|
SillyLossy
|
c6214086de
|
Update package.json
|
2023-04-22 19:59:18 +03:00 |
|
Cohee
|
25456f58d2
|
Update package.json
|
2023-04-22 19:47:24 +03:00 |
|
SillyLossy
|
c72d61abfa
|
Update package.json
|
2023-04-22 19:43:25 +03:00 |
|
SillyLossy
|
d41e639639
|
Update package version
|
2023-04-22 19:33:57 +03:00 |
|
SillyLossy
|
36a1120251
|
Update package.json
|
2023-04-22 19:33:39 +03:00 |
|
SillyLossy
|
2d67210da4
|
Remove test job
|
2023-04-22 19:21:07 +03:00 |
|
SillyLossy
|
e5cd3a0ed4
|
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
|
2023-04-22 19:13:51 +03:00 |
|