Cohee
b09ea054df
Bump package version
2023-06-16 00:24:41 +03:00
Cohee
024784e0b0
Fix oobabooga homunculus mode
2023-06-16 00:22:27 +03:00
Cohee
329158349f
Remove debug statement
2023-06-16 00:08:52 +03:00
Cohee
62d5f20590
Don't stack suggested replies when using impersonate on Poe
2023-06-15 20:05:53 +03:00
Cohee
e420c96e77
Fix mobile audio playback stopping on swiping
2023-06-15 19:31:18 +03:00
Cohee
7af5a6ee5d
Fix broken preset file
2023-06-15 19:26:25 +03:00
Cohee
e91cbe009f
Correctly clamp max_context value on saving a chat completion preset
2023-06-15 18:32:56 +03:00
Cohee
a7a7ec0518
Merge pull request #503 from SillyTavern/dev
...
Dev
2023-06-15 15:11:41 +03:00
Cohee
8e468908c0
Remove char name from the TTS if it is hidden from display with power user setting
2023-06-15 15:04:09 +03:00
RossAscends
2f6ed2c91c
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-15 20:59:24 +09:00
RossAscends
5f7120aead
heartbroken
2023-06-15 20:59:22 +09:00
Cohee
ea2cdc8e69
Force new user avatar when syncing personas.
2023-06-15 14:52:36 +03:00
Cohee
4987358d76
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-15 14:37:09 +03:00
Cohee
7bead7a5a8
Lock user avatar in messages to personas
2023-06-15 14:37:05 +03:00
RossAscends
c7d137c7c2
better horde model selector height
2023-06-15 20:28:33 +09:00
Cohee
28820bae05
Fix prompt itemization without streaming
2023-06-15 14:11:19 +03:00
Cohee
867b08fd4a
Bump package version
2023-06-15 13:35:48 +03:00
Cohee
fc078fb146
Add Novel Euterpe presets
2023-06-15 13:34:47 +03:00
Cohee
9600eb4947
Fix options menu jumping around the screen on delete select
2023-06-15 12:42:35 +03:00
Cohee
4e44823b4c
Fix off-by-one in prompt itemization
2023-06-15 12:26:58 +03:00
Cohee
a9cfcff8bf
Fix debouncing of author's note prompts
2023-06-15 12:02:58 +03:00
Cohee
3d408de74b
Merge pull request #496 from bdashore3/dev
...
Character author's notes + WI individual recursion disabling
2023-06-15 11:55:00 +03:00
Cohee
308639d3da
Display multigen compatibility note
2023-06-15 11:44:54 +03:00
Cohee
608f5cd86f
Merge pull request #498 from zixaphir/streaming-abort
...
Send abort signal to koboldcpp server on abort.
2023-06-15 10:59:45 +03:00
RossAscends
ab862b5bc5
skill issue..
2023-06-15 16:57:30 +09:00
RossAscends
3724820e92
refix /newchat, tokenizer button debug WIP
2023-06-15 16:53:19 +09:00
RossAscends
968af1a8b2
fix /newchat
2023-06-15 14:14:53 +09:00
RossAscends
1e87d973f1
/delmode - quickly enter message deletion mode
2023-06-15 13:44:28 +09:00
RossAscends
ede87fcf33
/newchat added
2023-06-15 12:55:36 +09:00
RossAscends
9f28078fbc
Waifu Mode-->Visual Novel Mode, add /vn toggle cmd
2023-06-15 12:34:01 +09:00
kingbri
63939fe660
Author's Notes: Add debouncing for token updates
...
Whenever a character is typed, add a debounce to not ovewhelm online
tokenizers such as OpenAI's.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-14 23:30:48 -04:00
kingbri
8b8bf645eb
World Info: Allow disabling recursion on entries
...
Recursive scanning is a very great tool used to create a tree hierarchy
of entries. However, some entries should not be included in recursion
due to possible conflicts and resulting leakage in chats.
Add an individual opt-out toggle to exclude the entry from recursive
scanning if the main option is enabled.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-14 23:00:37 -04:00
kingbri
346d5cfb3a
Author's Notes: Add per-character author's note
...
Adds the option to override the chat's author's note with one set
for each character. This saves the pain of having to copy and paste
author's notes for every chat.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-14 23:00:28 -04:00
Zixaphir
ea49b33e3c
Use abort endpoint for all supported koboldcpp generations
2023-06-14 19:56:55 -07:00
RossAscends
3f486e232f
Doubled Display Efficiency of World Info Editor
2023-06-15 11:09:02 +09:00
Zixaphir
8f97d4a71b
Send abort signal to koboldcpp server on abort, mk. 2
...
Implemented the abort request being sent through server.js instead
of the client endpoint.
2023-06-14 14:31:19 -07:00
Zixaphir
55fcebb4e1
Revert "Send abort signal to koboldcpp server on abort."
...
This reverts commits 0cf9d8895c
and ee8b60b5fc
.
2023-06-14 13:28:00 -07:00
Zixaphir
ee8b60b5fc
add async to abort request.
2023-06-14 12:52:32 -07:00
Zixaphir
0cf9d8895c
Send abort signal to koboldcpp server on abort.
...
Simply aborting on client side does not end generation of
streaming tokens on the koboldcpp side, creating an awful user
experience where starting a new generation does not work, and
potentially causing segfaults in koboldcpp if another generation
is started while the previous one is still processing.
2023-06-14 12:25:15 -07:00
Cohee
99f32a0ee1
Fix textbox not shrinking on all-disabled group gens.
2023-06-14 21:14:33 +03:00
Cohee
75a29203c5
Merge pull request #494 from deedlitelf/deedlitelf-patch-1
...
Add Chinese symbols to end_trim_to_sentence
2023-06-14 20:22:43 +03:00
deedlitelf
7862f93182
Add Chinese symbols to end_trim_to_sentence
...
Chinese symbols have been added to end_trim_to_sentence to provide better support for truncation in Chinese chat.
2023-06-14 23:12:52 +08:00
Cohee
90abca51df
Optimize Ctrl+Enter selector + add logs
2023-06-14 14:12:20 +03:00
Cohee
873e89d7c6
Merge pull request #487 from breathingmanually/edit-done-keyboard
...
Add keyboard shortcut to accept message edits
2023-06-14 13:27:13 +03:00
Cohee
e98fd96105
Merge pull request #492 from duno9/main
...
Fixed possible error with hosting on port 80 or 443
2023-06-14 13:04:02 +03:00
Cohee
d06f72dba7
Fix duplicate slash command registration
2023-06-14 11:27:17 +03:00
RossAscends
37a7637e29
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-14 17:17:39 +09:00
RossAscends
fb8e04d8d4
minify welcome message, fix mobile BG placement
2023-06-14 17:17:37 +09:00
Cohee
c22d61de4b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-14 10:51:07 +03:00
Cohee
3dcdd84d84
Remove Kobold soft prompt selector UI
2023-06-14 10:51:03 +03:00
RossAscends
f0046a23b1
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-14 16:46:20 +09:00
RossAscends
1b0d569707
simplify/clarify welcome message
2023-06-14 16:46:18 +09:00
Cohee
d15bbb517d
Debounce token counting on character editor
2023-06-14 10:43:15 +03:00
duno9
fe51b39d61
Fixed possible error with hosting on port 80 or 443
2023-06-14 01:31:00 -04:00
duno9
edda2406dc
Fixed possible error with hosting on port 80 or 443
2023-06-14 01:29:11 -04:00
RossAscends
73c2262589
settings.json finally getss linebreaks
2023-06-14 12:30:16 +09:00
RossAscends
e80c66a026
chromaDB powerlevel to 500
2023-06-14 07:57:57 +09:00
Cohee
74c676d6d8
Adjust saving and token counting debouncing rates of World Info
2023-06-14 00:44:57 +03:00
Cohee
183bf442d4
Add Turbo 16k to Window AI
2023-06-13 23:10:59 +03:00
Cohee
356e85fedd
Add new OpenAI models
2023-06-13 22:33:35 +03:00
RossAscends
96db4a8923
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-13 22:30:04 +09:00
RossAscends
db966a1965
update welcome message
2023-06-13 22:30:01 +09:00
Cohee
094f2c571d
Hide extension menu button if all menu elements are invisible
2023-06-13 14:12:20 +03:00
Cohee
83821d9feb
Fix TTS manifest
2023-06-13 13:55:00 +03:00
RossAscends
ba8d46f9b4
reduce menu font size from +20% to +10%
2023-06-13 18:07:14 +09:00
Cohee
5bd813991e
Extend v2 field limits
2023-06-13 10:20:25 +03:00
Cohee
febb48ef6f
Extend WI control limits
2023-06-13 10:18:41 +03:00
breathingmanually
c3af618d0a
Add keyboard shortcut to accept message edits
2023-06-13 01:12:48 -03:00
Cohee
0013fb6a97
Fix Novel TTS audio on iOS
2023-06-13 01:21:35 +03:00
Cohee
47fa79fcbc
Fix iOS TTS generation
2023-06-13 01:17:48 +03:00
Cohee
7b7a545eeb
Merge pull request #486 from eltociear/patch-1
...
Fix typo in horde/index.d.ts
2023-06-13 01:03:33 +03:00
Cohee
6207bdb671
Fix presets not respecting Claude source selection
2023-06-13 00:47:18 +03:00
RossAscends
ba9c74ee71
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-13 06:19:14 +09:00
RossAscends
69ed0f7ba9
increase font size of popup menus
2023-06-13 06:19:12 +09:00
Cohee
4525070aa5
Change chunk delimiter message
2023-06-13 00:08:06 +03:00
Cohee
af889ecdfc
Prevent duplicate KAI warnings
2023-06-12 23:47:47 +03:00
Cohee
e10fb53de9
Merge pull request #483 from zixaphir/dev
...
Implement support for koboldcpp SSE streaming.
2023-06-12 23:15:06 +03:00
Cohee
895325ad4f
Merge branch 'dev' into dev
2023-06-12 23:13:16 +03:00
Cohee
5971efd330
Adjust KAI retry logic
2023-06-12 23:01:01 +03:00
Cohee
88fadce5c6
Fix Kobold retry logic
2023-06-12 22:32:20 +03:00
Zixaphir
3a33b7cd3e
Reimplement railguards for temporary API service unavailable errors.
2023-06-12 11:59:25 -07:00
Zixaphir
524cc881d4
= =/= ==
...
Can't believe I missed this yesterday.
2023-06-12 11:43:18 -07:00
Ikko Eltociear Ashimine
735a3c9b45
Fix typo in horde/index.d.ts
...
contructor -> constructor
2023-06-13 02:41:21 +09:00
Cohee
0007addbd9
Disable chat message autohide
2023-06-12 18:17:58 +03:00
Cohee
43701d378c
Disable auto-mode in groups on user input
2023-06-12 18:15:18 +03:00
Cohee
aaf3f00bef
Friendlier startup console messages
2023-06-12 17:38:41 +03:00
Cohee
65ee58d383
Hide wand if no extensions with menu button are active
2023-06-12 17:13:56 +03:00
Cohee
ecd8cad933
Clarify Poe max context sizes, increase default timeout, add ignore <ACK> to character note, don't chunkify the prompt for Claude-100k
2023-06-12 13:09:15 +03:00
Cohee
5b1d48a833
Fix dice extension dropdown
2023-06-12 12:39:59 +03:00
Cohee
f36bd0d3b9
Fix stop button not deactivating on impersonation finish in group chats
2023-06-12 12:35:17 +03:00
RossAscends
afe60c1e39
fix WI Entry disable style
2023-06-12 16:36:41 +09:00
RossAscends
548a3964a3
sitewide style fixes, char panel revamp
2023-06-12 16:14:13 +09:00
Zixaphir
b652b64863
Correct testing fail.
2023-06-11 19:14:41 -07:00
Zixaphir
e9427a14d5
Add warning if streaming is unsupported on kobold version.
...
minimum version of koboldcpp 1.30 is the only known implementation
to support SSE token streaming, assuming 1.30 releases with the
feature enabled.
2023-06-11 18:36:19 -07:00
Cohee
ac2fceeddf
Add token counter for author's notes
2023-06-12 02:35:54 +03:00
Cohee
893cb968f5
Dynamically display lock icons
2023-06-12 01:09:54 +03:00
Cohee
77ac976dd3
Clarify persona management info messages
2023-06-12 00:53:18 +03:00
Cohee
4a507b2a46
Clarify wording for user name locking
2023-06-12 00:36:17 +03:00
Cohee
41ee2a20fb
Add docs to /? message
2023-06-12 00:04:40 +03:00
Cohee
a3b977918c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-11 23:49:58 +03:00
Cohee
2a882c4285
Ability to set default persona for chats
2023-06-11 23:49:55 +03:00
RossAscends
2b094653c0
help links match UI theme quotescolor
2023-06-12 05:45:42 +09:00
RossAscends
e1687b29a6
fix links for new docs site structure
2023-06-12 05:27:40 +09:00
Zixaphir
698461c188
Implement support for koboldcpp SSE streaming.
...
koboldcpp added SSE streaming to its API as of:
https://github.com/LostRuins/koboldcpp/pull/220
This has not yet been added to release, but I figued I'd try to
get the work done to make it ready.
Work mostly hijacked from:
10bbc97069
2023-06-11 13:24:07 -07:00
RossAscends
4bce33b1a9
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-12 03:41:24 +09:00
RossAscends
3dc6936002
improve options&extensions menu display..again..
2023-06-12 03:41:21 +09:00
Cohee
fc3d5ccf99
Merge pull request #481 from breathingmanually/send-if-empty
2023-06-11 20:43:13 +03:00
breathingmanually
147c7ea6ec
Fix swipes etc when send_if_empty is set
2023-06-11 14:30:36 -03:00
Cohee
eea8516879
Don't process free mode SD prompts (just trim it)
2023-06-11 19:28:06 +03:00
Cohee
a1fb159617
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-11 18:49:02 +03:00
Cohee
fc001b0b05
Bind user names to avatars (create personas) and select personas for chats
2023-06-11 18:49:00 +03:00
Cohee
3aad70ee0f
Merge pull request #480 from breathingmanually/send-if-empty
...
Add preset setting to avoid sending empty messages
2023-06-11 18:18:34 +03:00
breathingmanually
98092222fd
Add preset setting to avoid sending empty messages
2023-06-11 11:49:32 -03:00
Cohee
471bc6cb48
Fix option names
2023-06-11 15:18:59 +03:00
Cohee
f0666d8de8
Disable midword underscores in MD
2023-06-11 15:08:53 +03:00
Cohee
6a40ca45df
Update showdown library
2023-06-11 15:06:14 +03:00
Cohee
3829580aab
Disable dinkus extension if no separator is set.
2023-06-11 14:30:32 +03:00
Cohee
525b9dc0bb
Fix default NAI presets. Add NAI bad words
2023-06-11 13:17:55 +03:00
Cohee
c34455ef1e
Fix chunked message sending to Poe
2023-06-11 12:19:22 +03:00
RossAscends
c5ced699aa
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-11 08:38:30 +09:00
RossAscends
c514ada6a6
add /? for new hotkeys, and hint for /? in chatbar
2023-06-11 08:38:28 +09:00
Cohee
36a3c3f72b
Merge pull request #475 from bdashore3/dev
...
Markdown escaping and reloading
2023-06-10 22:56:18 +03:00
kingbri
75814dd50a
Chat: Add button for manual reloading
...
If automatic reloading doesn't work. Add this button to manually
reload the chat window. Only reload if a character chat is loaded.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-10 14:33:36 -04:00
Cohee
f3787b13f2
Poe reply suggestions
2023-06-10 21:20:47 +03:00
kingbri
424ed9c1df
Formatting: Ignore chat separators with markdown
...
Some chat separators (or dinkuses) cause markdown to be rendered
on the chat window.
Examples include "###" -> h3 and "---" -> metadata.
This can look jarring to the end user as it can interrupt a pleasant
chat experience. Therefore, it makes sense to ignore these lines with
div tags that indicate to Showdown that this string doesn't need markdown.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-10 14:09:29 -04:00
Cohee
46c1fde423
Get appropriate tokenizer for WAI and handle streaming rejection properly
2023-06-10 18:41:02 +03:00
Cohee
ccefee6cee
Restore WAI model on load
2023-06-10 18:18:23 +03:00
Cohee
ba09f56d3d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-10 18:16:15 +03:00
Cohee
d292f6ee87
Add Window AI model settings
2023-06-10 18:16:13 +03:00
RossAscends
0db5012626
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-10 23:21:29 +09:00
RossAscends
c4e2480212
fix options menu hide/show & iOS blur
2023-06-10 23:21:23 +09:00
Cohee
acee302b09
Wrap Chat Completion buttons
2023-06-10 17:02:40 +03:00
Cohee
51919cff5d
Add Test API connection button
2023-06-10 16:35:22 +03:00
Cohee
f894176e14
Add Top K and Top P for Claude
2023-06-10 16:21:45 +03:00
Cohee
935864388e
Increase status check timeout interval
2023-06-10 15:57:48 +03:00
Cohee
125d499bcd
Add rate to Edge TTS
2023-06-10 15:38:07 +03:00
RossAscends
5113c04281
hotkeys to scroll to context line and chat bottom
2023-06-10 12:32:27 +09:00
Cohee
c029b4ef73
Merge branch 'main' into dev
2023-06-09 23:28:27 +03:00
Cohee
6541d3e741
Bump package version
2023-06-09 22:35:17 +03:00
Cohee
d4d903323e
Poe fixed
2023-06-09 22:33:54 +03:00
Cohee
9e0607c7cb
Poe fixed
2023-06-09 22:31:57 +03:00
Cohee
dac67af6b0
Merge pull request #472 from mayaeary/patch-1
...
Fix code blocks style
2023-06-09 22:13:55 +03:00
Maya
0a7c7b01b3
Fix code blocks style
2023-06-09 22:08:26 +03:00
Cohee
1fe55194ee
Reduce number of WI help links
2023-06-09 21:45:13 +03:00
Cohee
5354086438
Fix comment
2023-06-09 20:05:04 +03:00
Cohee
e9fe58d514
Add Edge TTS and SD CPU to colab
2023-06-09 20:03:45 +03:00
Cohee
d92f5338b5
Merge pull request #471 from itzraf-lab/patch-1
...
Update .replit
2023-06-09 13:04:01 +03:00
itzraf-lab
c4f9fdd1ee
Update .replit
...
Added the ability to run Silly Tavern on replit with the Run button and don't have to manually go to Shell to start it
2023-06-09 17:46:01 +08:00
Cohee
78724d95f7
Fix System TTS on iOS
2023-06-09 12:33:28 +03:00
Cohee
3f79a066f6
Don't replace well-know substitution marcos with bias. Support macros in sys and sendas messages.
2023-06-09 02:50:35 +03:00
Cohee
c4a2809849
Fix Window AI settings
2023-06-09 02:23:10 +03:00
Cohee
2ca5f43bc6
Fix mixing Claude models with OpenAI
2023-06-09 02:20:04 +03:00
Cohee
10bbc97069
Add NovelAI token streaming
2023-06-09 02:09:00 +03:00
Cohee
a95e321099
Show warnings when prompt bits are overridden by the character card.
2023-06-08 23:37:52 +03:00
Cohee
8c73bbf2c5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-08 23:13:01 +03:00
Cohee
b8084eac65
Add per-character override of JB prompts.
2023-06-08 23:12:58 +03:00
RossAscends
dc7791912d
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-09 04:30:38 +09:00
RossAscends
ac1d5ecbbe
move AN menu click handle to floatingprompt.js
2023-06-09 04:30:28 +09:00
Cohee
b65f8cba13
Merge branch 'main' into dev
2023-06-08 22:14:53 +03:00
Cohee
dbad870d98
#386 Match whole word option for world info
2023-06-08 22:03:49 +03:00
Cohee
a73a205e2c
Merge pull request #464 from 10sa/main
...
Add instruct input/output sequence macro replacing
2023-06-08 18:40:35 +03:00
Cohee
e7464a223a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-08 18:36:40 +03:00
Cohee
e1dd0e8899
Consolidate expressions plugin name
2023-06-08 18:36:36 +03:00
RossAscends
1ee819c99f
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-09 00:21:22 +09:00
RossAscends
59c09d90c7
Char List Tags Collapsable
2023-06-09 00:21:13 +09:00
10sa
c154536fa6
Add macro replacing to stopping strings
2023-06-08 22:50:33 +09:00
10sa
0f183fdcf1
Add instruct input/output sequence macro replacing
2023-06-08 22:30:41 +09:00
SillyLossy
fa7e7cfb5b
Add throttle util
2023-06-08 16:29:45 +03:00
RossAscends
87125cb3b5
dynamic hiding of offscreen chat messages
2023-06-08 21:45:07 +09:00
SillyLossy
6f83128bd6
Dynamic toggling of chat completion forms
2023-06-08 13:55:05 +03:00
SillyLossy
62674707eb
Dynamically hide incompatible chat completion elements depending on selected API
2023-06-08 13:38:04 +03:00
Cohee
6ac4e2db0b
Fix generation when group contains a deleted character
2023-06-08 02:00:51 +03:00
RossAscends
4d7d98e6a7
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-08 07:55:17 +09:00
RossAscends
29b6cdb4fc
logit bias titokenizer link, remove i18n en-us
2023-06-08 07:54:41 +09:00
Cohee
9fd3ab8fc7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-08 01:47:27 +03:00
Cohee
0642abbfe5
Add per-character system prompt overrides
2023-06-08 01:47:24 +03:00
RossAscends
082610df8d
fix height on adv char def popup
2023-06-08 07:30:27 +09:00
Cohee
b1d5637fcf
Bump package version
2023-06-07 23:40:10 +03:00
Cohee
caa985590b
Fix Poe client
2023-06-07 23:13:24 +03:00
Cohee
9dd2a3b949
Merge branch 'main' into dev
2023-06-07 23:10:33 +03:00
Cohee
0a192707a6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-07 23:08:22 +03:00
Cohee
1d28e030ce
Fix Poe client
2023-06-07 23:08:20 +03:00
RossAscends
c4bfaa325e
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-08 05:02:48 +09:00
RossAscends
f1904245c5
delay before options menu auto-show
2023-06-08 05:02:46 +09:00
Cohee
bb8657f93f
Update readme.md
2023-06-07 20:49:27 +03:00
Cohee
c974898887
Update readme.md
2023-06-07 20:49:01 +03:00
Cohee
41e7c1533c
Update readme.md
2023-06-07 20:47:08 +03:00
SillyLossy
434bb50c81
Regenerate package lock
2023-06-07 20:41:30 +03:00
Cohee
68830e3262
Fix enlargement of freshly loaded avatars
2023-06-07 17:16:44 +03:00
Cohee
cd4d96acab
Extend Stable Horde waiting time
2023-06-07 17:00:14 +03:00
Cohee
658de57348
Merge pull request #457 from 10sa/patch-1
2023-06-07 15:41:58 +03:00
Tensa
7c9c0df946
Add WizardLM 13B 1.0 instruct preset
...
See also https://github.com/nlpxucan/WizardLM
2023-06-07 21:39:00 +09:00
Cohee
24dc5baf33
#456 Insert A/N with frequency 1 no matter the chat length
2023-06-07 15:25:31 +03:00
Cohee
1bcba498cb
Adjust summary extension slider labels
2023-06-07 14:41:17 +03:00
Cohee
e585288cca
Fix Silero TTS module auto substitution of Extras API URL
2023-06-07 14:38:51 +03:00
Cohee
e8ef60ff47
Claude disclaimer
2023-06-07 13:48:15 +03:00
Cohee
95460d6bbc
Use H: and A: for example Claude's dialogues: https://console.anthropic.com/docs/troubleshooting/checklist
2023-06-07 11:44:56 +03:00
Cohee
821273630b
Restore Claude model on load
2023-06-07 11:15:15 +03:00
Cohee
af8be07563
Fix Horde image error logging
2023-06-07 11:03:11 +03:00
Cohee
7cff1a92fa
Clamp Claude's max temp when using Window AI
2023-06-07 10:53:24 +03:00
Cohee
6f70e5fe45
Fix speech recognition plugin for Safari
2023-06-07 00:42:03 +03:00
Cohee
70ca8002df
Fix instruct mode labels markup
2023-06-07 00:33:56 +03:00
Cohee
7532882c35
Fix waifu stacking logic
2023-06-07 00:22:34 +03:00
Cohee
c7054770df
Fix mobile group waifu mode
2023-06-07 00:07:17 +03:00
Cohee
fb01c8bfe0
Properly parse example dialogues into Claude prompts.
2023-06-06 23:51:40 +03:00
Cohee
9ea7472555
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-06 23:40:59 +03:00
Cohee
037768a3b6
Sanity check of chid on saving alternate greetings
2023-06-06 23:40:51 +03:00
Cohee
87979391b9
Filter non-unique messages in Chroma insertions
2023-06-06 21:41:24 +03:00
Cohee
0f905fd2fc
Poe client sync with upstream
2023-06-06 21:37:32 +03:00
Cohee
d9d0d00d67
Reset connection state on removing secret key
2023-06-06 21:09:15 +03:00
Cohee
0500cdcc4b
Add Claude's sub-versions
2023-06-06 20:45:03 +03:00
Cohee
a1b130fc9a
Streaming for Claude.
2023-06-06 20:18:28 +03:00
Cohee
e205323482
Clamp Claude's max temperature.
2023-06-06 19:43:59 +03:00
Cohee
960bc32340
[RAW / UNTESTED / NO STREAMING] Native Claude API supported
2023-06-06 19:16:46 +03:00
RossAscends
8ed477a96b
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-06 22:48:26 +09:00
RossAscends
eb90ab49f5
sitewide style tweaks
2023-06-06 22:48:23 +09:00
Cohee
cc61e47ea9
Fix objective controls display on Firefox
2023-06-06 15:41:29 +03:00
Cohee
542702d882
No longer deadnaming Chub
2023-06-06 15:39:58 +03:00
Cohee
645397e355
#442 Auto-classify backgrounds based on chat context. Add string fuzzy matching library.
2023-06-06 15:06:21 +03:00
Cohee
d7e9fd98ea
Merge pull request #451 from ouoertheo/ouoertheo/objective3
...
Objective: Refactor Tasks into class
2023-06-06 13:20:35 +03:00
Cohee
3b75ef8c39
Update readme.md
2023-06-06 13:02:59 +03:00
ouoertheo
cc1eb8d023
Merge branch 'dev' into ouoertheo/objective3
2023-06-06 00:07:11 -05:00
ouoertheo
9891d0c936
tasks are now a class. fix various bugs
2023-06-05 23:52:45 -05:00
Cohee
0b7bb42166
Fix alternate greetings not opening on create character without char pre-loaded
2023-06-06 02:14:10 +03:00
Cohee
652e1db8a8
(BETA) Add alternate greetings
2023-06-06 00:44:11 +03:00
Cohee
6d4808c488
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-05 20:46:16 +03:00
Cohee
c4f9bb6017
Fix import / export of spec v2 cards without backfilled fields.
2023-06-05 20:46:13 +03:00
RossAscends
ef7c3747ba
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-06 01:59:41 +09:00
RossAscends
4b3062fa9d
add PWA detection, remove Android/Safari marginBot
2023-06-06 01:59:39 +09:00
Cohee
91d2ab6f1f
Add option to rename character in past chats
2023-06-05 18:29:49 +03:00
Cohee
b3ec66faa7
More unified TTS error messages
2023-06-05 17:01:59 +03:00
Cohee
fdaf58061f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-05 16:58:00 +03:00
Cohee
46bdee83bc
Add more clear error messages to TTS
2023-06-05 16:57:58 +03:00
Cohee
0f67e416f2
Add proper tokenizers for NAI Krake and Clio
2023-06-05 14:55:30 +03:00
Cohee
13b0b7f313
Add NovelAI TTS engine
2023-06-05 14:13:15 +03:00
Cohee
b3041c3261
Fix notes link redirection after i18n merge
2023-06-05 12:32:56 +03:00
Cohee
f8c5b17e57
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-05 02:23:53 +03:00
Cohee
22dff7b8d6
Add speech recognition plugin #379
2023-06-05 02:23:51 +03:00
RossAscends
71825691b5
width fix for QuickReply settings boxes
2023-06-05 06:24:02 +09:00
RossAscends
b821312835
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 06:07:49 +09:00
RossAscends
9386f53ec6
fix alignment/height of QuickReply settings Boxes
2023-06-05 06:07:47 +09:00
Cohee
f5e951fdef
Fix V2 spec again
2023-06-04 23:47:34 +03:00
Cohee
899b590744
Spec V2: Fallback to alternate_greetings empty array
2023-06-04 23:40:42 +03:00
Cohee
529006edb5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-04 23:36:32 +03:00
Cohee
7e941f6eb4
Hide options menu on load
2023-06-04 23:36:30 +03:00
RossAscends
dafff546d4
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 05:28:57 +09:00
RossAscends
361d726469
more subtle extension panel header gradient
2023-06-05 05:28:55 +09:00
Cohee
14568152e9
Fix docHeight setting on first page load in new tab
2023-06-04 23:25:01 +03:00
RossAscends
d4f43e29e3
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 05:04:18 +09:00
RossAscends
5b8db25a14
faster, smarter handling of options menu
2023-06-05 05:04:15 +09:00
Cohee
3801c833af
Reformat HTML file
2023-06-04 22:43:19 +03:00
Cohee
cbcd08d8ea
Merge pull request #447 from LianZiZhou/dev
...
Feature: i18n for SillyTavern
2023-06-04 22:39:02 +03:00
Cohee
ac64494e16
Merge branch 'dev' into dev
2023-06-04 22:38:13 +03:00
Cohee
1ba8b5b3ed
Fix major slowdown in groups without sprites. Remove error handler after it's been fired
2023-06-04 22:19:05 +03:00
Lian Zhou
230f84cce2
Fix sth
2023-06-05 03:09:16 +08:00
Cohee
8ffc4e6d51
Fix VN mode on groups where character is not found in the list.
2023-06-04 21:54:06 +03:00
Cohee
e4e44a3817
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-04 21:41:25 +03:00
Cohee
eb01bcb7c1
Delete all group chats with a group.
2023-06-04 21:41:22 +03:00
RossAscends
b530572f1f
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 03:32:25 +09:00
RossAscends
0a65e36d1c
fix for expression image grid button styles
2023-06-05 03:32:24 +09:00
Cohee
d35436921e
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-04 21:23:27 +03:00
Cohee
f7a82fb4b3
Fix duplication of the last character on deletion. Delete tags from tag_map on deletion of character/groups
2023-06-04 21:23:25 +03:00
RossAscends
b8d70f4e9b
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 03:08:09 +09:00
RossAscends
bd8d6296cc
options menu display optimizing and style updates
2023-06-05 03:08:07 +09:00
Cohee
c5d51fcd3c
Fix a couple of issues with Group VN & overrides
2023-06-04 20:52:34 +03:00
Lian Zhou
a67df0bc1a
Add basic i18n data with Chinese translation
2023-06-05 01:27:32 +08:00
RossAscends
f74342e83d
add hover highlight to extension panel headers
2023-06-05 02:06:33 +09:00
RossAscends
ab5826a304
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-05 01:02:21 +09:00
RossAscends
8a80ed3e86
restyle extensions setting panel
2023-06-05 01:02:18 +09:00
Cohee
446b3a4f05
Account overrides for group chats and VN mode
2023-06-04 17:27:09 +03:00
Cohee
d5e75d7c7b
Merge pull request #443 from bdashore3/dev
...
Expressions: Add sprite aliasing for chats
2023-06-04 16:50:01 +03:00
Cohee
3cfec828ef
Draggable VN sprites. Fix layering
2023-06-04 16:32:45 +03:00
Cohee
a273fcb593
Adjust VN mode width overlap calculations
2023-06-04 15:33:28 +03:00
Cohee
c33812d448
Fix auto-swipe being open on load
2023-06-04 14:41:58 +03:00
Cohee
4935a8e46b
Force flush VN wrapper on waifu mode change
2023-06-04 14:37:21 +03:00
Cohee
ed86770c9c
Re-add Edge TTS for extras
2023-06-04 14:28:40 +03:00
Cohee
aee8974183
WI budget step 1
2023-06-04 14:02:32 +03:00
Cohee
e4a6db7539
Remove Edge TTS (will be moved to Extras)
2023-06-04 10:43:47 +03:00
kingbri
cf2660074d
Expressions: Add sprite aliasing for single chats
...
Duplicate characters get handled by the system, so why not sprites?
If a sprite is duplicated, users can specify the folder name that
the changed sprites are located in.
This commit only adds support for single person chats and breaks
compatibility with group chats. Another commit is required to fix
group sprite functionality.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-03 21:51:29 -04:00
Cohee
0d0b572935
Merge branch 'main' into dev
2023-06-04 04:29:46 +03:00
Cohee
c299ef0a86
Use node-fetch to make requests without timeout #435
2023-06-04 04:29:22 +03:00
Cohee
e480282717
Revert default port
2023-06-04 03:12:10 +03:00
Cohee
bca66f6c06
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-04 03:11:47 +03:00
Cohee
027453af4b
Revert config change
2023-06-04 03:11:44 +03:00
Cohee
6ba332b323
Add MS Edge TTS
2023-06-04 03:08:25 +03:00
Cohee
0dbccfb3df
Fix (?) Poe retry logic
2023-06-04 02:11:13 +03:00
Cohee
cccca22601
Handle offline expressions for VN mode. Don't add blocks without sprites. Force empty block on chat change.
2023-06-04 00:42:16 +03:00
Cohee
8e2c20da3c
Add alias to roll the dice
2023-06-04 00:40:51 +03:00
Cohee
037f0095ab
Ping to reconnect dead Poe socket
2023-06-04 00:40:25 +03:00
ouoertheo
8ac368e2ef
probably not gonna work well
2023-06-03 14:41:59 -05:00
Cohee
faa097fabd
Multiple expressions per group in waifu mode
2023-06-03 22:17:25 +03:00
ouoertheo
460030d600
task class
2023-06-03 13:59:26 -05:00
Cohee
0dbf219116
Add worlds folder to docker #434
2023-06-03 17:03:57 +03:00
SillyLossy
b0f8e51c42
Speed-up Poe client
2023-06-03 16:23:45 +03:00
SillyLossy
f1924b6c12
Fix character renaming. Workaround for Node 20 bug. Adjust spec v2 fields
2023-06-03 15:29:35 +03:00
SillyLossy
380b20b94d
Fix Silero TTS fetch with extras
2023-06-03 14:55:46 +03:00
Cohee
43dcc017f5
Merge pull request #438 from bdashore3/dev
...
Extras: Add API authentication support
2023-06-03 14:52:42 +03:00
Cohee
2414572e7f
Merge pull request #437 from ouoertheo/ouoertheo/objective2
2023-06-03 13:39:53 +03:00
kingbri
36ea41f0a6
Extras: Add API authentication support
...
An API key is extremely important for ST-Extras servers that are
exposed to the internet.
Add an API key field below where the user enters the extras URL. For
convenience, this key is persisted whenever the user refreshes the
page.
Also modify the fetch requests to always include API keys if present.
See ST-Extras for more information on how this works.
Signed-off-by: kingbri <bdashore3@proton.me >
2023-06-03 00:00:38 -04:00
ouoertheo
9e35ffaefb
fix auto-check logic bug
2023-06-02 20:59:21 -05:00
ouoertheo
3ea2d469fd
add manual task check extension menu item
2023-06-02 20:51:01 -05:00
ouoertheo
c6657e9206
add remove tasks
2023-06-02 20:30:46 -05:00
SillyLossy
f4802952b6
Fix objectives transferring to new characters
2023-06-03 02:43:16 +03:00
SillyLossy
8b86b29981
Trim strings in objectives list
2023-06-03 02:30:10 +03:00
SillyLossy
cf9e87ed25
Properly stop group auto mode generation with stop button
2023-06-03 01:44:40 +03:00
SillyLossy
15d88d3df2
Unhide bookmark button
2023-06-02 23:49:57 +03:00
SillyLossy
6fec40d543
Permanent ChromaDB synchronization state (using IndexedDB object store)
2023-06-02 23:21:46 +03:00
SillyLossy
745ceb0f31
Update links to organization repo
2023-06-02 21:01:26 +03:00
SillyLossy
fc2fb450a6
Update README
2023-06-02 20:56:55 +03:00
SillyLossy
e78acd0585
Merge branch 'main' into dev
2023-06-02 20:54:16 +03:00
SillyLossy
8a924b1aa1
Remove help materials from the repo. Set links to docs website
2023-06-02 20:52:45 +03:00
Cohee
b3e1dd8a42
Update update-docs.yml
2023-06-02 20:06:50 +03:00
SillyLossy
737bb5a030
Add placeholders to group folders for [BUG] docker-compose build image will not start #434
2023-06-02 20:00:58 +03:00
SillyLossy
cf9248121f
Split readme files
2023-06-02 19:44:16 +03:00
SillyLossy
86f67106e5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-06-02 19:37:15 +03:00
SillyLossy
64ef09ab5f
Add spec_v2 fields
2023-06-02 19:36:32 +03:00
RossAscends
63be6e708e
collapsed mesButtons
2023-06-03 00:43:16 +09:00
RossAscends
6ac649a75f
close button for AN
2023-06-02 23:08:14 +09:00
Cohee
4282cb51dd
Update faq.md
2023-06-02 13:22:46 +03:00
SillyLossy
556bbfe865
Fix message buttons being hidden on auto-swipe reply stopped
2023-06-02 13:06:20 +03:00
RossAscends
f4e8e1496e
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-06-02 15:11:10 +09:00
RossAscends
ae1a3f1d36
add Quick Replies extension
2023-06-02 15:11:08 +09:00
SillyLossy
7b4e287b10
Fix random activation of objectives
2023-06-01 23:59:42 +03:00
SillyLossy
efc76dfd05
Fix world info case sensitive not saving
2023-06-01 23:35:34 +03:00
SillyLossy
9a7564af2d
Fix world info case sensitive not saving
2023-06-01 23:29:16 +03:00
Cohee
8cd6467aa9
Update update-docs.yml
2023-06-01 22:47:40 +03:00
Cohee
a1b8c135e4
Update update-docs.yml
2023-06-01 22:44:19 +03:00
Cohee
2b69c1793c
Update update-docs.yml
2023-06-01 22:43:22 +03:00
Cohee
861e9a31e5
Update update-docs.yml
2023-06-01 22:24:52 +03:00
Cohee
5b926d4ad3
Create update-docs.yml
2023-06-01 22:22:47 +03:00
SillyLossy
003f87e960
Add buttons to manually jailbreak and purge chat on Poe
2023-06-01 22:13:01 +03:00
SillyLossy
4b10095af8
Merge branch 'main' into dev
2023-06-01 18:57:19 +03:00
SillyLossy
77f76ae315
Fix group chats streaming
2023-06-01 18:55:04 +03:00
SillyLossy
c3af38f5b8
Bump package version
2023-06-01 18:34:39 +03:00
SillyLossy
3cf23f277c
Fix group reply generation with streaming
2023-06-01 18:31:30 +03:00
SillyLossy
3db01d55e4
Fix group reply generation with streaming
2023-06-01 18:26:57 +03:00
SillyLossy
c5eb333a87
Chunked replies for Poe with unlocked context size.
2023-06-01 17:05:44 +03:00
SillyLossy
6bc520f800
Save metadata debounced for extensions
2023-06-01 16:51:35 +03:00
SillyLossy
a74828df15
Disable instruct mode for OpenAI
2023-06-01 15:20:30 +03:00
SillyLossy
68845481d8
Disable instruct mode for OpenAI
2023-06-01 15:18:22 +03:00
SillyLossy
ba527e63e9
Increase default debounce duration. Remove drag and drop filter
2023-06-01 14:46:05 +03:00
SillyLossy
5b446af6dc
Speed-up extensions loading. Add tracking of response times
2023-06-01 14:34:40 +03:00
SillyLossy
9774f3b8c1
Migrate objective extension settings to chat_metadata
2023-06-01 12:34:33 +03:00
SillyLossy
9d418696e1
Merge branch 'main' into dev
2023-06-01 11:19:06 +03:00
SillyLossy
bf7f04e3b2
Bump package version
2023-06-01 11:18:53 +03:00
SillyLossy
5df7d2d1dc
Fix /sys and /sendas attribution when converting to groups. Fix context line with /sys with OpenAI
2023-06-01 11:18:19 +03:00
SillyLossy
b8a49c58ac
Merge branch 'main' into dev
2023-06-01 10:52:34 +03:00
SillyLossy
83c875d8dc
Properly position typing indicator after user message #423
2023-06-01 10:13:49 +03:00
SillyLossy
72b7b7cab2
Merge branch 'main' of https://github.com/SillyTavern/SillyTavern
2023-06-01 10:03:35 +03:00
RossAscends
55f38f69d6
fix new char highlight, group drawers autoOpen logic
2023-06-01 10:03:08 +03:00
SillyLossy
0633d16622
Fix typing indicator not showing in group chats on NovelAI
2023-06-01 10:01:43 +03:00
SillyLossy
35cb1f6182
Fix stop button not showing for the second speaking member in queue
2023-06-01 10:01:43 +03:00
SillyLossy
a18c20305e
Clarify Chroma warning message
2023-06-01 10:01:43 +03:00
SillyLossy
d542ec0d81
Add the warning when ChromaDB synced message deletes
2023-06-01 10:01:43 +03:00
SillyLossy
6ad0be9597
Fix being unable to rewrite an existing bookmark
2023-06-01 10:01:43 +03:00
SillyLossy
0de09e9da0
Fix System TTS ending abruptly in Chrome on Windows
2023-06-01 10:01:43 +03:00
SillyLossy
bb187d9920
Proper chronological order of ChromaDB chat injections
2023-06-01 10:01:11 +03:00
SillyLossy
711dbdcc15
[Feature Request] Chromadb, ability to pause collection. SillyTavern/SillyTavern#420
2023-06-01 10:01:11 +03:00
Cohee
5215e6e437
Merge pull request #421 from ramblingcoder/main
...
Added "worlds" to dockerfile and changed cohee1207 to sillytavern in docker image
2023-06-01 09:53:12 +03:00
ramblingcoder
01c27bc9a9
Update docker-compose.yml
2023-05-31 17:55:26 -05:00
ramblingcoder
b35d8a4324
Added worlds to dockerfile
2023-05-31 17:54:59 -05:00
SillyLossy
8328fe9886
Proper chronological order of ChromaDB chat injections
2023-06-01 01:43:36 +03:00
SillyLossy
a5fee875c1
[Feature Request] Chromadb, ability to pause collection. SillyTavern/SillyTavern#420
2023-06-01 01:30:12 +03:00
SillyLossy
13d012a3a2
Reduce console logs clutter
2023-06-01 01:02:51 +03:00
SillyLossy
e6f54363cc
Emit group chat changed event
2023-06-01 00:50:04 +03:00
Cohee
8b4a53b293
Merge pull request #415 from ouoertheo/ouoertheo/objectives1
...
Objective Extension - Agent based AI inspired by BabyAGI and AutoGPT
2023-06-01 00:32:46 +03:00
ouoertheo
01b629ca9f
Ability to hide tasks.
2023-05-31 16:22:49 -05:00
SillyLossy
32351dbf11
Fix typing indicator not showing in group chats on NovelAI
2023-05-31 23:54:31 +03:00
SillyLossy
a0b795db46
Fix stop button not showing for the second speaking member in queue
2023-05-31 23:38:18 +03:00
SillyLossy
8baed8afa7
Clarify Chroma warning message
2023-05-31 23:27:14 +03:00
SillyLossy
7d6c0f7737
Add the warning when ChromaDB synced message deletes
2023-05-31 23:23:08 +03:00
SillyLossy
df84beb41e
Fix being unable to rewrite an existing bookmark
2023-05-31 23:19:24 +03:00
SillyLossy
66050f57db
Fix System TTS ending abruptly in Chrome on Windows
2023-05-31 23:18:54 +03:00
SillyLossy
203284ef5f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-31 22:13:28 +03:00
SillyLossy
264b8a3162
Tiny steps toward V2 spec
2023-05-31 22:13:09 +03:00
Cohee
6c6f5b7f1a
Merge pull request #416 from BlipRanger/patch-2
...
Updated UI message about chromadb persistence
2023-05-31 21:46:46 +03:00
Cohee
cff5cd0928
Update index.js
2023-05-31 21:46:13 +03:00
RossAscends
1f2874aec0
fix new char highlight, group drawers autoOpen logic
2023-05-31 22:22:52 +09:00
ouoertheo
bdcb3e52ff
Add some instructions. Code readability
2023-05-31 08:01:07 -05:00
SillyLossy
ef90c31643
Add slash command for dice rolls. Create class for worker wrappers
2023-05-31 13:57:08 +03:00
RossAscends
b2016fa7f3
updateAndStart notifcation for zip installs.
2023-05-31 19:08:55 +09:00
RossAscends
fb1b02571e
UpdateAndStart.bat notification for zip installs
2023-05-31 19:08:02 +09:00
SillyLossy
412fad002d
#418 Fix freeze on group with all disabled. Allow to send user messages into group with all disabled.
2023-05-31 11:36:00 +03:00
SillyLossy
6ad2492ef6
Fix TTS worker console spam in empty chat
2023-05-31 10:56:25 +03:00
Cohee
d3b0ba02b6
Update readme.md
2023-05-31 10:21:57 +03:00
ouoertheo
e68dd96f24
More bug fix
2023-05-31 00:56:28 -05:00
ouoertheo
226c66464a
Add better UI for tasks. Fix bug
2023-05-31 00:09:33 -05:00
ouoertheo
00b11d4d44
Add counter, fix some bugs
2023-05-30 20:13:29 -05:00
BlipRanger
d80fff3b5e
Updated UI message about chromadb persistence
2023-05-30 19:47:55 -04:00
SillyLossy
b359dd1e81
Bump package version
2023-05-31 02:09:54 +03:00
SillyLossy
cdaa14964e
Fix async race condition in message editor
2023-05-31 02:09:08 +03:00
ouoertheo
4cf0e18d76
First commit of Objective extension
2023-05-30 17:35:14 -05:00
SillyLossy
747567466f
Bump package version
2023-05-31 01:24:20 +03:00
SillyLossy
d95786fb25
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
2023-05-31 01:18:49 +03:00
SillyLossy
e0fdd1513c
#411 Fix Poe bot list loading
2023-05-31 01:18:47 +03:00
Cohee
3f9ccff2bc
Merge pull request #413 from BlipRanger/dev
...
Hotfix for Chromadb export.
2023-05-31 01:18:13 +03:00
BlipRanger
c9c82537a7
Hotfix for Chromadb export.
...
Missing key which causes export to fail.
2023-05-30 17:53:36 -04:00
SillyLossy
ed74eedc5b
Display code blocks in translated messages
2023-05-30 23:57:56 +03:00
SillyLossy
8fdfb272a4
#407 Add two-state message translation button
2023-05-30 23:47:09 +03:00
Cohee
b1927d454c
Update readme.md
2023-05-30 21:05:56 +03:00
Cohee
9ff643c489
Merge pull request #406 from SillyTavern/dev
...
Dev
2023-05-30 20:40:42 +03:00
SillyLossy
04fa9ea549
More clear scenario override message.
2023-05-30 20:37:45 +03:00
SillyLossy
d85d5158db
Rename chromadb extension to be less confusing. Add new extensions to readme
2023-05-30 20:02:21 +03:00
SillyLossy
9e6b07e3af
Fix OAI context breakdown total calculation
2023-05-30 19:25:27 +03:00
SillyLossy
3a53bc292b
Move Novel settings to another file
2023-05-30 18:54:02 +03:00
SillyLossy
a0090929ae
Add TFS and Top A to ooba API
2023-05-30 13:07:52 +03:00
SillyLossy
903d79e6b5
#397 Extend WI token budget
2023-05-30 11:40:19 +03:00
SillyLossy
71015aa821
#399 Check for generation amount > 0 before continuing multigen
2023-05-30 11:25:57 +03:00
SillyLossy
06671ceb5d
#399 Reset prompt cache when multigen finishes
2023-05-30 10:49:38 +03:00
SillyLossy
eff1dabe41
Save chat before exporting
2023-05-30 02:00:23 +03:00
SillyLossy
8454cfa666
Export chat to downloadable file
2023-05-30 01:56:22 +03:00
SillyLossy
2c862eb0a5
Token breakdown for swipes
2023-05-30 01:34:47 +03:00
SillyLossy
f11645e66e
Experimental ChromaDB performance improvement. Keep chat sync flags and only push new messages.
2023-05-30 00:42:54 +03:00
SillyLossy
76eca6abc2
Fix welcome message on Safari (for real this time)
2023-05-29 22:55:40 +03:00
SillyLossy
17d56280ec
Revert br styles
2023-05-29 22:44:16 +03:00
SillyLossy
3636853d32
Fix Safari preselect API and inflated <br> blocks
2023-05-29 22:23:57 +03:00
SillyLossy
a380840719
Fix character list hiding if loaded on unlocked right drawer
2023-05-29 22:05:10 +03:00
SillyLossy
219fd4f643
Hide extensions dropdown on load
2023-05-29 21:58:25 +03:00
Cohee
1fe5b55811
Merge pull request #396 from BlipRanger/dev
2023-05-29 21:01:55 +03:00
BlipRanger
a78a0ad78a
Add frontend for chromadb import/export
...
Additionally add checks that character is selected before trying chromadb operations.
2023-05-29 13:33:39 -04:00
RossAscends
31a2332cc7
pretty mute group member button
2023-05-30 02:03:28 +09:00
SillyLossy
e07f500014
Get original message text for SD inline gens instead of translated
2023-05-29 19:14:00 +03:00
SillyLossy
8fa4094a4e
#356 Add group chat member ghosting
2023-05-29 18:47:58 +03:00
SillyLossy
9fafc41c7d
#395 Pass AbortSignal down to groupGenerationWrapper
2023-05-29 13:27:20 +03:00
SillyLossy
d6bed2673b
More clear CSRF notification
2023-05-29 13:09:36 +03:00
SillyLossy
9a7e17cfbc
#394 Preserve system message by assigning group generation id
2023-05-29 12:57:30 +03:00
SillyLossy
d093cca125
Skip extras autoconnect on load
2023-05-29 11:42:06 +03:00
SillyLossy
e006164c4c
NAI settings: html -> text
2023-05-29 11:25:12 +03:00
SillyLossy
a043564da1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-29 11:03:45 +03:00
Cohee
07c532cf29
Merge pull request #390 from drgnfr6/NovelAI-Configuration-Improvements
...
Improve NovelAI configuration, move more to UI, clean up config handling
2023-05-29 10:30:13 +03:00
Cohee
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
Cohee
59c8b5f321
Merge pull request #391 from drgnfr6/dev
...
Fix NovelAI refresh on first load.
2023-05-29 10:25:58 +03:00
Cohee
0717b41f8f
Merge pull request #392 from drgnfr6/Clio-Support
...
Clio support, in dev this time
2023-05-29 10:24:57 +03:00
drgnfr6
a9ab9207b1
Merge branch 'Fix-NovelAI-refresh-on-first-load' into dev
2023-05-28 23:38:34 -05:00
drgnfr6
3e55c4ffcf
Fix NovelAI refresh on first load.
2023-05-28 23:37:19 -05:00
drgnfr6
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
drgnfr6
c6af819997
Setting max context size so Clio can access all of the context necessary.
2023-05-28 23:18:11 -05:00
drgnfr6
796cc2f6d6
Adding Clio related files for basic support of the Clio-v1 model
2023-05-28 23:17:45 -05:00
SillyLossy
da1c5bd5a5
Drag and drop character cards
2023-05-29 03:08:53 +03:00
SillyLossy
584394ded0
Upload sprites as ZIP archive
2023-05-29 02:28:09 +03:00
SillyLossy
3b72be402e
Don't let cropper overflow the canvas (or upload fails)
2023-05-29 01:18:11 +03:00
SillyLossy
602bceb26e
Upload or delete a sprite image.
2023-05-29 01:17:52 +03:00
SillyLossy
5efd55d343
Sync user name to chat option
2023-05-28 23:17:49 +03:00
SillyLossy
b74939bf65
Message translate on edit
2023-05-28 22:43:31 +03:00
Cohee
6bc3e01254
Update readme.md
2023-05-28 20:34:03 +03:00
SillyLossy
73fa174165
Add buttons to translate whole chat and clear translations
2023-05-28 20:03:05 +03:00
SillyLossy
29f21f6b6a
Prevent double saving of translated chats. Exception-safe event emitter
2023-05-28 19:09:10 +03:00
SillyLossy
88c92c76ae
Unconditional load of extensions. Fixes for translations
2023-05-28 18:57:45 +03:00
SillyLossy
8c48843d72
Translate impersonate and streaming responses. 4-state auto-mode for translation
2023-05-28 16:18:30 +03:00
SillyLossy
5a678b74c3
TTS: narrate only translated text option
2023-05-28 14:46:15 +03:00
SillyLossy
2cbfe7e571
Fix console spam on TTS. Expand tokenizer textarea
2023-05-28 13:42:55 +03:00
SillyLossy
da30b69471
Fix unlocked context breaking OAI tokenizer
2023-05-28 13:42:30 +03:00
SillyLossy
ff997c06c3
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-28 13:42:09 +03:00
SillyLossy
f6070084d1
(beta) Message translate plugin
2023-05-28 13:42:06 +03:00
RossAscends
0e0f490c98
allow Chroma slider to go to 0 to disable
2023-05-28 18:53:55 +09:00
RossAscends
6ab9e0f182
Export chats as .txt files
2023-05-28 16:42:59 +09:00
SillyLossy
79979009f2
Stop TTS playback on swipe
2023-05-28 03:02:56 +03:00
SillyLossy
5a7daedfca
Stop button fix for window.ai. Refactor the generation function
2023-05-28 02:33:34 +03:00
SillyLossy
3897ed3b4e
Add Token counter plugin
2023-05-28 02:13:13 +03:00
SillyLossy
1ba9ddd025
Fix Kobold parameters send (for real this time)
2023-05-28 02:07:13 +03:00
SillyLossy
10c117751c
Fix drawer flicker [skip ci]
2023-05-28 00:15:19 +03:00
SillyLossy
9ffe3beb35
Fix Kobold generation data not sending to API
2023-05-28 00:05:36 +03:00
SillyLossy
8ab1b68c52
Add WI prompt format
2023-05-28 00:01:35 +03:00
SillyLossy
158fdfb140
Add NSFW avoidance prompt to UI
2023-05-27 22:12:19 +03:00
SillyLossy
be64b3469f
Properly fallback when w.ai model doesn't support streaming
2023-05-27 21:42:28 +03:00
SillyLossy
a415deb8fa
Unlock context size of OAI
2023-05-27 20:45:22 +03:00
SillyLossy
f1d3f8d3bd
Proper user name on chats import
2023-05-27 20:30:53 +03:00
SillyLossy
387b1e6d4a
Merge branch 'main' into dev
2023-05-27 19:55:03 +03:00
SillyLossy
0ab097711b
Fix window.ai streaming
2023-05-27 19:50:08 +03:00
Cohee1207
386ba29399
Fix notes content
2023-05-27 18:01:51 +03:00
Cohee1207
867791c942
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-27 17:53:32 +03:00
Cohee
d65a99448a
Merge pull request #382 from drgnfr6/TTS-Race-Condition-Fix
2023-05-27 17:45:29 +03:00
RossAscends
fbbb54a775
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-27 23:41:42 +09:00
RossAscends
8bba794e7b
Add Creator Comment box, fix HR styles
2023-05-27 23:41:38 +09:00
drgnfr6
c06f042898
Fix race condition when saving settings for TTS
2023-05-27 09:38:21 -05:00
Cohee1207
53d6c58b15
Support Window.ai extension
2023-05-27 17:37:25 +03:00
Cohee1207
73976af665
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-27 15:36:30 +03:00
RossAscends
5fa14955fb
re-hide create button for char edit view
2023-05-27 21:03:00 +09:00
RossAscends
8abeb61baa
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-27 21:01:32 +09:00
RossAscends
41251937b3
button to duplicate solo characters
2023-05-27 21:00:46 +09:00
SillyLossy
8ed06eafc9
#55 Import oobabooga chat format
2023-05-26 23:43:53 +03:00
SillyLossy
e576eca4d6
Horde trusted checkbox and disclaimer
2023-05-26 18:54:46 +03:00
SillyLossy
4725b2bf25
#302 Increase auto-swipe limit
2023-05-26 13:32:41 +03:00
SillyLossy
760b953017
Code clean-up [skip ci]
2023-05-26 13:31:40 +03:00
RossAscends
d18105b31c
auto-swipe active for non-streaming responses
2023-05-26 15:23:45 +09:00
RossAscends
128d1c2f8f
horde multiselect without CTRL
2023-05-26 13:59:31 +09:00
SillyLossy
2a0a9c3feb
Context template editor. Part 1
2023-05-26 01:26:03 +03:00
SillyLossy
855129a28b
Don't save extra data to chroma
2023-05-25 12:18:40 +03:00
SillyLossy
48c5cdd6d7
Refactor getsettings server code. Add context template files.
2023-05-25 01:25:01 +03:00
RossAscends
4240f34dcb
toast and highlight for new group creation
2023-05-25 01:14:19 +09:00
SillyLossy
ae374510c1
Add error message when settings could not be saved to the server.
2023-05-24 17:14:54 +03:00
SillyLossy
3ba4f3c6e2
Stop AI generation hotkey
2023-05-24 17:09:21 +03:00
SillyLossy
08df0f87e6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-24 16:46:10 +03:00
SillyLossy
a0ef9fce83
Stop any request. Part 2 (still WIP)
2023-05-24 16:46:05 +03:00
RossAscends
f697663a12
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-24 20:56:48 +09:00
RossAscends
135613baf0
better display of dice rolls and group welcome mes
2023-05-24 20:56:46 +09:00
SillyLossy
5cb5ea1c2d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-24 14:01:30 +03:00
SillyLossy
a293830d95
#372 Add Clio model for NovelAI
2023-05-24 13:47:37 +03:00
SillyLossy
64bc0646c4
[skip ci] Reformat code
2023-05-24 12:38:25 +03:00
Cohee
cb1e015a07
Merge pull request #373 from TheBestReguile/dev
...
Move KAI Horde to dedicated dropdown
2023-05-24 12:36:53 +03:00
SillyLossy
85ef2b6848
Move Poe nudges to Generate anchors appendage
2023-05-24 11:48:39 +03:00
Reguile
411aebd47f
Move KAI Horde to dedicated dropdown
2023-05-23 23:06:02 -05:00
RossAscends
6bff759f1c
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-24 07:03:09 +09:00
RossAscends
d4cf9eb13e
new strategy for ChromaDB
2023-05-24 07:03:03 +09:00
SillyLossy
93c3248822
Colab file permission fix
2023-05-24 00:19:54 +03:00
SillyLossy
74223995f0
Cloudflare fix and ChromaDB for colab
2023-05-24 00:13:10 +03:00
SillyLossy
f2f459cc55
Stop any generation request (WIP)
2023-05-24 00:09:49 +03:00
SillyLossy
4feebd0ba1
Install sentencepiece tokenizer from npm
2023-05-23 22:27:37 +03:00
SillyLossy
f813d5c225
Upgrade axios. Skip generating binary bytecode #370
2023-05-23 21:13:18 +03:00
SillyLossy
ae0f2ad084
Move stop button to a fixed position (temporary)
2023-05-23 19:56:00 +03:00
SillyLossy
4ca329249e
Revert Aqua.png
2023-05-23 15:53:24 +03:00
Cohee1207
b31f61f955
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-23 15:18:25 +03:00
RossAscends
79e8849c29
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-23 19:23:35 +09:00
RossAscends
0ba861ad70
remove console log spam.
2023-05-23 19:23:33 +09:00
SillyLossy
588e797317
#368 Sort past chats by the last message
2023-05-23 12:23:56 +03:00
SillyLossy
6ea0b04472
Return stop streaming button
2023-05-23 11:22:28 +03:00
SillyLossy
537f359958
Remove unused dependency
2023-05-23 00:34:40 +03:00
SillyLossy
53ed7aceca
Infinity context: inject and purge chat data
2023-05-23 00:30:52 +03:00
SillyLossy
0bce9d33a2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-22 22:58:34 +03:00
SillyLossy
d8e66729b2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-22 17:01:21 +03:00
SillyLossy
23f7fe0667
#363 Non-blocking bookmark creation
2023-05-22 17:01:16 +03:00
Cohee
b545cc1c38
Merge pull request #366 from ouoertheo/ouoertheo/empty-tts-bugfix
...
Ouoertheo/empty tts bugfix
2023-05-22 16:21:59 +03:00
ouoertheo
d90ea41350
derp
2023-05-22 08:18:46 -05:00
ouoertheo
ce648297ef
fix current tts job not clearing on empty text
2023-05-22 08:15:02 -05:00
SillyLossy
03f2310c8b
Merge branch 'main' into dev
2023-05-22 12:08:20 +03:00
SillyLossy
061bad7d1f
Bump package version
2023-05-22 12:04:09 +03:00
SillyLossy
8ffe487e37
Fix multigen streaming
2023-05-22 12:03:23 +03:00
SillyLossy
736771fc98
Fix display reset for message buttons of last_mes
2023-05-22 11:47:35 +03:00
SillyLossy
a5207b64c2
#362 Fix card chat name sanitation
2023-05-22 11:16:02 +03:00
SillyLossy
cfffa37445
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-22 00:56:17 +03:00
SillyLossy
a4b2b68620
Add ability to inject custom files into the prompt (broken ATM)
2023-05-22 00:56:12 +03:00
RossAscends
af516a0eca
remove aggressive OAI JB default prompt
2023-05-22 06:52:46 +09:00
RossAscends
999a94718d
remove aggressive OAI JB default prompt
2023-05-22 06:52:07 +09:00
RossAscends
31f87f7aa9
fix charlist height (removed gap/pad on container)
2023-05-22 06:43:47 +09:00
RossAscends
ccf4d3349b
optimize charlist vis code
2023-05-22 06:24:35 +09:00
RossAscends
0e7289d878
fixed charlist visibility for autoloadchat
2023-05-22 05:40:25 +09:00
SillyLossy
48da2727af
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-21 23:15:59 +03:00
SillyLossy
6b3bcb6f23
Native alerts to toasts
2023-05-21 23:15:57 +03:00
RossAscends
6af0496c64
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-22 05:12:35 +09:00
RossAscends
9a4f90d4d6
improved char list dynamic hide/show on scroll
2023-05-22 05:08:30 +09:00
SillyLossy
b9d196b451
Set container block height on load
2023-05-21 23:02:55 +03:00
SillyLossy
7420327279
Fix character list hiding on search / tag filtering
2023-05-21 22:51:40 +03:00
Cohee
50ef24b88f
Merge pull request #333 from maceter/feature/chromadb
...
Feature: Infinity context using ChromaDB
2023-05-21 22:37:51 +03:00
Mark Ceter
a7d462bbb3
Merge branch 'dev' into feature/chromadb
2023-05-21 18:04:35 +03:00
RossAscends
ef394f7f03
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-21 22:49:06 +09:00
RossAscends
71d2f98391
items in char list now stop rendering out of view
2023-05-21 22:49:03 +09:00
SillyLossy
8a3772f06b
Set is_name=true for instruct mode
2023-05-21 15:06:49 +03:00
Mark Ceter
f62c26a9ba
First working version
2023-05-21 11:33:10 +00:00
SillyLossy
8cce0d0ce7
Merge branch 'main' into dev
2023-05-21 14:32:19 +03:00
Mark Ceter
f2ecac0d79
Fixes
2023-05-21 10:52:11 +00:00
Mark Ceter
5c7e14c287
Split messages into chunks
2023-05-21 10:41:18 +00:00
Mark Ceter
3dcff11354
Merge remote-tracking branch 'upstream/dev' into feature/chromadb
2023-05-21 10:01:27 +00:00
Cohee
035bbfd1cd
Merge pull request #358 from sanskar-mk2/oai-money
2023-05-21 12:33:21 +03:00
RossAscends
0f040eb4b0
fixed AN hide.show
2023-05-21 17:49:30 +09:00
Sanskar Tiwari
6fa4c2c1c8
Make openai credit error a catch all
2023-05-21 14:16:30 +05:30
RossAscends
0baacfbaed
debug console logs for AN show/hide
2023-05-21 17:35:29 +09:00
RossAscends
e783a649a0
updated message on char edit error
2023-05-21 16:31:57 +09:00
RossAscends
77dd6cb292
clarify AN location, fix AN display toggle
2023-05-21 15:29:49 +09:00
SillyLossy
71d1688dfa
View Horde kudos
2023-05-21 02:55:47 +03:00
SillyLossy
91315b4a74
Merge branch 'main' into dev
2023-05-21 01:37:34 +03:00
SillyLossy
f0c7c96d3c
Added switch to unbrick streaming on some unsupported proxies
2023-05-21 01:36:35 +03:00
SillyLossy
285d3e3d4a
Fix LLAMA tokenization. Add case-sensitive WI matching
2023-05-21 00:40:13 +03:00
SillyLossy
1253d04561
Merge branch 'main' into dev
2023-05-21 00:10:26 +03:00
SillyLossy
299b9a04bc
Replace info popups with toasts
2023-05-20 23:59:39 +03:00
Cohee
039244c749
Merge pull request #355 from sanskar-mk2/key-swap
...
subsitute user and char variable in world info keywords
2023-05-20 23:42:51 +03:00
SillyLossy
ba5f5c272a
Add datetime substitutions to the guidebook
2023-05-20 23:40:21 +03:00
SillyLossy
6c2b72ac7f
Add date & time substitution params. #155
2023-05-20 23:35:39 +03:00
Sanskar Tiwari
e58360a4b4
subsitute user and char variable in world info keywords
2023-05-21 02:03:09 +05:30
Cohee
e6c179de34
Merge pull request #352 from sanskar-mk2/patch
2023-05-20 20:27:51 +03:00
SillyLossy
db6dad5b2d
Fix prompting with bias and names
2023-05-20 19:54:27 +03:00
Sanskar Tiwari
06d980b0a7
update documents
2023-05-20 22:14:59 +05:30
Cohee
b4d04dfdaa
Update bug_report.md
2023-05-20 19:00:20 +03:00
SillyLossy
e7cbeba87d
Fix group chats in docker #350
2023-05-20 18:54:33 +03:00
Cohee
49d380e3c2
Merge pull request #351 from sanskar-mk2/update-bat
...
add batch file to update and start
2023-05-20 18:50:52 +03:00
Sanskar Tiwari
46e26dbf44
add flags, lf, eof newline
2023-05-20 21:08:04 +05:30
Sanskar Tiwari
9a537c8a14
add flags, lf, eof newline
2023-05-20 21:07:28 +05:30
Cohee
f999c7cddf
Merge pull request #349 from ouoertheo/ouoertheo/tts-elevenlabs-multilingual
...
add elevenlabs multilingual. add tts debug method
2023-05-20 18:23:30 +03:00
Sanskar Tiwari
4b20abc389
add batch file to update and start
2023-05-20 19:37:01 +05:30
RossAscends
ca066ca796
Update remote connections info in readme.md
2023-05-20 20:05:22 +09:00
RossAscends
f5665f2b7d
Update remote connection info in readme.md
2023-05-20 20:04:26 +09:00
RossAscends
e8274521ef
remove temp config file after pull
2023-05-20 12:43:55 +09:00
RossAscends
cc47956dce
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-20 12:43:18 +09:00
RossAscends
fef2a62e1c
modified gitignore to get new config.conf
2023-05-20 12:43:16 +09:00
ouoertheo
bb1f22b42c
add elevenlabs multilingual. add tts debug method
2023-05-19 21:42:50 -05:00
SillyLossy
8889e5546e
Fix characters list corruption
2023-05-20 00:14:02 +03:00
SillyLossy
933e5af58f
Reduce console spam
2023-05-19 23:45:56 +03:00
SillyLossy
d50067270c
#321 Predict trailing asterisk during streaming
2023-05-19 23:40:57 +03:00
SillyLossy
ade631e258
Merge branch 'main' into dev
2023-05-19 23:12:52 +03:00
SillyLossy
2c2b45119b
Properly check for system TTS support
2023-05-19 23:12:39 +03:00
SillyLossy
df0734aac4
#336 Slash commands / bias adjustments
2023-05-19 23:05:22 +03:00
SillyLossy
d74a920e19
Auto-swipe blacklist to textarea
2023-05-19 21:42:01 +03:00
SillyLossy
b819331b02
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-19 21:38:17 +03:00
SillyLossy
deb51fbc74
Add HTML templates for context editor (hidden)
2023-05-19 21:38:12 +03:00
Cohee
482db88e74
Merge pull request #347 from paniphons/main
2023-05-19 19:53:04 +03:00
Paniphon
99f9f62d02
Update faq.md with Pygmalion-13B and Anything-gpt
2023-05-19 23:50:54 +07:00
SillyLossy
ab5e555d62
Add reverse proxy to presets. #345 #109
...
Remove token breakdown from OAI options (it's now globally active).
2023-05-19 18:31:59 +03:00
SillyLossy
3fcaf7fd41
Check for user avatar crop
2023-05-19 18:16:59 +03:00
SillyLossy
ee7c4ee78f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-19 18:07:24 +03:00
Cohee
9f3c35dfa6
Merge pull request #342 from 10sa/chara-card-src-refactor
...
Refactoring character card parse scripts
2023-05-19 18:07:10 +03:00
SillyLossy
259f865c8b
Merge branch 'main' into dev
2023-05-19 18:03:44 +03:00
Tensa
5d86476089
Merge branch 'dev' into chara-card-src-refactor
2023-05-20 00:02:11 +09:00
10sa
905db6a4e8
Reformat codes
2023-05-19 22:48:48 +09:00
Tensa
566e2ac285
Merge branch 'Cohee1207:main' into chara-card-src-refactor
2023-05-19 22:42:03 +09:00
Cohee
f45f79ee56
Merge pull request #343 from 10sa/editorconfig
...
Create .editorconfig
2023-05-19 16:40:56 +03:00
10sa
30e931454a
Change tab indent to space indent
2023-05-19 22:38:12 +09:00
10sa
211649798a
Create .editorconfig
2023-05-19 22:30:49 +09:00
10sa
102a7eb6b7
Refactoring character card scripts
2023-05-19 22:22:16 +09:00
Cohee
f2c30d974d
Merge pull request #341 from 10sa/security-override-impl
2023-05-19 15:52:56 +03:00
10sa
6f8ba8fd69
Add security override config
2023-05-19 21:39:48 +09:00
SillyLossy
5113660e95
Fix group chats import
2023-05-19 14:21:02 +03:00
SillyLossy
32b7250a2d
Bump package version
2023-05-19 12:15:15 +03:00
SillyLossy
b626417a73
Merge branch 'main' into dev
2023-05-19 12:14:11 +03:00
Cohee
da76933c95
Merge pull request #339 from ramblingcoder/main
...
Update docker-compose.yml to reflect sillytavern name
2023-05-19 11:57:03 +03:00
SillyLossy
74d99e09da
Bump package version
2023-05-19 11:56:28 +03:00
Cohee
8da082ff8d
Merge pull request #340 from nai-degen/fix-partial-sse-handling
...
Fixes streaming responses hanging when encountering partial SSE message
2023-05-19 11:53:20 +03:00
unknown
7e59745dfc
buffers partial SSE messages from Readable
2023-05-19 03:20:27 -05:00
ramblingcoder
3e4e1ba96a
Update docker-compose.yml
2023-05-18 18:09:41 -05:00
ramblingcoder
6557abcd07
Update docker-compose.yml to reflect sillytavern name
2023-05-18 17:44:12 -05:00
RossAscends
826dc860b6
fixed autoformat error
2023-05-19 05:55:11 +09:00
RossAscends
80ccf6809f
added hotkeys hints to /? readout
2023-05-19 04:51:11 +09:00
RossAscends
84900917a0
css fix for mobile sheld edges, and avatar wrappers
2023-05-19 03:22:01 +09:00
SillyLossy
30014db826
Fix TTS click handler
2023-05-18 19:01:16 +03:00
SillyLossy
0d1f291003
Add /sendas command
2023-05-18 18:49:49 +03:00
SillyLossy
1f07722025
SD chores
2023-05-18 17:01:53 +03:00
RossAscends
8e21e4da87
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-18 22:07:33 +09:00
RossAscends
e8b075cc0c
fix swipes positioning
2023-05-18 22:07:32 +09:00
SillyLossy
80dd3af587
Add separator sequence for instruct mode
2023-05-18 15:28:31 +03:00
RossAscends
d3c5eed4c1
scrollbar css fix
2023-05-18 19:48:58 +09:00
RossAscends
0d248a0092
highlight new created character after auto-scroll
2023-05-18 19:23:13 +09:00
RossAscends
8d11d5d8d5
horde worker model in message tooltip
2023-05-18 18:50:18 +09:00
SillyLossy
780e00938f
Make {{}} bias non-sticky
2023-05-18 12:40:15 +03:00
SillyLossy
254bd8463a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-18 12:16:17 +03:00
SillyLossy
3659b1d847
Prompt bias adjustments
2023-05-18 12:15:53 +03:00
RossAscends
d84c91a69a
fix swipes position, charlist scrolls to character
2023-05-18 17:57:50 +09:00
RossAscends
07fcf3d2b2
toasts for character add/delete/import
2023-05-18 17:23:28 +09:00
RossAscends
2e4bf2a41a
convert .mes et al to flex, clean CSS
2023-05-18 16:31:08 +09:00
RossAscends
ef0660c425
disable auto-opening fullscreen panels on mobile
2023-05-18 14:58:23 +09:00
RossAscends
db439be897
add black and white backgrounds
2023-05-18 14:48:31 +09:00
RossAscends
b32887a5b1
background titles for easy searching
2023-05-18 14:47:26 +09:00
RossAscends
8f6101f567
better p-b cookie guide & SD last-message prompt
2023-05-18 12:55:54 +09:00
SillyLossy
06f34478db
More slash commands for A/N
2023-05-18 01:10:17 +03:00
SillyLossy
15645f2e18
Properly hide TTS in extensions menu
2023-05-18 00:29:14 +03:00
SillyLossy
069316218a
Adjust caption extension to new menu
2023-05-18 00:17:20 +03:00
Cohee
e990a9e5cc
Merge pull request #334 from mayaeary/sd-horde
2023-05-17 23:23:41 +03:00
Maya
3a3f18412c
Merge branch 'dev' into sd-horde
2023-05-17 22:42:32 +03:00
RossAscends
ef30befd4d
revert SD icon to show even without Extras present
2023-05-18 04:41:01 +09:00
Maya
1cac439d32
Merge remote-tracking branch 'upstream/dev' into sd-horde
2023-05-17 19:25:21 +00:00
RossAscends
661b4fec9a
allow dice even without Extras connection
2023-05-18 04:23:19 +09:00
Maya
0c857ab604
Sort models for SD horde
2023-05-17 19:20:45 +00:00
Maya
5a95fed134
Add Karras and hiding of SD buttons
2023-05-17 19:17:44 +00:00
Mark Ceter
c675f09c54
Store original message as metadata
2023-05-17 18:39:34 +00:00
Mark Ceter
64ac2b2f58
Form new chat context
2023-05-17 18:33:14 +00:00
SillyLossy
dfb0e5994a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 21:02:13 +03:00
SillyLossy
3f8435f676
Display toast when narrator name is set
2023-05-17 21:02:09 +03:00
Mark Ceter
d2803f6451
[WIP} infinity context
2023-05-17 17:58:58 +00:00
RossAscends
4dbecc4cd4
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-18 02:58:34 +09:00
RossAscends
ba4d7fa3ea
☠ better character deletion warning ☠
2023-05-18 02:58:27 +09:00
SillyLossy
60bf3f4a70
Add toast notifications plugin
2023-05-17 20:53:32 +03:00
SillyLossy
f3088517b9
Save chat after sending system message
2023-05-17 20:50:47 +03:00
SillyLossy
cf4492b7e4
Busy icon for inline SD gens
2023-05-17 20:50:25 +03:00
RossAscends
9156e7f43d
~_~_~MAGIC_~_~_~
2023-05-18 02:29:22 +09:00
RossAscends
7741626a47
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-18 02:25:49 +09:00
RossAscends
2e86775d4a
fix styles for extensions menu
2023-05-18 02:25:47 +09:00
SillyLossy
cb43fe13aa
Somewhat usable system message narrator
2023-05-17 20:24:35 +03:00
RossAscends
3951049e03
move input bar extensions button into menu
2023-05-18 01:15:49 +09:00
RossAscends
3f7809423c
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-17 23:36:52 +09:00
RossAscends
0787886f15
improve sd prompts
2023-05-17 23:36:49 +09:00
SillyLossy
e38b4e0b8f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 17:19:47 +03:00
SillyLossy
7d888cc067
Add margins to checkboxes
2023-05-17 17:19:44 +03:00
RossAscends
e34b7832bf
fix /sd me prompt
2023-05-17 23:19:17 +09:00
SillyLossy
f45a16fd13
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 17:08:38 +03:00
SillyLossy
d92c0c4eb2
Fix free mode prompting
2023-05-17 17:08:35 +03:00
RossAscends
a97230f935
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-17 22:41:31 +09:00
RossAscends
c70e1d306d
SD horde options side by side, and clarified.
2023-05-17 22:41:28 +09:00
SillyLossy
2990da0d5e
Additional options for SD plugin
2023-05-17 16:36:52 +03:00
SillyLossy
c48af795da
Add very basic support of APNG
2023-05-17 14:47:34 +03:00
SillyLossy
76bfd42adc
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 14:25:30 +03:00
SillyLossy
3eb2835460
Fix narrator message type error
2023-05-17 14:25:17 +03:00
RossAscends
ba2dea7d09
fix mes_image display width
2023-05-17 20:06:31 +09:00
RossAscends
2254bb2c7d
/sd face now gens 2:3 ratio with width as base.
2023-05-17 19:50:41 +09:00
SillyLossy
5040a0c66e
Move stop system TTS to reset function
2023-05-17 12:49:46 +03:00
Cohee
d9faa8746e
Merge pull request #330 from ouoertheo/ouoertheo/manualtts
...
Ouoertheo/manualtts
2023-05-17 12:48:04 +03:00
SillyLossy
59bccc5c9f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 12:45:06 +03:00
SillyLossy
802395de92
Regenerate SD messages
2023-05-17 12:45:03 +03:00
RossAscends
7f0f039e15
10k maxlength for AN and def. AN
2023-05-17 18:32:48 +09:00
RossAscends
1c7b352010
fix css for enlarged images, and cropper-container
2023-05-17 17:43:28 +09:00
SillyLossy
3095d8fd66
Add max-height to message image
2023-05-17 11:20:31 +03:00
SillyLossy
5220b34a81
Add padding to img container
2023-05-17 11:13:51 +03:00
SillyLossy
76895705b6
Hide message text for SD gens. Don't include nudge for Poe on SD gen
2023-05-17 11:10:29 +03:00
SillyLossy
0c3aae8d40
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-17 11:03:31 +03:00
SillyLossy
a3e584a6e3
Slash command to send a "neutral" message
2023-05-17 11:03:28 +03:00
RossAscends
93ff856982
fix Poe character nudge to allow OOC SD response
2023-05-17 16:58:17 +09:00
RossAscends
0dcd185daa
mobile-CSS fix for AN and SD popup
2023-05-17 16:21:19 +09:00
ouoertheo
21f4bccaa4
Provide option for manual generation
2023-05-16 20:04:22 -05:00
ouoertheo
a8684993f4
fix one message tts playback
2023-05-16 18:56:39 -05:00
SillyLossy
a656783b15
Upgrade tensorflow in colab
2023-05-17 01:13:35 +03:00
SillyLossy
9bcee0e2e2
Fix message container
2023-05-17 00:52:25 +03:00
SillyLossy
d71fa715ab
Add autocomplete off to API URLs
2023-05-16 23:41:27 +03:00
SillyLossy
02fb3b7b74
Adjust debounce rate. Prevent autoconnect before secrets load
2023-05-16 23:37:54 +03:00
SillyLossy
65f4abf705
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-16 22:48:50 +03:00
SillyLossy
d37585c993
Wrap message images into container
2023-05-16 22:48:21 +03:00
RossAscends
fde5f7af84
Update readme.md with SD/TSS images
2023-05-17 04:00:05 +09:00
RossAscends
454994a7bd
Update readme.md with SD/TTS info
2023-05-17 03:55:23 +09:00
RossAscends
4c77147055
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-17 03:36:52 +09:00
RossAscends
2806d869ed
CSS fix for movingUI handle + less round corners
2023-05-17 03:36:50 +09:00
SillyLossy
d0b4bccd40
Merge branch 'sd_inline_image_generation' of https://github.com/sumit0k/SillyTavern into sumit0k/sd_inline_image_generation
2023-05-16 21:18:59 +03:00
Cohee
5a39e7cf37
Update build-and-publish-release-dev.yml
2023-05-16 21:06:59 +03:00
Cohee
edab21ede3
Update build-and-publish-release-main.yml
2023-05-16 21:06:43 +03:00
Cohee
06f540548f
Update package.json
2023-05-16 21:05:27 +03:00
Cohee
3a22e0d622
Update package.json
2023-05-16 21:03:15 +03:00
Cohee
58e072b41c
Update build-and-publish-release-dev.yml
2023-05-16 20:58:29 +03:00
Cohee
3ba379d663
Update build-and-publish-release-main.yml
2023-05-16 20:48:06 +03:00
Cohee
eefefd9a28
Update build-and-publish-release-dev.yml
2023-05-16 20:47:54 +03:00
Cohee
b15ef98a4b
Update package.json
2023-05-16 20:45:00 +03:00
Cohee
d97612dd2b
Merge pull request #328 from Cohee1207/pkg
...
Pkg
2023-05-16 20:39:33 +03:00
SillyLossy
49d2ebf89b
Merge branch 'dev' into pkg
2023-05-16 20:38:20 +03:00
SillyLossy
bf6df2b0e8
Change relative path handling
2023-05-16 20:35:46 +03:00
SillyLossy
65abdacefd
New workflow file
2023-05-16 20:35:31 +03:00
SillyLossy
47bf75d6c0
Merge branch 'main' into pkg
2023-05-16 20:26:22 +03:00
Cohee
843e7a8363
Create build-and-publish-release-main.yml
2023-05-16 20:24:32 +03:00
RossAscends
072d8edf52
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-17 01:14:05 +09:00
RossAscends
48e109beac
update readme with whitelist IP wildcard explainer
2023-05-17 01:14:03 +09:00
SillyLossy
08d02117c5
Add wildcard IP whitelist matching
2023-05-16 19:01:56 +03:00
SillyLossy
d5213b7d4e
Precompiled AI Horde library by
...
https://github.com/ZeldaFan0225/ai_horde
2023-05-16 18:50:23 +03:00
SillyLossy
a9037560dc
Add AN slash command
2023-05-16 17:32:24 +03:00
SillyLossy
211ad9172d
More reliable quota error extraction
2023-05-16 17:08:29 +03:00
SillyLossy
4a83886f9e
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-16 17:01:43 +03:00
SillyLossy
09070410aa
Fix UI controls width and layouts
2023-05-16 17:01:40 +03:00
RossAscends
caf6e0887a
skill issue
2023-05-16 22:47:03 +09:00
RossAscends
bc3c739b22
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-16 22:45:40 +09:00
RossAscends
dfa2954f84
revert text_pole widths, add util class for unset
2023-05-16 22:45:37 +09:00
SillyLossy
bffeb7ee62
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-16 16:28:42 +03:00
SillyLossy
5bfd3787fa
Add event emitter subsystem.
2023-05-16 16:28:38 +03:00
RossAscends
7a4eb303b0
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-16 22:04:19 +09:00
RossAscends
0e6ae900f6
Authors Note draggable.
2023-05-16 22:04:17 +09:00
Sumit Kumar
78d4f16281
removed the accidental dropdown addition
2023-05-16 17:05:53 +05:30
SillyLossy
07bc7c434a
SD gen error message
2023-05-16 14:20:37 +03:00
Sumit Kumar
94a53d5759
support for not hiding everything except image
2023-05-16 15:59:35 +05:30
Sumit Kumar
8ea25935e8
Merge remote-tracking branch 'origin/main' into sd_inline_image_generation
2023-05-16 15:58:41 +05:30
Sumit Kumar
c91a19b1a8
Support for creating new images for each message
2023-05-16 15:57:24 +05:30
SillyLossy
7192c912ab
Fix Horde image gen
2023-05-16 12:46:58 +03:00
SillyLossy
3b5ce2f669
Fix quiet prompt extraction
2023-05-16 12:40:36 +03:00
SillyLossy
be3b4e18a7
Reduce console spam
2023-05-16 12:36:46 +03:00
SillyLossy
a960e090e5
Merge branch 'main' into dev
2023-05-16 11:19:59 +03:00
SillyLossy
849c82b6f7
Fix Poe message sending
2023-05-16 11:19:38 +03:00
SillyLossy
83f9876a13
Check for message deletable on click
2023-05-16 10:51:04 +03:00
SillyLossy
1ff5732c53
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-16 10:42:39 +03:00
SillyLossy
5c018d8a2a
Merge branch 'main' into dev
2023-05-16 10:42:29 +03:00
Cohee
5a66baaeb7
Merge pull request #318 from sanskar-mk2/better-delete
...
deletion checkbox delegate to parent
2023-05-16 10:41:43 +03:00
SillyLossy
a4aba352e7
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
2023-05-16 10:38:00 +03:00
SillyLossy
1bfb5637b0
Check for crop arguments before applying it
2023-05-16 10:37:52 +03:00
Cohee
d72f3bb35e
Merge pull request #319 from sanskar-mk2/swipe-cursor
...
Swipe cursor
2023-05-16 10:22:47 +03:00
Cohee
bd2bcf6e9d
Update readme.md
2023-05-16 10:17:01 +03:00
Sanskar Tiwari
b823d40df6
ocd whitespace
2023-05-16 04:44:10 +05:30
Sanskar Tiwari
b1acf1532e
make swipe button cursor pointer since it is a button
2023-05-16 04:42:50 +05:30
Sanskar Tiwari
558d0d9b66
deletion checkbox delegate to parent
2023-05-16 04:36:30 +05:30
SillyLossy
f1235aed1c
Merge branch 'main' into dev
2023-05-16 01:19:06 +03:00
SillyLossy
1ec3352f39
Revert pygmalion formatting of substitution parameters #317
2023-05-16 01:17:37 +03:00
SillyLossy
63b5fd75a5
Merge branch 'main' into dev
2023-05-16 00:53:41 +03:00
SillyLossy
6bb44b95b0
Fix OAI key usage
2023-05-16 00:53:33 +03:00
SillyLossy
9d49c4644d
OAI prompt display
2023-05-16 00:50:00 +03:00
RossAscends
3abc9efc7a
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-16 06:33:01 +09:00
RossAscends
ae9f9cc060
itemizer now references correct prompt for message
2023-05-16 06:32:59 +09:00
SillyLossy
d93f3cf0fd
Rearrange user blocks
2023-05-15 23:19:16 +03:00
Cohee
ee3895662f
Merge pull request #302 from bfs15/dev
...
Feature: Auto Swipe
2023-05-15 23:14:42 +03:00
SillyLossy
31d5528413
Add Stable Horde image gen
2023-05-15 23:11:01 +03:00
Aisu Wata
ee85df5fb2
removed extra logging
2023-05-15 16:15:29 -03:00
Aisu Wata
741c7b6568
Merge branch 'dev' of github.com:Cohee1207/SillyTavern into dev
2023-05-15 16:14:00 -03:00
SillyLossy
a87de8e47f
Merge branch 'main' into dev
2023-05-15 21:29:15 +03:00
Cohee
2b54d21617
Merge pull request #315 from sanskar-mk2/main
...
add llama-precise settings
2023-05-15 21:28:06 +03:00
SillyLossy
f86ee330a7
Add AI Horde client library
2023-05-15 21:24:17 +03:00
Sanskar Tiwari
08a25d2fbf
add llama-precise settings
2023-05-15 23:23:53 +05:30
SillyLossy
c3146e830d
More clear checkbox name
2023-05-15 19:06:56 +03:00
SillyLossy
11716b5fc0
Proper trim sentences with streaming
2023-05-15 19:05:00 +03:00
SillyLossy
1204ba43d8
Extend punctuation list
2023-05-15 18:56:17 +03:00
SillyLossy
b44a122506
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-15 18:54:35 +03:00
SillyLossy
c759444460
Hidden context template block
2023-05-15 18:54:31 +03:00
Cohee
6a98dd641f
Merge pull request #313 from sanskar-mk2/dev
...
add trim sentence feature
2023-05-15 18:53:47 +03:00
Sanskar Tiwari
5320688e26
Merge branch 'Cohee1207:dev' into dev
2023-05-15 21:20:49 +05:30
Sanskar Tiwari
3a3c95d745
remove log spam
2023-05-15 21:16:35 +05:30
Sanskar Tiwari
bf49becf22
fix function and call it in correct place?
2023-05-15 21:14:48 +05:30
Sanskar Tiwari
c8b77c0d58
change keep newline to include newline
2023-05-15 21:00:24 +05:30
Sanskar Tiwari
ab124cb926
mirror horde function
2023-05-15 20:56:55 +05:30
SillyLossy
b65279ea27
Adjust stopping strings for metharme
2023-05-15 17:42:18 +03:00
SillyLossy
d7982c4339
Clean-up Generate function for better readability
2023-05-15 17:28:41 +03:00
SillyLossy
7dcc6639d6
Don't lose generate parameters on forced name2 regeneration
2023-05-15 17:17:06 +03:00
Sanskar Tiwari
3792feb41e
Merge branch 'Cohee1207:dev' into dev
2023-05-15 19:39:34 +05:30
SillyLossy
b8fc4b34a8
Merge branch 'main' into dev
2023-05-15 17:00:04 +03:00
Sanskar Tiwari
2f8b95b18d
add trim sentence feature
2023-05-15 19:29:59 +05:30
SillyLossy
23f9298db5
start.sh: install LTS node
2023-05-15 16:59:43 +03:00
RossAscends
d97058ab89
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-15 18:00:47 +09:00
RossAscends
5245174f6f
raw Prompt visible from Itemizer view
2023-05-15 18:00:45 +09:00
SillyLossy
333e871b4f
#310 Reapply patch
2023-05-15 11:26:38 +03:00
SillyLossy
0673069a25
Revert " #310 Force add character name for groups"
...
This reverts commit 91edeb9cd2
.
2023-05-15 11:25:51 +03:00
SillyLossy
91edeb9cd2
#310 Force add character name for groups
2023-05-15 11:17:05 +03:00
Cohee
54017e6777
Merge pull request #311 from sanskar-mk2/dev
2023-05-15 10:05:09 +03:00
Cohee
d01bee97ad
Merge pull request #308 from BlueprintCoding/Blueprint
2023-05-15 10:03:42 +03:00
Sanskar Tiwari
238c4fad57
console logging the prompt option
2023-05-15 12:04:56 +05:30
RossAscends
a950458534
fix panel resetting
2023-05-15 10:23:43 +09:00
RossAscends
c3fe796059
World Selector&Editor Combined/Lockable/Swappable
2023-05-15 09:27:03 +09:00
bcp-hayden
ee2ecd6d4b
Update start.sh to dynamically select directory for start.sh
2023-05-14 17:10:09 -06:00
RossAscends
817842737e
fix(?) WIEditor scrollbars & add it to Panel Reset
2023-05-15 07:18:59 +09:00
Cohee
33042f6dea
Update bug_report.md
2023-05-15 00:59:32 +03:00
RossAscends
a51de56788
Movable WI Editor
2023-05-15 05:58:34 +09:00
SillyLossy
0950e25fb2
Merge branch 'main' into pkg
2023-05-14 22:54:53 +03:00
SillyLossy
dbab6fc26a
Add a button to narrate only one message with TTS
2023-05-14 22:37:02 +03:00
SillyLossy
1a3149920c
Merge branch 'main' into dev
2023-05-14 21:55:07 +03:00
SillyLossy
419afc783e
Bump package version
2023-05-14 21:54:52 +03:00
RossAscends
e8eb1ac36b
fix items lost on merge
2023-05-15 02:36:52 +09:00
RossAscends
a25b333f91
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-15 02:31:26 +09:00
RossAscends
291e23e2f5
update OAI itemization
2023-05-15 02:28:17 +09:00
SillyLossy
afd2e810a8
Fix OAI tokenization
2023-05-14 20:17:14 +03:00
SillyLossy
dade3fa17d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-14 19:47:34 +03:00
SillyLossy
6a94bb5063
Old anchors removed
2023-05-14 19:47:32 +03:00
RossAscends
133caa58d2
add in process files for OAI tokenization merge
2023-05-15 01:45:36 +09:00
RossAscends
d765e9bad9
add uniqolor.js
2023-05-15 01:14:46 +09:00
RossAscends
e69cbe9a11
forgot requirements for OAI itemization
2023-05-15 01:13:32 +09:00
RossAscends
3fcf7c893a
Merge branch 'dev' of https://github.com/Cohee1207/SillyTavern into dev
2023-05-15 01:09:21 +09:00
RossAscends
30a43f96de
OAI token itemization WIP (integrate PR299)
2023-05-15 01:08:45 +09:00
RossAscends
3b0d0b580a
Update readme.md Remote Connections Instructions
2023-05-14 23:24:26 +09:00
RossAscends
88a726d9ad
Update readme.md Remote Connection Instructions
2023-05-14 23:23:12 +09:00
SillyLossy
50ab9df54a
Merge branch 'main' into dev
2023-05-14 16:58:02 +03:00
SillyLossy
bd6255c758
Fix multigen with group chats
2023-05-14 16:36:07 +03:00
Aisu Wata
4ba712e5b0
Auto Swipe: changed default and placeholder
2023-05-13 22:23:39 -03:00
Aisu Wata
dc1dd23371
Merge branch 'dev' of github.com:Cohee1207/SillyTavern into dev
2023-05-13 22:16:32 -03:00
Aisu Wata
1b2e113a34
Feature: Auto Swipe
2023-05-13 22:15:47 -03:00
SillyLossy
0774196f98
Silero ellipsis adjust
2023-05-14 00:58:01 +03:00
SillyLossy
06a745ebf8
Better sentence separation for TTS
2023-05-14 00:50:49 +03:00
SillyLossy
cace7fa96d
Fix itemize without extensions running
2023-05-14 00:33:10 +03:00
SillyLossy
833d0ac02f
Merge branch 'main' into dev
2023-05-14 00:22:49 +03:00
RossAscends
1749a66923
parse memory & AN in prompt itemizer
2023-05-14 05:07:48 +09:00
SillyLossy
07e7028269
#300 Fix multigen issues:
...
1. Not working with instruct mode
2. Not working with impersonation
3. Not working with real streaming
2023-05-13 22:44:46 +03:00
SillyLossy
a36c843752
Pre-generated TTS samples for faster colab startup
2023-05-13 21:38:08 +03:00
SillyLossy
36803cf473
Fix SD prompt generation
2023-05-13 21:36:40 +03:00
SillyLossy
041c00bec3
Merge branch 'main' into dev
2023-05-13 19:38:46 +03:00
SillyLossy
6c2a52dfff
Add music player cell to colab
2023-05-13 19:37:33 +03:00
SillyLossy
835c17b40c
#292 Add button titles
2023-05-13 18:48:51 +03:00
SillyLossy
84e48adc69
#295 Sanitize get/save chat names
2023-05-13 18:42:08 +03:00
RossAscends
0f131e799e
add tokenizer name to prompt itemization
2023-05-13 23:58:22 +09:00
RossAscends
9daac1ce4d
per-message prompt itemization display
2023-05-13 23:29:20 +09:00
Cohee
03d5c5ed2a
Merge pull request #290 from sanskar-mk2/quoted-text
...
added the ability to speak only quoted text
2023-05-13 14:32:44 +03:00
Cohee
a26e835e64
Merge pull request #293 from MicBlaze/patch-1
...
Prepend [Feature Request] to template title
2023-05-13 14:31:56 +03:00
Sanskar Tiwari
3a1bf3ef81
handle special quotes
2023-05-13 16:59:14 +05:30
MicBlaze
da62edb0cc
Prepend [Feature Request] to template title
...
The power of the default.
I noticed the bug report template started with [BUG], so I thought it might be helpful to have feature requests be the same to help make users keep requests in the same format.
2023-05-13 04:24:57 -07:00
Sanskar Tiwari
3643bc58f2
added the ability to speak only quoted text
2023-05-13 14:46:23 +05:30
Cohee
035e8033f3
Merge pull request #286 from synexo/groupttsfix
2023-05-13 11:30:32 +03:00
Cohee
aeea230e8f
Merge pull request #289 from sanskar-mk2/minor-typo
2023-05-13 11:22:13 +03:00
Sanskar Tiwari
334b654338
minor typo
2023-05-13 12:19:56 +05:30
synexo
7b2b000c0a
Revert settings.json to main
2023-05-12 22:37:57 -04:00
synexo
531414df0d
Update to fix TTS in group chat
...
Update logic to allow TTS to continue for each speaker in group chat.
2023-05-12 22:17:31 -04:00
SillyLossy
62434d41b9
Remove faulty model
2023-05-13 02:33:49 +03:00
SillyLossy
92328583a4
Merge branch 'dev'
2023-05-13 02:25:53 +03:00
SillyLossy
89520ebd84
Add new SD models
2023-05-13 02:23:10 +03:00
RossAscends
502421e756
Update update.md
2023-05-13 07:17:01 +09:00
RossAscends
3e95adc2fa
Update Update-Instructions.txt
2023-05-13 07:16:36 +09:00
RossAscends
039fd8d6c9
Update Update-Instructions.txt
2023-05-13 07:16:13 +09:00
RossAscends
45b6c95633
Update update.md
2023-05-13 07:16:00 +09:00
SillyLossy
567caf7ef6
Fix impersonation prompting
2023-05-13 01:07:12 +03:00
SillyLossy
4264bebe13
Fix instruct name formatting for groups
2023-05-13 00:57:55 +03:00
SillyLossy
c64b284d30
Install supported axios version. Update ignore files. Update package.json
2023-05-12 23:51:52 +03:00
SillyLossy
627b0fb428
Fix cwd
2023-05-12 23:44:19 +03:00
Cohee
18de09e236
Merge pull request #283 from MicBlaze/patch-1
...
Made it possible for exe to be compiled with `pkg`
2023-05-12 23:43:27 +03:00
SillyLossy
bfaf8e6aa1
Minor spelling mistake
2023-05-12 23:03:31 +03:00
SillyLossy
6c971386b2
Adjust the limits
2023-05-12 22:45:13 +03:00
SillyLossy
b752cd0228
Merge branch 'dev'
2023-05-12 22:41:34 +03:00
RossAscends
6d3abe2cf0
fixed readme.md formatting
2023-05-13 04:07:21 +09:00
RossAscends
a08a899f35
add maxlength to adv. char def boxes
...
windows git install instructions added to readme
2023-05-13 04:01:48 +09:00
Cohee
08be78620d
Merge pull request #285 from Cohee1207/dev
...
Dev
2023-05-12 20:52:53 +03:00
RossAscends
d650f339f1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-13 02:42:01 +09:00
RossAscends
c43bcb9b9f
WIP barebones of context itemization
2023-05-13 02:41:59 +09:00
SillyLossy
473b57ce97
#284 Add a button to quickly remove the saved API key
2023-05-12 20:36:48 +03:00
SillyLossy
69feecd0fa
#284 Add a button to expose private keys
2023-05-12 20:20:06 +03:00
SillyLossy
d90b5ded45
Reduce console.warn spam on extension prompts
2023-05-12 18:20:48 +03:00
SillyLossy
863b3380dd
Merge branch 'main' into dev
2023-05-12 17:54:56 +03:00
SillyLossy
d4eef884eb
Fix TTS plugin clicks on SD button
2023-05-12 17:50:39 +03:00
SillyLossy
77cb59a7a2
Bump NPM version
2023-05-12 17:09:04 +03:00
SillyLossy
c1350c9175
Fix hotswap sorting
2023-05-12 17:01:53 +03:00
SillyLossy
d1edda6902
Fix fav button resetting state on switching to char create
2023-05-12 15:05:35 +03:00
RossAscends
4200085a4d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 20:34:45 +09:00
RossAscends
2b59e1de35
unbreak SD 'scene' generation prompt, oopsie.
2023-05-12 20:34:43 +09:00
SillyLossy
401706f5b4
Add instruct mode guidebook page.
2023-05-12 14:33:06 +03:00
RossAscends
87ac2583ac
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 19:50:58 +09:00
RossAscends
05891f7b7f
add character name into SD prompts for you/face
2023-05-12 19:50:55 +09:00
SillyLossy
4e8effda11
Do not duplicate disabled extensions
2023-05-12 13:50:06 +03:00
MicBlaze
38f018319b
Update basicAuthMiddleware.js for path to work for binary
2023-05-12 02:32:06 -07:00
MicBlaze
ba439bb1f6
adjust server.js to allow pkg compiled binary to work
2023-05-12 02:30:53 -07:00
MicBlaze
0c4a6dcdac
adjust package.json for pkg packing
2023-05-12 02:25:21 -07:00
SillyLossy
5f198ec559
Update instruct templates
2023-05-12 12:24:01 +03:00
SillyLossy
c111b5e33c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 12:04:46 +03:00
SillyLossy
71102fe7fa
Fix Horde key migration
2023-05-12 12:04:41 +03:00
RossAscends
3faa1e3155
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 17:58:50 +09:00
RossAscends
891394e571
prettier welcome message with version included
2023-05-12 17:58:48 +09:00
SillyLossy
7e7a67d28c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 11:51:48 +03:00
SillyLossy
41390a44b4
Fix Horde key not saving
2023-05-12 11:51:43 +03:00
RossAscends
c4361d5f9f
clarify /help text for /bg command
2023-05-12 17:38:37 +09:00
SillyLossy
6ee12ba354
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 11:30:35 +03:00
SillyLossy
d963d79d44
Add display version #280
2023-05-12 11:30:30 +03:00
RossAscends
56aa13a1e4
clean up {{ }} hint text, remove asterisks hint
2023-05-12 17:29:42 +09:00
RossAscends
06f39e585f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 17:20:42 +09:00
RossAscends
f8b6c166c8
concise SD help text
2023-05-12 17:20:39 +09:00
Cohee
afa7035632
Merge pull request #281 from bfs15/dev
...
hotfix on emtpy content: Was unable to open a certain chat without this
2023-05-12 10:18:39 +03:00
SillyLossy
8500e049c9
Fix system message overwriting auto-loaded chat #281
2023-05-12 10:14:57 +03:00
RossAscends
4eb9bf8cac
scrolling for mobile Adv Char and World Popups
2023-05-12 14:02:56 +09:00
RossAscends
6fd2925ebe
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 13:09:52 +09:00
RossAscends
859af087c6
typo in SD prompt
2023-05-12 13:09:50 +09:00
Aisu Wata
c06de1e6bd
hotfix on emtpy content: Was unable to open a certain chat without this
2023-05-12 00:29:21 -03:00
SillyLossy
aaa23815fd
Adjustments to colab
2023-05-12 01:04:37 +03:00
SillyLossy
ead53164a8
Add SD and TTS to colab.
2023-05-12 00:46:15 +03:00
SillyLossy
1dec2683ce
Add Silero TTS to Extras
2023-05-12 00:34:44 +03:00
SillyLossy
1219d41b2a
Fix Poe JB message substitution
2023-05-12 00:03:53 +03:00
RossAscends
d9a2c33722
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-12 03:31:31 +09:00
RossAscends
4f38cbd0e9
Update SD prompts
2023-05-12 03:30:43 +09:00
SillyLossy
e374703798
Refactor API keys handling. Remove ST hosting from colab
2023-05-11 21:08:22 +03:00
SillyLossy
9b80c861f0
is_name fix for Poe
2023-05-11 16:34:28 +03:00
SillyLossy
a15d7f6de1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-11 16:19:32 +03:00
SillyLossy
552296a203
Remove obsolete colab popup
2023-05-11 16:19:27 +03:00
Cohee
8ba5f79714
Merge pull request #278 from ShisoFox/dev
...
Add new button to copy message text to the clipboard
2023-05-11 15:23:37 +03:00
ShisoFox
988fe4e180
Add new button to copy message text to the system clipboard
...
This saves a few clicks.
2023-05-11 07:47:10 -04:00
SillyLossy
18429bbc3b
Option to unlock max context size
2023-05-11 00:25:08 +03:00
SillyLossy
ee8ae7e9c6
Add instruct presets
2023-05-10 23:51:59 +03:00
SillyLossy
38afc89b14
Add a hint for author's note
2023-05-10 23:07:44 +03:00
SillyLossy
6d102269ac
Add custom stop sequences to instruct mode
2023-05-10 22:48:14 +03:00
SillyLossy
3d49f65b1a
Adjust crop params
2023-05-10 21:43:42 +03:00
SillyLossy
d8666128ef
Add cropping of user and characters avatars. Prevent failures on webp import (Android)
2023-05-10 21:34:02 +03:00
RossAscends
cc33d0deca
safety fix for public
2023-05-10 23:49:11 +09:00
RossAscends
e4e35fe0e6
WIP of avatar cropping on upload
2023-05-10 23:46:31 +09:00
SillyLossy
0f3315b074
Add image cropper plugin
2023-05-10 15:19:37 +03:00
SillyLossy
67a3702fca
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-10 02:13:21 +03:00
SillyLossy
730e3578ab
(Beta) Add instruct mode #250
2023-05-10 02:13:14 +03:00
RossAscends
681b6d1f09
+Alpin install install guide link in update note
2023-05-10 07:57:39 +09:00
RossAscends
2dfa59f980
update to update instructions.
2023-05-10 07:39:24 +09:00
RossAscends
242d16a973
Update instructions in html note & welcome msg
2023-05-10 07:04:27 +09:00
RossAscends
b98599fa9c
Added Update-Instructions.txt
2023-05-10 06:35:47 +09:00
Cohee
51e82f5507
Update bug_report.md
2023-05-09 21:55:47 +03:00
Cohee
18f085bd17
Update bug_report.md
2023-05-09 21:55:16 +03:00
Cohee
f5b2a9a213
Merge pull request #268 from bfs15/dev
...
Fix: extra space on prompt (due to join(" ") on array)
2023-05-09 21:50:19 +03:00
RossAscends
26c864cfed
Default Poe JB should now work on Claude-instant
2023-05-10 03:47:01 +09:00
Aisu Wata
22f4e6f1fe
Fixed trailing whitespace on join
2023-05-09 13:51:01 -03:00
Aisu Wata
941781719b
Fix: extra space on prompt (due to join(" ") on array)
2023-05-09 13:38:18 -03:00
SillyLossy
26d3c79fd2
Fix typos
2023-05-09 18:15:51 +03:00
SillyLossy
1827e0c0fe
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-09 17:55:47 +03:00
SillyLossy
5c7e7ba83a
Check for git command before running
2023-05-09 17:55:42 +03:00
RossAscends
0efa9fd0d9
update SD prompts for face/you
2023-05-09 23:15:14 +09:00
SillyLossy
9bdceabdf9
Update comment
2023-05-09 13:35:55 +03:00
SillyLossy
b93bdc4876
Rebranding of Extras project
2023-05-09 12:33:16 +03:00
SillyLossy
0b37c8bb2a
Headers sent adjust
2023-05-09 11:21:08 +03:00
RossAscends
0eb29af62b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-09 17:16:19 +09:00
RossAscends
97efabd3b2
Gap for rightnav flex, SD prompt tweaks, SD popup z to 3k
2023-05-09 17:16:17 +09:00
SillyLossy
0a999dcb62
Failsafe error checking
2023-05-09 11:14:41 +03:00
SillyLossy
6b967ac126
(Colab) Replace default emotional classifier
2023-05-09 10:48:09 +03:00
SillyLossy
7b60c90e6b
#263 Multigen pseudo-streaming adjustment
2023-05-09 01:49:07 +03:00
Cohee
4028ddb90a
Merge pull request #262 from Cohee1207/dev
...
1.5.0
2023-05-08 19:06:25 +03:00
SillyLossy
12f7b7d292
Fix user avatar selection
2023-05-08 19:04:48 +03:00
SillyLossy
ef0d1a986b
#260 Adjust message clean up. New setting to allow impersonation.
2023-05-08 18:55:01 +03:00
SillyLossy
977bfbf4f5
More compact layout of right panel
2023-05-08 16:09:05 +03:00
SillyLossy
7d181fd2e8
Optimize character list layouts
2023-05-08 15:16:55 +03:00
SillyLossy
1774636883
Fix TTS plugin display name
2023-05-08 14:48:21 +03:00
SillyLossy
582c172840
Move tag controls near tags
2023-05-08 14:48:04 +03:00
SillyLossy
33a23db823
Proper boolean sorting for Favorites sort
2023-05-08 14:01:36 +03:00
SillyLossy
5203c2a8b6
Move filter by favorites to an actionable tag
2023-05-08 13:47:51 +03:00
RossAscends
d3d8f2ced6
move stop button to bottom-right of message block
2023-05-08 17:19:55 +09:00
RossAscends
96673ba684
style for actionable group filter tag
2023-05-08 09:27:32 +09:00
SillyLossy
d1369004bb
Add special tag to filter by groups
2023-05-08 02:39:17 +03:00
SillyLossy
80e822d9b4
Separate horde adjust settings
2023-05-08 02:24:45 +03:00
Cohee
dbfab55140
Update readme.md
2023-05-08 01:05:42 +03:00
SillyLossy
c685d7bb54
Enable swipes by default #256
2023-05-08 00:55:05 +03:00
RossAscends
c54e87fd1d
clarified OpenAI settings panel checkbox descriptions
2023-05-08 03:15:23 +09:00
RossAscends
b0c1e608a7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-08 02:42:09 +09:00
RossAscends
ae09768c69
added SD Gen buttons
2023-05-08 02:42:06 +09:00
SillyLossy
74e0079b29
Remove old BGs from repo
2023-05-07 19:31:28 +03:00
SillyLossy
40e73d1c94
Disable swipe arrows on SD gens. Disable TTS play on switching character or reloading the page
2023-05-07 19:20:21 +03:00
RossAscends
abb4ca95b3
remove unnecessary comments/styles from CSS
2023-05-07 22:44:55 +09:00
SillyLossy
3ef25ca436
Minor spelling mistake
2023-05-07 16:35:39 +03:00
SillyLossy
5670e924a5
Fix in-context messages line for regens
2023-05-07 16:31:09 +03:00
SillyLossy
14105bc4dd
More reliable bias cancellation
2023-05-07 15:55:44 +03:00
SillyLossy
28b5aa75a4
#255 Fix WI tokenization if character is not selected
2023-05-07 15:36:55 +03:00
SillyLossy
78dabf7003
Fix color picker on tag with weird names
2023-05-07 15:11:10 +03:00
SillyLossy
4142f8ef3c
Apply multiple tags filter
2023-05-07 14:49:24 +03:00
SillyLossy
e54c71d8c8
Update package.json
2023-05-07 14:19:02 +03:00
SillyLossy
cd1b487984
Merge branch 'main' into dev
2023-05-07 14:16:02 +03:00
SillyLossy
256e9c2559
#252 Added client version to Horde headers
2023-05-07 14:10:03 +03:00
RossAscends
d82a1dc459
Adding new themes format
2023-05-07 19:54:19 +09:00
RossAscends
105440e1cd
More UI options saved in Themes
2023-05-07 19:50:56 +09:00
Cohee
ea082b2f83
Merge pull request #254 from Halsey1006/dev
2023-05-07 12:14:44 +03:00
Halsey1006
012bca112e
Updated quote tagging
...
Quote tagging now works with left and right side specific quote mark characters as well.
2023-05-07 02:11:14 -07:00
Cohee
66c40b3157
Update bug_report.md
2023-05-07 00:34:41 +03:00
SillyLossy
1a9039649b
#245 Add option to TTS only the dialogues
2023-05-07 00:27:32 +03:00
RossAscends
dd9c5f30d3
+2 SD gens: now (last_mes only), face (char face)
2023-05-07 04:29:14 +09:00
SillyLossy
54df160e36
Send user message on single-select group member if text box is not empty
2023-05-06 19:58:39 +03:00
RossAscends
61e0c8098a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-07 01:57:35 +09:00
RossAscends
969a0934d2
improved (?) /sd you prompt
2023-05-07 01:57:32 +09:00
SillyLossy
0c80e2e9a9
Multiple Horde models
2023-05-06 19:52:16 +03:00
SillyLossy
ed4e3317ae
Ditto
2023-05-06 19:10:12 +03:00
SillyLossy
5b49c8b8fb
Fix broken tags in guidebook
2023-05-06 19:08:40 +03:00
SillyLossy
44b02776e5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-06 19:02:52 +03:00
SillyLossy
2f7a5885f3
Proper params adjust for Horde
2023-05-06 19:02:49 +03:00
RossAscends
8e8d7f80d0
remove up arrow input reporting console spam
2023-05-07 00:53:12 +09:00
Cohee1207
137c0e53e6
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-06 18:24:04 +03:00
Cohee1207
74a4f68939
Fix double-trimmed KAI prompts. Optimized OAI prompting
2023-05-06 18:24:00 +03:00
RossAscends
a7786d2f3a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-07 00:09:04 +09:00
RossAscends
c5d53f9134
fix heights for WI 2ndary / SD prefix/neg inputs
2023-05-07 00:09:02 +09:00
Cohee1207
eba26016da
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-06 15:30:21 +03:00
Cohee1207
7f718e09be
#228 Don't use a selected tokenizer for parallel prompt building of OAI prompts
2023-05-06 15:30:15 +03:00
RossAscends
f1f150e5d1
-fix WI entry 2ndary key height
...
-initHeight and resetHeight functions moved from WI to utils
2023-05-06 21:28:24 +09:00
Cohee1207
8baf6d22b5
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-06 15:12:19 +03:00
SillyLossy
1cc3d0ac9f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-06 14:32:00 +03:00
SillyLossy
f360c73147
Add toggles for Hotswaps and Message timer
2023-05-06 14:31:58 +03:00
RossAscends
1bb9a999c8
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-06 20:19:48 +09:00
RossAscends
8adbff122b
improve ChatAutoLoad, better group panel styling
2023-05-06 20:19:45 +09:00
SillyLossy
a833443ad5
More reliable avatar upload routine
2023-05-06 14:13:42 +03:00
Cohee
9d94936e3e
Merge pull request #242 from random-username-423/dev
...
Add top_p to OpenAI parameters UI
2023-05-06 13:24:33 +03:00
SillyLossy
7453eb8872
#228 Add delay microtasks in OAI tokenization to unblock the CPU thread during prompt building
2023-05-06 13:19:22 +03:00
Cohee
80b197fb0b
Merge pull request #246 from mdude1324/mdude/save-swipes-edit
2023-05-06 11:50:36 +03:00
Cohee
b9fb937052
Merge pull request #244 from gidzzz/fix-openai-no-bottom-anchor
2023-05-06 11:48:49 +03:00
Cohee
58e45ee926
Merge pull request #247 from ouoertheo/ouoertheo/tts4-silero2
2023-05-06 11:40:16 +03:00
RossAscends
ed2b1bd5f0
restyle group panel
2023-05-06 17:23:07 +09:00
ouoertheo
9fa7329762
Don't replace * with ... for tts messages
2023-05-05 23:50:13 -05:00
MDude
b8daedee10
Overwrite swipe text on edit
2023-05-05 21:03:00 -05:00
SillyLossy
c1b41a561a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-06 01:51:37 +03:00
SillyLossy
9f9f4fe883
Unify characters/group list. Sort groups with chars
2023-05-06 01:51:34 +03:00
Grzegorz Gidel
4795534d27
Fix missing space before the bottom anchor
2023-05-06 00:37:47 +02:00
Grzegorz Gidel
a61369b52a
Avoid an empty line in OpenAI when bottom anchor is empty
2023-05-06 00:25:53 +02:00
Grzegorz Gidel
20f43b2c17
Fix bottom anchor never being included for OpenAI
2023-05-06 00:25:53 +02:00
Grzegorz Gidel
a5ae9cc7fb
Simplify message owner checks a bit
2023-05-06 00:25:53 +02:00
RossAscends
71d2472d36
fix group panel cutting off group members box
2023-05-06 07:19:16 +09:00
SillyLossy
ef7f6ad096
Sort characters list in hot swaps
2023-05-06 00:42:29 +03:00
SillyLossy
6dbe728a6d
Add group stats
2023-05-06 00:28:20 +03:00
RossAscends
0c04efb33f
fix styles for hotswaps
2023-05-06 06:07:36 +09:00
RossAscends
09919471e1
hotSwap enabled after reconstructive surgery.
2023-05-06 05:28:13 +09:00
SillyLossy
62f6d347a2
Rewrite hotswap logic
2023-05-05 23:18:54 +03:00
SillyLossy
18c380f469
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-05 22:14:34 +03:00
SillyLossy
c88603d50c
#227 Fix response streaming for the same name as user
2023-05-05 22:14:30 +03:00
RossAscends
a24053fe42
disabled for safety
2023-05-06 04:09:24 +09:00
RossAscends
c6257a367d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-06 04:07:16 +09:00
RossAscends
d5d3616d60
6 favorite character hotswaps (beta quality)
2023-05-06 04:07:14 +09:00
SillyLossy
a3758482a4
Add configurable token padding #239
2023-05-05 21:24:36 +03:00
SillyLossy
ce4d7dc90e
Optimize auto-connect of extensions
2023-05-05 20:36:53 +03:00
random-username-423
822d50be9c
Forgot to edit server.js too when adding top_p for OpenAI
2023-05-06 02:18:19 +09:00
SillyLossy
cae2a6ed71
Add group scenario override
2023-05-05 19:45:59 +03:00
random-username-423
f86f42fad7
Add top_p to OpenAI parameters UI
2023-05-06 00:49:47 +09:00
SillyLossy
99b2f499d3
TTS plugin adjustments
2023-05-05 18:14:33 +03:00
SillyLossy
f9d3120338
Add optional {{char}} display name visible in formatted messages
2023-05-05 17:52:19 +03:00
Cohee1207
a8c47037ac
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-05 15:57:49 +03:00
Cohee1207
efdaf30afd
Add a safety check on chat file parsing
2023-05-05 15:56:48 +03:00
SillyLossy
b9797f2d53
Don't send SD model with gen request
2023-05-05 15:16:39 +03:00
RossAscends
ceec8b12de
better /sd you prompt for AI
2023-05-05 20:12:30 +09:00
Cohee
868a01a9d8
Merge pull request #234 from paniphons/main
2023-05-05 12:36:26 +03:00
Paniphon
24420a8235
Update FAQ with Claude and 2 self-hosted HF models
2023-05-05 16:28:44 +07:00
RossAscends
5f0d539134
fixed zoomed avatars
...
- broke due to wrapped div added around avatar for timer spacing
2023-05-05 17:37:23 +09:00
SillyLossy
1d10b8f390
Adjust system TTS
2023-05-05 02:44:23 +03:00
RossAscends
92e508a076
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-05 06:18:57 +09:00
RossAscends
5cd3d0cf81
edited char msgs can now show (charname):
...
- also better SD world prompt
2023-05-05 06:18:55 +09:00
SillyLossy
aa2d8adff0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 23:32:12 +03:00
SillyLossy
d3165ba69b
Add system TTS provider to the extension
2023-05-04 23:32:10 +03:00
RossAscends
35c0fa9c4b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-05 03:03:36 +09:00
RossAscends
22596b85bf
- usernames saved individually in chat file
...
- "You:" and name1 are stopping strings regardless of Pyg formatting
2023-05-05 03:02:48 +09:00
SillyLossy
0d1ce6fd9a
Fix addSpace in getStoppingStrings (unused)
2023-05-04 20:37:21 +03:00
SillyLossy
19a4534d78
#230 Make recursive scanning of WI entries optional
2023-05-04 20:28:01 +03:00
Cohee
1f1a9a9e04
Merge pull request #229 from bfs15/dev
...
Fixed newlines getting eaten
2023-05-04 19:27:18 +03:00
Aisu Wata
6faea7f93d
Fixed newlines getting eaten
2023-05-04 13:23:00 -03:00
SillyLossy
cb7357dd4e
SD generation for groups
2023-05-04 19:06:21 +03:00
RossAscends
ed07ce3061
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 23:54:46 +09:00
RossAscends
60fdc391ba
is_user 'name' saved as name1 in chat JSONL
2023-05-04 23:54:44 +09:00
SillyLossy
53af1448dc
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 17:52:47 +03:00
SillyLossy
1647b7e2cc
Fix SD not loading models and samplers
2023-05-04 17:52:45 +03:00
RossAscends
370033f857
fixed WI entry secondary height
2023-05-04 23:09:54 +09:00
RossAscends
e7d7f2b822
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 22:45:08 +09:00
RossAscends
6d96b23dcc
fixed WI entry scroll auto-height adjustments
2023-05-04 22:45:06 +09:00
SillyLossy
d4b44d04da
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 16:21:16 +03:00
SillyLossy
9016c39983
(Possible) Fix for #228 - cache tiktoken tokenizer instances. Remove event listeners from close socket events.
2023-05-04 16:21:14 +03:00
RossAscends
498800577e
smart sizing for in-chat images
2023-05-04 21:31:48 +09:00
SillyLossy
e4db21ccc9
#224 Add a button to force a one-character next reply in groups
2023-05-04 14:43:05 +03:00
RossAscends
ed11a39eb2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 20:19:27 +09:00
RossAscends
54e3f7fcdc
group member arrows stacked vertically
2023-05-04 20:19:25 +09:00
SillyLossy
1d4b0afb31
Fix tag editor triggering editable sliders logic
2023-05-04 14:18:10 +03:00
SillyLossy
c4787265a1
Fix Webp imports from CharHub
2023-05-04 14:11:19 +03:00
RossAscends
9d59bfd648
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 19:57:32 +09:00
RossAscends
88b97c8eac
wrapper for avatar and timer
2023-05-04 19:57:31 +09:00
SillyLossy
989f984cc7
Add group members not currently generating a reply to a stopping strings arrays. #225
2023-05-04 13:55:58 +03:00
Cohee
282c74871e
Update readme.md
2023-05-04 13:37:09 +03:00
Cohee
29dc6ea74b
Update readme.md
2023-05-04 13:36:27 +03:00
Cohee
07787c0612
Create LICENSE
2023-05-04 13:33:45 +03:00
RossAscends
78e6d93460
typo
2023-05-04 17:43:24 +09:00
RossAscends
75574e8cc0
better default Poe.com character nudge
2023-05-04 17:38:02 +09:00
RossAscends
14d4c8def4
smarter WI entry mass expander/collapser
2023-05-04 17:16:40 +09:00
RossAscends
b7e8d01694
AI config panel cleanup/styling
...
- editable inputs styled
- moved API model selectors from AIConfig to API Panel
- nicer WI Entry footer spacing
- corrected WI Entry textarea height calculations
- centered send_textarea placeholder
.mes_text now wraps anywhere to prevent long strings from overflowing-X
- placeholders added to a few inputs
2023-05-04 16:26:49 +09:00
SillyLossy
9c62783e08
Editable slider labels
2023-05-04 01:00:00 +03:00
SillyLossy
437cf59a48
Add more options to SD plugin
2023-05-03 23:49:57 +03:00
SillyLossy
587de1fb12
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-03 21:02:56 +03:00
SillyLossy
99e8d3612e
Add pre-alpha version of Stable Diffusion extension.
2023-05-03 21:02:53 +03:00
SillyLossy
e639666b34
Move chat renaming logic to server side. Add "quiet" reply generation mode.
2023-05-03 21:02:23 +03:00
RossAscends
b4c1b37e29
Custom colors for tags
2023-05-04 03:00:45 +09:00
Cohee1207
bcce613a5d
Remove unneccessary big avatar block shadow
2023-05-03 14:13:54 +03:00
Cohee1207
5c072ad7fc
Remove link
2023-05-03 14:09:01 +03:00
Cohee1207
1c92fb4b00
Adjust update intervals of some extensions
2023-05-03 14:03:57 +03:00
Cohee
aebf305b3a
Merge pull request #223 from gidzzz/fix-docker-without-volume
2023-05-03 11:25:10 +03:00
Grzegorz Gidel
ebe1ee20d1
Concise Dockerfile and entrypoint
2023-05-03 00:59:48 +02:00
Grzegorz Gidel
a772cf5aee
Correct check for missing resources in Docker
2023-05-03 00:59:48 +02:00
Grzegorz Gidel
7159f946f2
Allow the app to run in Docker without a volume
2023-05-03 00:59:48 +02:00
SillyLossy
b3801ee0e9
Fix in-context message highlight breaking Firefox gens
2023-05-03 01:44:55 +03:00
SillyLossy
0dee2559d1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-03 01:19:52 +03:00
SillyLossy
41a856f638
Fix big avatar style with timer
2023-05-03 01:19:50 +03:00
SillyLossy
7300017047
Add message generation timer
2023-05-03 01:19:36 +03:00
RossAscends
a10909c538
avatar popups enabled on mobile normal mode
2023-05-03 06:03:49 +09:00
RossAscends
1ecccd5d66
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-03 05:22:28 +09:00
RossAscends
0f48e29e98
can now rename past chats
2023-05-03 05:21:36 +09:00
SillyLossy
fcd8a8886b
Add OAI preset deletion button. Nicer OAI models dump. Adjust auto-connect delay
2023-05-02 22:42:39 +03:00
SillyLossy
acc4a83ab9
Add confirmation for tag deletion. Add tags icon to characters menu. Change tags icon
2023-05-02 21:31:37 +03:00
SillyLossy
c37bfc6f25
Merge branch 'main' into dev
2023-05-02 21:13:08 +03:00
SillyLossy
73067071aa
Add package-lock back
2023-05-02 21:06:47 +03:00
Cohee
087aad1b63
Merge pull request #221 from CypherpunkSamurai/main
...
[feature] add run on replit button
2023-05-02 21:04:36 +03:00
cypherpunksamurai
10b353c171
add run on replit button
...
added run on replit button for easy run
Signed-off-by: cypherpunksamurai <cypherpunksamurai@users.noreply.com >
2023-05-02 18:00:56 +00:00
SillyLossy
9a5e6b4a25
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 19:56:32 +03:00
SillyLossy
89e088a6d1
Bookmarks support for groups
2023-05-02 19:56:29 +03:00
RossAscends
278e538258
remove server console spam
2023-05-03 01:28:44 +09:00
RossAscends
64ec7c5cd9
Past Chats displays the # of mesages in each chat
2023-05-03 01:26:53 +09:00
RossAscends
7a94ddfa9c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-03 00:45:47 +09:00
RossAscends
a04171b262
chat history view shoes filesizes now
2023-05-03 00:45:45 +09:00
SillyLossy
e2187638fd
Pass group chat id to extensions. Remove temporary swipes fix from memory ext.
2023-05-02 18:30:19 +03:00
SillyLossy
51940c4501
Merge branch 'main' into dev
2023-05-02 18:19:49 +03:00
Cohee
2080a1e77e
Merge pull request #205 from mdude1324/mdude/avoid-memory-last-chat
...
Avoid memory on most recent chat
2023-05-02 18:19:17 +03:00
SillyLossy
d159ddf4d1
Properly highlight last OpenAI message
2023-05-02 18:05:24 +03:00
RossAscends
a310c03082
lastInContext highlight skips swipeBox on swipeGen
2023-05-02 23:04:42 +09:00
SillyLossy
813443ffdf
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 16:55:12 +03:00
SillyLossy
7b99597432
1.4.0 CharaCloud Webp interop
2023-05-02 16:55:10 +03:00
RossAscends
fa8eb12d43
last-in-context indicator ignores system messages
2023-05-02 22:51:38 +09:00
SillyLossy
0dee00570c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 16:01:26 +03:00
SillyLossy
28627e7e51
Support multiple chats per group. Fix A/N metadata not saving for groups.
2023-05-02 16:01:23 +03:00
RossAscends
4ad659bb76
better? message selection for last-in-context
2023-05-02 19:58:52 +09:00
RossAscends
b77473ed76
indicator for last message in chat context (WIP)
2023-05-02 18:54:19 +09:00
Cohee
c178f04793
Merge pull request #219 from gidzzz/fix-extensions-toggling
2023-05-02 12:30:26 +03:00
Grzegorz Gidel
1f6f157214
Fix unreliable disabling/enabling of extensions
2023-05-02 02:04:16 +02:00
SillyLossy
dce309f0d9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 01:01:39 +03:00
SillyLossy
e8dbfbe1f1
Create new group chat for the same group
2023-05-02 01:01:34 +03:00
Cohee
0b6ee782a4
Merge pull request #211 from gidzzz/dev
...
Do not send incomplete examples of dialogue to OpenAI
2023-05-02 00:48:08 +03:00
RossAscends
c417d4bc4a
skill issue
2023-05-02 05:44:22 +09:00
RossAscends
c8408ddf34
more avatar popup corrections
...
- disabled on mobile normal mode
- leftside on normal mode PC
2023-05-02 05:35:30 +09:00
RossAscends
d0950deca7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 05:18:55 +09:00
RossAscends
0d02321b57
better avatar popup styling (mobile friendly too!)
...
- Hi Discord ;)
2023-05-02 05:18:48 +09:00
SillyLossy
7bd17a1544
Add filter by favorites to group member candidates list
2023-05-01 23:10:32 +03:00
SillyLossy
2c9cfb78d8
Test commit
2023-05-01 22:45:08 +03:00
RossAscends
5b60007e58
avatarpopup now draggable
2023-05-02 04:40:14 +09:00
SillyLossy
22882ee2ba
Fix fav outline display on Firefox
2023-05-01 22:08:24 +03:00
SillyLossy
d496bf4606
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 21:55:51 +03:00
SillyLossy
e2ce87e03c
Display group member card as a button
2023-05-01 21:55:44 +03:00
Grzegorz Gidel
2f55b11afe
Atomic treatment of message examples blocks in OpenAI
2023-05-01 20:46:28 +02:00
RossAscends
45b7a8b584
skill issue
2023-05-02 03:42:16 +09:00
RossAscends
a3ef1b670d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 03:28:23 +09:00
RossAscends
32b4a209e2
actual proper placement, styling, timing for avatar popup
2023-05-02 03:28:21 +09:00
SillyLossy
74a11eaecc
Fix deletion of world info file on empty rename
2023-05-01 21:26:51 +03:00
Cohee
def0ed7a8e
Merge pull request #212 from paniphons/main
...
Add Pygmalion-7B example to FAQ
2023-05-01 21:23:11 +03:00
SillyLossy
5d41ab3d9f
More reliable error handling
2023-05-01 21:19:43 +03:00
RossAscends
bc79efd0ef
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 03:15:41 +09:00
RossAscends
adccd4e210
better placement and sizing for avatar popups
2023-05-02 03:15:40 +09:00
SillyLossy
c4434c3747
Fix colons hiding in group chats. Fix jsonl chat imports hanging
2023-05-01 21:03:16 +03:00
SillyLossy
1fe0310de3
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 20:45:56 +03:00
SillyLossy
0a71ff030e
Properly center import chat button. Reload chat on markdown fixer toggle
2023-05-01 20:45:11 +03:00
Paniphon
7d94872b48
Add Pygmalion-7B example to FAQ
2023-05-02 00:36:05 +07:00
RossAscends
aec32c2f65
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-02 02:15:45 +09:00
RossAscends
44a2a0faf5
fix for sheld position breaking on reset after OOB
...
- placeholder styles for groupmember <a>
2023-05-02 02:15:42 +09:00
SillyLossy
3e69c5142f
Minor group styles adjustment
2023-05-01 20:00:16 +03:00
SillyLossy
6f47b07063
Add group member defs peeking
2023-05-01 19:39:18 +03:00
Grzegorz Gidel
3f37de699a
Revert " #210 [OAI] Don't insert example dialogues without bots"
...
This reverts commit 7b9e042589
.
2023-05-01 16:56:27 +02:00
SillyLossy
5144ae2220
Simplify logic of disabling the WI entry
2023-05-01 17:43:27 +03:00
SillyLossy
7b9e042589
#210 [OAI] Don't insert example dialogues without bots
2023-05-01 17:15:16 +03:00
SillyLossy
6f08519858
Add solo chat to group conversion
2023-05-01 15:45:44 +03:00
SillyLossy
8853e636ae
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 14:46:08 +03:00
Cohee
22f2c11d6b
Merge pull request #208 from bf62963/dev
2023-05-01 12:25:40 +03:00
Cohee
5ffee924f7
Merge pull request #209 from ShisoFox/dev
2023-05-01 12:21:22 +03:00
RossAscends
6d79c379d2
shadow and lighter border for zoomed avatars
2023-05-01 18:08:26 +09:00
RossAscends
86d62a88de
click-zoomable avatars in chat
2023-05-01 18:04:41 +09:00
ShisoFox
29cfa97ddc
Fix group chat member names in openai.js
...
Group members are not by card name, so look up the actual character name instead
2023-05-01 04:14:42 -04:00
RossAscends
4b2faa6639
refix for body size on large res monitors zoomed in.
2023-05-01 16:14:28 +09:00
bf62963
7a1c543ec5
Quick Fix to Enable Using gpt-4-0314
2023-05-01 03:53:27 +00:00
RossAscends
12d5240bba
fixed range-block-counters being overlapped by firefox scrollbar
2023-05-01 07:52:08 +09:00
SillyLossy
e00f6a7375
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 00:13:33 +03:00
SillyLossy
fda1c205f8
Add convert to group button
2023-05-01 00:13:28 +03:00
RossAscends
8cf113050f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 06:10:35 +09:00
RossAscends
fce021ce02
toggle to disable world Info entries
2023-05-01 06:10:33 +09:00
SillyLossy
b19287e468
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 23:32:54 +03:00
RossAscends
f947990a55
add expand all icon to WI Editor
2023-05-01 05:30:51 +09:00
SillyLossy
e4b16cebd6
Only autoexpand the keys of WI
2023-04-30 23:30:08 +03:00
RossAscends
efe8efbce2
removed legacy WI editor template from comments
2023-05-01 05:08:02 +09:00
RossAscends
0e34d73acf
proper fix for sheld/topbar misalignment
2023-05-01 04:53:48 +09:00
RossAscends
42a9de03a3
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 04:45:16 +09:00
RossAscends
a74519e241
fix char edit panel text area heights and gridrows
2023-05-01 04:45:14 +09:00
SillyLossy
b7af814039
Fix system message on group deletion
2023-04-30 22:39:08 +03:00
SillyLossy
6615d94051
Rename character as a group member.
...
Unify CSRF headers usage in fetch request.
2023-04-30 22:36:18 +03:00
RossAscends
3c48c2be82
OAI warning message typo
2023-05-01 02:06:11 +09:00
RossAscends
cc65440991
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-01 02:00:15 +09:00
RossAscends
e57f53c2fb
- smart OAI reverse proxy warning
2023-05-01 02:00:13 +09:00
SillyLossy
5ffc97d89c
Display group member avatar id as a title
2023-04-30 19:51:52 +03:00
SillyLossy
13f50db09c
Update group chats internal format to support multiple chats per group and duplicate name handling
2023-04-30 19:49:49 +03:00
SillyLossy
4a5f1e6069
Update package-lock.json
2023-04-30 19:37:17 +03:00
SillyLossy
17403ff05b
Remove waiting animation again
2023-04-30 18:47:55 +03:00
SillyLossy
bdfc4bcad9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 18:07:10 +03:00
SillyLossy
a69750e36f
On-fly switch of Markdown renderers
2023-04-30 18:07:08 +03:00
RossAscends
47ec3edcb8
inputs/textareas now obey smart theme font colors
2023-04-30 23:56:50 +09:00
SillyLossy
2d624f90a6
Alternative out of quota handling
2023-04-30 17:36:50 +03:00
RossAscends
c0f5057660
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 23:25:57 +09:00
RossAscends
8d2b956d30
top-bar icons now respect shadow customizations
...
- small CSS cleanup
2023-04-30 23:25:56 +09:00
SillyLossy
564caf0621
Try to fix swipes + multigen. Fix horde validation error
2023-04-30 17:22:39 +03:00
RossAscends
01cda27807
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 23:15:13 +09:00
RossAscends
c610982d87
WIP restyle for WI editor
2023-04-30 23:15:11 +09:00
SillyLossy
495781c1ec
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 15:45:10 +03:00
SillyLossy
752935252e
Fix undefined title on older captioned messages
2023-04-30 15:45:08 +03:00
RossAscends
60b8345e26
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 21:37:40 +09:00
RossAscends
a8e33184cf
fix for topbar/sheld losing align on zoomed displays
2023-04-30 21:37:38 +09:00
SillyLossy
ea6f84f67b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 15:34:52 +03:00
SillyLossy
c5b3b175db
Rework title displays on Horde workers
2023-04-30 15:34:50 +03:00
Cohee
49e20f6757
Merge pull request #204 from gidzzz/fix-swipes-with-multigen
...
Fix truncated swipes when multigen is enabled
2023-04-30 15:17:07 +03:00
RossAscends
46b708d408
fix blurry red disconnect icon
2023-04-30 20:17:41 +09:00
RossAscends
a47f21abc0
fixed unselectable quotes
2023-04-30 18:20:09 +09:00
MDude
336f0d3fd0
Store memory on most recent, if only one message
2023-04-30 01:39:46 -05:00
MDude
12740134e6
Avoid memory on most recent chat
2023-04-30 01:15:39 -05:00
RossAscends
9c3d229c2d
horde worker names now display clearly
...
- in console log
- as a title tag on last_mes for PC users to hover on.
2023-04-30 14:06:29 +09:00
RossAscends
2b81211f62
display results of each dice rolled for things like '2d6'
2023-04-30 13:12:00 +09:00
Grzegorz Gidel
171a84e7a2
Fix truncated swipes when multigen is enabled
2023-04-30 04:30:24 +02:00
SillyLossy
7ac2d78f43
Adjust button styles
2023-04-30 02:05:35 +03:00
SillyLossy
28addd6cad
Unify button styles. Display newly added tags in filter. Fix deleted character formatting.
2023-04-30 01:23:22 +03:00
SillyLossy
3725e38b20
Prevent generating summary if response is being generated
2023-04-30 01:09:26 +03:00
SillyLossy
d590ead665
Add tag editor
2023-04-30 00:20:36 +03:00
SillyLossy
7babc1cafe
Handholding message for broke
2023-04-29 23:21:19 +03:00
SillyLossy
57a5fc8ea8
Minor spelling mistake
2023-04-29 20:45:04 +03:00
SillyLossy
0f8ae0add0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 20:26:40 +03:00
SillyLossy
3c4273b2c1
Add tags for groups #137
2023-04-29 20:26:37 +03:00
RossAscends
95783b8a7d
- less contrasty shadowpopup
...
- dialog_popup bg color more transparent to respect theme colors.
2023-04-30 01:50:15 +09:00
RossAscends
1420386334
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 01:41:51 +09:00
RossAscends
ef4c3b54b0
smooth popup transitions fade in and out
2023-04-30 01:41:50 +09:00
SillyLossy
da68255a25
Rearrange WI block
2023-04-29 19:18:58 +03:00
SillyLossy
6f1193f057
Adjust char editor layouts
2023-04-29 18:57:27 +03:00
SillyLossy
314225c1ce
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 18:43:42 +03:00
SillyLossy
cb47cdd5d9
Rearrange group form
2023-04-29 18:43:40 +03:00
RossAscends
4cc0768ce7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-30 00:21:19 +09:00
RossAscends
ee4aa62041
fixes for new group creation boxes
2023-04-30 00:21:17 +09:00
SillyLossy
d75b1e37e5
Remove tilde delimiter from math processing
2023-04-29 18:18:05 +03:00
SillyLossy
a881ed32c5
Simplify search logic with css classes
2023-04-29 17:54:51 +03:00
SillyLossy
26e10c2d9a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 17:44:18 +03:00
SillyLossy
ac88107ef5
Smarter hide by tags
2023-04-29 17:44:15 +03:00
RossAscends
9339aebd09
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 23:41:30 +09:00
RossAscends
cf9a3fe366
Only CharList scrolls now
...
- new group panel not perfect yet
2023-04-29 23:41:24 +09:00
SillyLossy
ba1a23fd88
Merge branch 'main' into dev
2023-04-29 17:19:27 +03:00
Cohee
eb2e062a56
Merge pull request #200 from gidzzz/fix-disappearing-personality
...
Fix disappearing personality and unreliable anchors when swiping or with system messages
2023-04-29 17:18:27 +03:00
SillyLossy
aa9db5292c
Proper send on enter
2023-04-29 17:12:39 +03:00
SillyLossy
677913d87a
Add device detector
2023-04-29 15:46:10 +03:00
SillyLossy
00c4671696
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 15:29:45 +03:00
SillyLossy
801b1b1f19
Restyle OAI presets
2023-04-29 15:29:43 +03:00
RossAscends
b629ddcaf4
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 21:15:08 +09:00
RossAscends
21858e0b2e
better display of default expressions
2023-04-29 21:15:06 +09:00
SillyLossy
2631addb37
Don't close unpinned drawer on selecting tag
2023-04-29 15:13:32 +03:00
SillyLossy
4c13d986f9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 15:08:00 +03:00
SillyLossy
effdfa133d
Add scrollable dialogue popup. Clean-up script.js
2023-04-29 15:07:57 +03:00
RossAscends
693017dc63
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 20:51:48 +09:00
RossAscends
52e7861d5f
fixed export format popper's margin warning
2023-04-29 20:51:45 +09:00
Grzegorz Gidel
d625f1386e
Do not act as if forEach can iterate beyond the chat array
2023-04-29 13:31:26 +02:00
Grzegorz Gidel
303e183cda
Fix disappearing personality and unreliable anchors when swiping or with system messages
2023-04-29 13:31:26 +02:00
Grzegorz Gidel
a71b8967ac
Deduplicate code for substitution in the story and the first message
2023-04-29 13:29:15 +02:00
Cohee
10be69ab61
Merge pull request #197 from ouoertheo/ouoertheo/tts3-silerotts
...
Add Silero TTS. Uncouple TTS Provider from TTS extension better.
2023-04-29 14:25:28 +03:00
Grzegorz Gidel
087274db9b
Remove redundant OpenAI regenerate/swipe code
2023-04-29 13:13:42 +02:00
Grzegorz Gidel
717c14801d
Define bottom anchor threshold in one place
2023-04-29 13:13:42 +02:00
Grzegorz Gidel
f2d4b5ba76
Remove redundant checks for personality insertion and fix a stray space in OpenAI prompt
2023-04-29 13:13:41 +02:00
RossAscends
d005384ac6
round avatars style fav borders now round too
2023-04-29 19:30:13 +09:00
RossAscends
2bed84fb7a
- Manage Extns. Enable/Disable obviously clickable
...
- reduce Fav borders to 2px
2023-04-29 19:24:06 +09:00
RossAscends
7eeb87543c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 18:17:03 +09:00
RossAscends
27a770c2f6
update fav styles
...
- no more star icons
- golden borders on avatar instead
2023-04-29 18:17:01 +09:00
Cohee
25ba57800d
Merge pull request #198 from ShisoFox/dev
2023-04-29 12:07:00 +03:00
RossAscends
ba0fc9803f
correct fix for character creation
...
(previous fix was bugged, prevented variables updating properly..
loading old characters would make a new chat dir with:
(PrevCreatedCharName + CurSelCharName)
2023-04-29 16:53:52 +09:00
RossAscends
ea98cf01bf
- add favstar back on avatar top corner
...
- remove group icon (it's obvious by the avatar, not needed)
2023-04-29 16:36:47 +09:00
RossAscends
f5dcc79022
fixed bug preventing character creation
2023-04-29 14:19:43 +09:00
ShisoFox
ba452c7c46
Apply favorites filter when returning to character list
2023-04-28 18:30:56 -04:00
Cohee
a211bda103
Merge pull request #196 from lsaa/disable-thumbnails
...
Add option to disable thumbnail generation
2023-04-29 01:09:07 +03:00
SillyLossy
a636c6c3ee
Correct admin bat file path
2023-04-29 00:30:03 +03:00
ouoertheo
99de695868
TTS modularity better. Add Silero TTS
2023-04-28 16:23:36 -05:00
SillyLossy
94e4270c68
Copy code button added back
2023-04-28 23:40:46 +03:00
lsaa
545a9afc39
fix small formatting mistake
2023-04-28 17:38:41 -03:00
lsaa
8ef534b84b
Add option to disable thumbnail generation, opting for raw images instead
2023-04-28 17:34:32 -03:00
SillyLossy
2817a5c7a9
Code style for #194
2023-04-28 23:34:15 +03:00
Cohee
e06b8b959b
Merge pull request #194 from bfs15/dev
...
Auto fix generated broken markdown text & option to disable automatic scroll chat to bottom
2023-04-28 23:19:00 +03:00
RossAscends
afab8311ba
fixed search and fav filter for new flex char list
2023-04-29 05:15:49 +09:00
RossAscends
58a5db4ab1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 05:01:35 +09:00
RossAscends
db3b31c2b5
- fav stars on right
...
- solo and groups all flex now
2023-04-29 05:01:33 +09:00
SillyLossy
6dd1e0421c
Add code syntax highlight
2023-04-28 22:49:43 +03:00
SillyLossy
a53531f320
Math formulas support Cohee1207/SillyTavern#26
2023-04-28 22:29:52 +03:00
SillyLossy
535c2d8382
Remove tag from inline list
2023-04-28 22:01:39 +03:00
RossAscends
d9d9224f62
removed super ugly red border to save hearts and eyes of common folk
2023-04-29 03:44:35 +09:00
RossAscends
c4c5b1b153
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-29 03:43:40 +09:00
RossAscends
6134ea8c7f
mid-way through converting solo char list to flex
...
(warning: ugly CSS involved)
2023-04-29 03:43:38 +09:00
SillyLossy
3cfba38ce0
New character renaming logic
2023-04-28 21:38:02 +03:00
Bruno FS
5a387e3e0b
clarified a comment
2023-04-28 13:41:53 -03:00
Bruno FS
6e4aba900f
Fixed fixer
2023-04-28 13:28:02 -03:00
SillyLossy
5d3a2b70fa
Ordinal tags sorting. Add new tag even when partial match exists.
2023-04-28 19:11:20 +03:00
Bruno FS
759c5d6d96
finished + 1 comment
2023-04-28 12:54:09 -03:00
Bruno FS
50646e18c7
Merge branch 'dev' of github.com:Cohee1207/SillyTavern into dev
2023-04-28 12:50:37 -03:00
Bruno FS
cee92cddf3
added changes are optional
2023-04-28 12:50:05 -03:00
SillyLossy
a7c8932e16
Proper item.fav boolean conversion
2023-04-28 18:41:47 +03:00
Bruno FS
2739ea0389
markdownfixer now supports: italic (_), strikethrough (~~), bold (**)
2023-04-28 12:38:09 -03:00
Cohee
c3d8686c4f
Update readme.md
2023-04-28 18:34:21 +03:00
Bruno FS
cd8a989df1
Merge branch 'dev' of github.com:Cohee1207/SillyTavern into dev
2023-04-28 06:05:36 -03:00
Bruno FS
c8a09f9333
Fix markdown on replies & no scroll to bottom
2023-04-28 06:00:24 -03:00
RossAscends
e2937ad31f
more tags styling
2023-04-28 17:53:16 +09:00
RossAscends
d3e0ea66c4
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-28 16:26:56 +09:00
RossAscends
59575b9893
improved tags styling
2023-04-28 16:26:54 +09:00
Cohee
0283a288b2
Merge pull request #190 from gidzzz/reduce-docker-size
2023-04-28 10:22:00 +03:00
Cohee
7adb41dc9f
Merge pull request #191 from bfs15/dev
2023-04-28 10:21:00 +03:00
Bruno FS
5e4fa51b15
Merge branch 'dev' of github.com:Cohee1207/SillyTavern into dev
2023-04-28 01:10:11 -03:00
Bruno FS
f8373b3ba9
Catching error so server doesn't explode on this edge case
2023-04-28 01:10:02 -03:00
Grzegorz Gidel
42e84643cf
Remove npm cache in Docker to save >40 MB on image size
2023-04-28 05:02:11 +02:00
Grzegorz Gidel
b3b1e42755
Add .git to .dockerignore to save >100 MB on image size
2023-04-28 03:55:52 +02:00
SillyLossy
ce9717ea76
Inline tags display
2023-04-28 01:13:30 +03:00
RossAscends
52079f08a2
style fix for tags
2023-04-28 05:19:43 +09:00
SillyLossy
0295ca67d3
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-27 20:47:02 +03:00
SillyLossy
54804efa75
Add character tagging (groups pending)
2023-04-27 20:46:54 +03:00
Cohee
b83ef20c03
Update faq.md
2023-04-27 15:34:54 +03:00
Cohee
9d8b13604a
Update readme.md
2023-04-27 15:34:06 +03:00
RossAscends
eb97bf21fb
- better API panel instructions for Poe/OAI/NAI
...
- only show Horde Worker Call to Action when horde is selected.
2023-04-27 17:25:08 +09:00
Cohee
fe4c626369
Merge pull request #180 from gidzzz/docker-webp-import
...
Fix WebP character import in Docker and do not lose files on failed conversion
2023-04-27 11:08:18 +03:00
RossAscends
6162b1331a
fix grammar in Poe default JB message
2023-04-27 14:49:52 +09:00
RossAscends
3c0a89eea5
add discord link to system welcome message.
2023-04-27 13:28:12 +09:00
Grzegorz Gidel
e58da51518
Fix the warning about empty continuation lines in Dockerfile
2023-04-27 01:36:38 +02:00
Grzegorz Gidel
46617fc2f5
Fix WebP character import in Docker (dwebp does not like musl)
2023-04-27 01:00:10 +02:00
Grzegorz Gidel
e4f9c7e9c6
Do not delete characters on failed WebP conversion
2023-04-27 00:59:53 +02:00
RossAscends
0ea1d037e6
reword and reorder text shadows toggle
2023-04-27 04:49:43 +09:00
Cohee
c4d49729cc
Update GPU.ipynb
2023-04-26 21:44:44 +03:00
Cohee
cab76a0c4a
Update readme.md
2023-04-26 21:37:02 +03:00
RossAscends
56cfc76ab2
nicer colors for disconnected API icon
2023-04-27 03:34:54 +09:00
RossAscends
e78a2e8b4e
added toggle to turn off shadows completely
2023-04-27 02:27:03 +09:00
RossAscends
df7f6c0168
Textshadow color and width are now customizable.
2023-04-27 02:02:25 +09:00
SillyLossy
1d3fe7cfb5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-26 18:29:53 +03:00
SillyLossy
a36a3598b9
Add jquery ui
2023-04-26 18:29:47 +03:00
RossAscends
c354f8ee30
fix random bg1 not updating correctly
2023-04-26 23:10:15 +09:00
RossAscends
8f3da37c61
imported char's first chats get proper names
2023-04-26 22:47:43 +09:00
RossAscends
d49602adc6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-26 21:15:34 +09:00
RossAscends
1c01d62b30
safe character renaming
...
- syncs /chats/ and sprites folders with char rename
- disengages on invald/blank names
- won't save over pre-existing files/folders
- won't update character as long as bad name exists in #name_div
- needs error handling to inform UI of bad names
- not adapted to update groups yet
2023-04-26 21:15:27 +09:00
SillyLossy
252ce19f4a
Merge branch 'main' into dev
2023-04-26 12:01:27 +03:00
Cohee
9d9aac014a
Merge pull request #175 from gidzzz/fix-examples-positioning
...
Consistent positioning and formatting of pinned examples
2023-04-26 11:57:32 +03:00
SillyLossy
38929366fb
Fix [BUG] Poe.com "Invalid or expired token" when trying to use poe.com API. Cohee1207/SillyTavern#177
2023-04-26 11:55:33 +03:00
Cohee
9372a60bbf
Merge pull request #176 from Chanka0/main
2023-04-26 10:00:01 +03:00
Chanka0
a9e8484111
Remote connection troubleshooting
2023-04-25 20:57:11 -06:00
Grzegorz Gidel
ea709d246d
Consistent spacing between examples regardless of pinning
2023-04-26 03:14:16 +02:00
Grzegorz Gidel
48359e2f0a
Fix scenario positioning with pinned example messages
2023-04-26 00:42:45 +02:00
SillyLossy
1c4f1ea96c
Better character tokens counting
2023-04-26 01:19:36 +03:00
SillyLossy
8f29e98cba
Remove caret returns from token counts
2023-04-26 00:56:58 +03:00
SillyLossy
7bedfae633
Add tokenizers to guidebook
2023-04-26 00:51:53 +03:00
SillyLossy
2ae28023c0
Add proper LLaMA tokenizer and tokenizer switch. Remove legacy code.
2023-04-26 00:09:45 +03:00
RossAscends
655885b1a2
Update readme.md
...
typo
2023-04-26 05:26:52 +09:00
RossAscends
55d06b6b12
Update readme.md
...
updated hotkey descriptions and UI customization descriptions.
2023-04-26 05:25:35 +09:00
RossAscends
0cc4a5f736
fix for waifumode default expressions on mobile
2023-04-26 04:14:05 +09:00
RossAscends
2fd999d510
revert gitignore to exclude backgrounds
2023-04-25 22:47:17 +09:00
RossAscends
44aa720abe
add new bgs, temporary gitignore change
2023-04-25 22:45:59 +09:00
RossAscends
4e59d9feb1
remove old backgrounds
2023-04-25 22:39:28 +09:00
Cohee
be1d15ece5
Merge pull request #167 from Halsey1006/dev
...
Rewrote quote recolor regex
2023-04-25 13:44:04 +03:00
RossAscends
42cc69c3ed
prevent default sprites from expanding over 120px
2023-04-25 19:30:50 +09:00
Halsey1006
93758195ff
Removed Send on Enter
2023-04-25 02:51:14 -07:00
Halsey1006
cc4f3c4ef7
Removed Send on Enter
2023-04-25 02:50:53 -07:00
Cohee
2b67b00427
Remove legacy colab link from Readme
2023-04-25 12:21:58 +03:00
RossAscends
d011f7f5c0
improved Horde call to action
2023-04-25 18:10:27 +09:00
RossAscends
7e240d70e7
added 'call to action' to register for horde.
2023-04-25 18:02:15 +09:00
SillyLossy
48ece2a0ef
Change CF runner
2023-04-25 11:31:46 +03:00
SillyLossy
ee6753ae74
Pin CF version
2023-04-25 11:25:14 +03:00
RossAscends
4a72501b95
detection of virtual keyboards to disable hotkeys
...
- based on keystroke timing
- <40ms = Virtual KB, hotkeys disabled
(moved enter hotkey to RA-mods)
2023-04-25 17:09:32 +09:00
Cohee
5c69fe7176
Merge pull request #168 from gidzzz/main
...
Process examples in one place and fix some bugs
2023-04-25 10:40:26 +03:00
RossAscends
94b5e24fb7
fix to prevent 'copied!' text from overflowing X
2023-04-25 15:30:50 +09:00
RossAscends
2664dba18d
fixed for codeblocks causing .mes_text overflow-X
2023-04-25 15:17:56 +09:00
Halsey1006
9048efdc8b
Added "Send on Enter" power user setting
...
Defaults to on. Intended for use on mobile, so line breaks can be more easily added while typing.
2023-04-24 19:13:42 -07:00
Grzegorz Gidel
d3e17a8e72
Fix disable_examples_formatting for pinned Pygmalion examples
2023-04-25 03:43:47 +02:00
Grzegorz Gidel
a76bd22cb4
Handle preprocessing of example messages in one place
2023-04-25 03:43:47 +02:00
Halsey1006
d6801975a0
Rewrote quote recolor regex
...
Found some more issues with quote recoloring, particularly in relation to numbered lists.
Tested this change a bit more thoroughly, including multiple sets of backtick-enclosed quote marks on the same line, all seems to be working properly now.
2023-04-24 17:50:42 -07:00
SillyLossy
36607dd3fe
Off they go
2023-04-24 23:58:44 +03:00
SillyLossy
6b50d64f0a
Add code copy button. Replace arca link
2023-04-24 23:49:26 +03:00
SillyLossy
2dd9dde218
No tabs
2023-04-24 22:35:54 +03:00
Cohee
e21270e895
Merge pull request #164 from digiwombat/dev
...
Multigen Psuedo Streaming
2023-04-24 22:33:21 +03:00
SillyLossy
81c186b05c
Colab
2023-04-24 21:05:23 +03:00
Randall Fitzgerald
95969f5d99
Multigen Psuedo streaming
2023-04-24 13:07:12 -04:00
SillyLossy
58d4752609
Update default quote text color.
2023-04-24 19:52:39 +03:00
SillyLossy
debe126bdc
Compact regex code
2023-04-24 19:52:01 +03:00
SillyLossy
e42e17cf74
Delete duplicate themes
2023-04-24 19:47:08 +03:00
Cohee
09357d45de
Merge pull request #162 from Halsey1006/dev
...
Quote color selection
2023-04-24 19:45:54 +03:00
SillyLossy
443682a7f3
Add import/export/deletion of logit bias presets
2023-04-24 19:40:02 +03:00
SillyLossy
9fc02d53c1
Adjust character sharing options
2023-04-24 18:08:46 +03:00
Halsey1006
aa95071e20
Fix for quotes inside code blocks
...
Also added quote color to default themes.
2023-04-24 08:01:36 -07:00
SillyLossy
b7f0e8571d
Move poe.com token instructions to guidebook
2023-04-24 17:45:51 +03:00
Halsey1006
577fe28eca
Update index.html
2023-04-24 07:03:14 -07:00
Halsey1006
a08e1beffb
Add files via upload
2023-04-24 07:01:12 -07:00
SillyLossy
15ee7fb233
Add help strings for slash commands
2023-04-24 15:24:22 +03:00
SillyLossy
335d8ad440
New onboarding experience
2023-04-24 14:54:27 +03:00
SillyLossy
4b3671c5ad
Update note links
2023-04-24 13:40:14 +03:00
SillyLossy
2752e69388
Fix title
2023-04-24 13:06:07 +03:00
SillyLossy
e0e5425664
Replace notes with markdown guidebook
2023-04-24 13:05:38 +03:00
Cohee
e8f89aaaa3
Merge pull request #160 from ouoertheo/ouoertheo/tts1
2023-04-24 09:59:41 +03:00
ouoertheo
bb76565cdd
fix copypasta
2023-04-23 21:25:00 -05:00
SillyLossy
87eeb0ef52
Merge branch 'main' into dev
2023-04-24 01:34:20 +03:00
SillyLossy
2e24aea734
New oobabooga code https://github.com/oobabooga/text-generation-webui/pull/990
2023-04-24 00:54:25 +03:00
SillyLossy
42769e465f
Fix tts settings loader
2023-04-23 22:26:56 +03:00
SillyLossy
b8087850e2
Merge branch 'main' into dev
2023-04-23 22:11:14 +03:00
Cohee
0d8b14e554
Merge pull request #156 from ouoertheo/ouoertheo/tts-generalize
...
Generalize TTS. Add ElevenLabs specific settings.
2023-04-23 22:09:34 +03:00
Cohee
40169c704a
Merge pull request #154 from artisticMink/feature/basic-authentication
...
Add Basic Authentication Support to SillyTavern
2023-04-23 22:07:38 +03:00
SillyLossy
141a60f5f0
Add logit bias
2023-04-23 21:54:21 +03:00
ouoertheo
cafa3d582c
remove docstring
2023-04-23 12:58:49 -05:00
ouoertheo
5d142f499a
generalized tts settings
2023-04-23 12:43:59 -05:00
maver
5666752568
Set whitelistMode to true by default
2023-04-23 18:31:47 +02:00
SillyLossy
99b6571e32
Change default JB prompt
2023-04-23 19:24:50 +03:00
maver
8be863b50b
Warn user when no whitelist or auth method is chosen
...
And the server is publicly available
2023-04-23 18:11:28 +02:00
maver
c821b1fba4
Add option to start server with basic authentication enabled
2023-04-23 18:10:44 +02:00
maver
4da104211b
Add basic authentication middleware
2023-04-23 18:09:23 +02:00
SillyLossy
388d982040
Add OpenAI API usage
2023-04-23 18:48:46 +03:00
SillyLossy
0897685f02
Fix cloudflare sharing
2023-04-23 17:36:11 +03:00
SillyLossy
c6ce7ac7e8
Replace localtunnel with cloudflare
2023-04-23 17:15:18 +03:00
SillyLossy
d71dcc72fa
Colab fix
2023-04-23 16:22:15 +03:00
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
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
SillyLossy
371e1c6f2d
Fix
2023-04-22 19:13:44 +03:00
SillyLossy
683cc5aaf7
Rebranding
2023-04-22 19:13:11 +03:00
Cohee
075f387506
Create npm-publish.yml
2023-04-22 19:09:09 +03:00
ouoertheo
710106b234
Merge branch 'ouoertheo/elevenlabstts1' of https://github.com/ouoertheo/SillyTavern into ouoertheo/elevenlabstts1
2023-04-22 10:35:45 -05:00
ouoertheo
a69cdd9d9c
remove selector for now
2023-04-22 10:35:02 -05:00
ouoertheo
57fdaaaaab
Merge branch 'dev' into ouoertheo/elevenlabstts1
2023-04-22 10:15:50 -05:00
ouoertheo
4fdd863550
set up tts for modularity
2023-04-22 10:05:19 -05:00
SillyLossy
e299089775
Merge branch 'main' into dev
2023-04-22 17:38:26 +03:00
SillyLossy
e4f8aa310d
Check for swipes before trying to record
2023-04-22 17:37:32 +03:00
SillyLossy
e6867c3976
Fix clicking on form send buttons
2023-04-22 17:36:23 +03:00
RossAscends
e2cb0f9359
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-22 22:50:01 +09:00
RossAscends
778809c7bb
TAI mentions in all notes changed to ST
2023-04-22 22:49:59 +09:00
SillyLossy
67f6c7826a
Merge branch 'main' into dev
2023-04-22 16:45:24 +03:00
SillyLossy
f6ed23d29d
Fix swipe on first message when streaming is on
2023-04-22 16:45:09 +03:00
SillyLossy
0a64c7d9ba
Merge branch 'main' into dev
2023-04-22 15:56:30 +03:00
SillyLossy
794bc310d4
Activate world info only after swipe chat shift
2023-04-22 15:56:12 +03:00
SillyLossy
c9b64082d0
Replace nvm with n on colab
2023-04-22 15:42:35 +03:00
RossAscends
a4a71aab5b
precursor to better chatbar focus handling
2023-04-22 21:24:57 +09:00
SillyLossy
f854948de5
NVM colab
2023-04-22 15:10:47 +03:00
RossAscends
544676ebe0
proper input focus retention for options/send_but
2023-04-22 19:55:12 +09:00
RossAscends
a856ee72ef
maintain focus on send_textarea on submit
...
- prevents mobile keyboards from bouncingo ut of screen on submit
2023-04-22 19:27:39 +09:00
Cohee
cf4ba148b3
Merge pull request #141 from paniphons/patch-1
2023-04-22 12:45:30 +03:00
Paniphon
6a437e03d2
Removed Todd Howard from model comparison
...
After running some tests, I can confirm Todd Howard is a proxied GPT-4 with hard-coded system prompt, it's not Claude. So I removed it from the model comparison.
2023-04-22 16:36:14 +07:00
RossAscends
ea59f98eaf
fix for backgrounds disappearing on mobile, after previous body/sheld fixes
2023-04-22 18:04:40 +09:00
RossAscends
9069422a12
- fix mobile sheld/body
...
- was not resetting to bottom after virtual KB/rotate
2023-04-22 17:47:32 +09:00
RossAscends
89e915855d
fix previous incorrect CSS change.
2023-04-22 14:22:45 +09:00
Wilfred Chen
be3eb37b6e
Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite
2023-04-22 13:21:35 +08:00
Wilfred Chen
bd0045b389
group chat fav mark, fav filter
2023-04-22 13:21:25 +08:00
RossAscends
8cb5fe6fb4
fix for top-settings disappearing after KB pops up on mobile
2023-04-22 14:16:44 +09:00
Cohee
cfa69e2a3d
Merge pull request #134 from gidzzz/main
2023-04-22 02:19:28 +03:00
Grzegorz Gidel
d6bbc56b8f
Improve consistency of help pages
2023-04-22 00:21:27 +02:00
Grzegorz Gidel
977db12bf8
Some proofreading of help pages
2023-04-22 00:21:27 +02:00
Grzegorz Gidel
9f2e669ab9
Remove an obsolete help page
2023-04-22 00:20:25 +02:00
SillyLossy
f970b66b1a
Fixes for TTS plugin
2023-04-22 00:54:01 +03:00
SillyLossy
dcba10b50d
Apply common styles to TTS
2023-04-21 23:45:30 +03:00
SillyLossy
32441214cf
Fix tts display drawer
2023-04-21 23:42:40 +03:00
SillyLossy
2cedeba102
Autoformat
2023-04-21 23:41:37 +03:00
Cohee
54ec3c0840
Merge pull request #118 from ouoertheo/ouoertheo-elevenlabstts
...
Ouoertheo elevenlabstts
2023-04-21 23:35:00 +03:00
Cohee
3b74d5ace7
Merge pull request #131 from gidzzz/main
...
Back to conditional personality at the beginning of the chat
2023-04-21 23:33:40 +03:00
gg
bb5a451b50
Back to conditional personality at the beginning of the chat (an oversight in the conjoined words ifx)
2023-04-21 22:03:51 +02:00
RossAscends
5e8b1992e3
git ignore for OAI presets folder
2023-04-22 04:13:09 +09:00
RossAscends
dfe3801f79
expressions only flex center on waifu mode,
...
otherwise sit in left margin
2023-04-22 03:28:00 +09:00
RossAscends
b47b13b7ba
fixed waifu mode expression centering for PC
2023-04-22 03:20:25 +09:00
ouoertheo
d0f7792bcd
hide play when disabled, prevent tts gen on pause
2023-04-21 12:52:47 -05:00
ouoertheo
7ce03d71ff
ensure history is unique to voice
2023-04-21 12:40:06 -05:00
SillyLossy
1a914df4e0
Merge branch 'main' into dev
2023-04-21 20:33:34 +03:00
Wilfred Chen
cb51cd0b68
check if .ch_fav exist b4 filtering
2023-04-22 01:32:43 +08:00
SillyLossy
f25ecbd95c
Add proper processing of streaming aborting
2023-04-21 20:29:18 +03:00
ouoertheo
b5b0690f2b
Merge remote-tracking branch 'upstream/main' into ouoertheo-elevenlabstts
2023-04-21 11:53:00 -05:00
Wilfred Chen
8a1993ddf4
trying to fix unreliable yellow fav icon left behind after selecting fav character
2023-04-22 00:06:22 +08:00
Wilfred Chen
b08b37164c
Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite
2023-04-21 23:52:22 +08:00
Wilfred Chen
b9820f631b
reset the yellow fav star icon to white when selecting into a character
2023-04-21 23:34:11 +08:00
Cohee
9af7c63d9c
Merge pull request #129 from TheUnawsomeGuy/main
...
Add GPT4 32K option
2023-04-21 18:19:47 +03:00
SillyLossy
5763404b05
Remove patches from send form and make it display flex
2023-04-21 18:16:31 +03:00
Kaiser Squid E46
4f9cbe5a5d
Add GPT4 32K option
2023-04-21 23:11:35 +08:00
SillyLossy
0d364de1a0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-21 17:50:50 +03:00
SillyLossy
87df0fc1dc
Add slash command parser
2023-04-21 17:50:46 +03:00
RossAscends
c9039a4377
- remove mobile specific styles for send_textarea
...
- update welcome message
2023-04-21 23:49:08 +09:00
ouoertheo
1a57e106dd
pr feedback implementation
2023-04-21 08:47:40 -05:00
RossAscends
539f011e09
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-21 22:44:43 +09:00
RossAscends
a0fd687646
rebrand of welcome message, icons, and system avatar
2023-04-21 22:44:40 +09:00
Wilfred Chen
55ed580cd1
remove a console log that i used to check the json of the char
2023-04-21 21:18:12 +08:00
Wilfred Chen
9da5af340e
Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite
2023-04-21 21:13:22 +08:00
Wilfred Chen
151bcde012
change colour of star icon to yellow when fav filter is active
2023-04-21 21:12:58 +08:00
ouoertheo
35a8a0eefe
remove unneeded icons
2023-04-21 08:08:11 -05:00
ouoertheo
f2fabca869
fix extension registration
2023-04-21 08:06:28 -05:00
SillyLossy
c8afea25bd
Merge branch 'main' into dev
2023-04-21 14:38:54 +03:00
SillyLossy
50526a16b9
Fix oobabooga
2023-04-21 14:38:38 +03:00
Wilfred Chen
17f7eb671b
mark favorite and filter by favorite
2023-04-21 17:58:38 +08:00
SillyLossy
ce4e88d239
Merge branch 'main' into dev
2023-04-21 12:30:53 +03:00
Cohee
b180aeaae5
Merge pull request #123 from gidzzz/main
...
Fix conjoined words in generated prompt
2023-04-21 12:08:45 +03:00
RossAscends
7f171466c9
- fix expressions and sheld z-index
...
- imperfect fix to PC waifu mode expression holder positioning
2023-04-21 18:05:22 +09:00
SillyLossy
4f14557011
Fix zindex for backgrounds
2023-04-21 11:51:52 +03:00
RossAscends
e72e682630
fixed broken scroll on Android mobile #chat
2023-04-21 16:07:25 +09:00
Grzegorz Gidel
d10dc61131
Fix conjoined words and some excessive newlines around various parts of the prompt
2023-04-21 00:20:15 +02:00
Grzegorz Gidel
b069ea9f55
Fix extra space in the prompt before top anchor if personality is missing
2023-04-21 00:20:12 +02:00
Cohee
c70214585a
Update readme.md
2023-04-21 00:46:16 +03:00
RossAscends
be307b1107
fixed typo in auto-save message edit checkbox
2023-04-21 05:16:15 +09:00
SillyLossy
3e95989fad
Merge branch 'main' into dev
2023-04-20 23:08:25 +03:00
RossAscends
f5582a62bc
remove transition swapping on UI customization
2023-04-21 04:33:46 +09:00
RossAscends
cb87ba2da1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-21 04:26:06 +09:00
RossAscends
38e6b0498d
- correct centering for waifumode PC
...
- remove transition from #chat
- better swipe animations
- standardized naming for animation variables
2023-04-21 04:26:03 +09:00
SillyLossy
35f669d7e9
Fix hint on expressions
2023-04-20 21:42:22 +03:00
SillyLossy
9360e65606
Reload expressions list on connecting to API
2023-04-20 21:16:58 +03:00
SillyLossy
330a8cd1d6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-20 20:27:48 +03:00
SillyLossy
59284a5436
New validation logic of expression images
2023-04-20 20:26:32 +03:00
RossAscends
e503d340b9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-21 02:14:18 +09:00
RossAscends
03b3fc9fc1
- added edit message auto saving
...
- toggle in PowerUser settings
- removed consolelog spam from RA-mods and expressions
2023-04-21 02:14:16 +09:00
Cohee
e12162f58d
Update faq.md
2023-04-20 19:19:08 +03:00
Cohee
183a4eadf3
Update readme.md
2023-04-20 19:17:50 +03:00
Cohee
ec8b39bf44
Update readme.md
2023-04-20 19:16:46 +03:00
Cohee
fd33ff21be
Merge pull request #117 from paniphons/main
...
Create FAQ to avoid bloating README
2023-04-20 19:16:24 +03:00
ouoertheo
124c66e616
placeholder text
2023-04-20 10:57:39 -05:00
Paniphon
620e965533
Move prompt editing info from README to FAQ
2023-04-20 22:41:08 +07:00
Paniphon
cbd84dcf0a
Update readme.md
2023-04-20 22:36:27 +07:00
Paniphon
f5ec5a9788
Update README to link FAQ
2023-04-20 22:33:26 +07:00
Paniphon
795f47a301
Create faq.md
2023-04-20 22:24:40 +07:00
SillyLossy
1a3616ae47
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-20 18:18:10 +03:00
SillyLossy
f28850220a
Proper regeneration for groups
2023-04-20 18:18:07 +03:00
RossAscends
d452467818
- escape from edit message now focuses on send_textarea
...
- allow swipes to happen when send_textarea is focused but empty
2023-04-20 23:58:12 +09:00
RossAscends
7fb3d1f578
fixed listener order for proper key detection
2023-04-20 23:39:02 +09:00
RossAscends
516a61a5ee
added proper focus filter to uparrow hotkeys
2023-04-20 23:36:48 +09:00
RossAscends
9ee9da6705
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-20 23:23:56 +09:00
RossAscends
6d77dfbf48
uparrow = edit last message in chat
...
ctrl+uparrow = edit last user message
removed ctrl+uparrow for autoconnect hotkey
2023-04-20 23:23:46 +09:00
SillyLossy
f591961dd7
Merge branch 'main' into dev
2023-04-20 17:11:21 +03:00
SillyLossy
1718452efb
Fix code block parsing #116
2023-04-20 17:10:57 +03:00
RossAscends
60bfcc1a6b
removed log spam from uparrow
2023-04-20 23:04:08 +09:00
RossAscends
acea6fab67
added UpArrow to quick edit last user mes
2023-04-20 22:59:13 +09:00
Cohee
b30df36b8c
Merge pull request #113 from sanskar-mk2/whitelist-txt-feature
...
optional whitelist.txt
2023-04-20 16:12:09 +03:00
Cohee
325f4170cb
Fix server crash if whitelist.txt is missing
2023-04-20 16:10:05 +03:00
Sanskar Tiwari
50792fdef5
optional whitelist.txt
2023-04-20 18:11:20 +05:30
Cohee
db39807dd6
Merge pull request #112 from sanskar-mk2/bg-filter-feature
...
add bg filter feature on the frontend
2023-04-20 14:25:10 +03:00
SillyLossy
ae0a83161d
Remove the memory attached to right swipe
2023-04-20 14:24:06 +03:00
Sanskar Tiwari
ce6e367a95
add bg filter feature on the frontend
2023-04-20 16:37:58 +05:30
SillyLossy
711e5fefb0
Fix impersonation in empty chat
2023-04-20 13:40:43 +03:00
SillyLossy
b2366993a8
Update readme
2023-04-20 13:06:32 +03:00
SillyLossy
be51df6d02
Merge branch 'dev'
2023-04-20 13:04:04 +03:00
ouoertheo
31d314b0f0
add icons
2023-04-19 17:21:27 -05:00
ouoertheo
fcbd8ff9a4
media controls etc
2023-04-19 17:20:10 -05:00
RossAscends
46e0adf7c1
normal mobile waifu back to cover.
2023-04-20 05:36:08 +09:00
RossAscends
3d5b6d81d9
landscape mobile waifu to 'contain'
2023-04-20 05:34:35 +09:00
RossAscends
4b54193d3f
- smarter expression display
...
- only show after expression is set.
2023-04-20 05:02:02 +09:00
RossAscends
a590b44336
caveman fix for activechar/group not focusing correct in rightnav
2023-04-20 04:45:11 +09:00
Cohee
6d334fe8f5
Update readme.md
2023-04-19 22:35:26 +03:00
SillyLossy
52b07e1b02
Fix colab for GDrive users
2023-04-19 18:58:00 +03:00
RossAscends
dba41235e8
fontawesome CSS comments at bottom to help derpy localtunnel?
2023-04-20 00:00:55 +09:00
SillyLossy
7ca3adad81
Remove comments from css (colab)
2023-04-19 17:57:24 +03:00
RossAscends
4df04f3b3f
added <base> tag to HTML
...
added observer to wait for expressions before enabling drag
2023-04-19 22:58:59 +09:00
RossAscends
37b7dbde0e
added base href
2023-04-19 22:25:30 +09:00
RossAscends
b55a9f4e13
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 22:00:41 +09:00
RossAscends
9a911ae150
adding TTF
2023-04-19 22:00:39 +09:00
SillyLossy
270347276f
Merge branch 'dev'
2023-04-19 15:53:08 +03:00
SillyLossy
c8f4f2f126
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 15:51:03 +03:00
RossAscends
021dcc367d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 21:50:44 +09:00
RossAscends
9868f8c8b0
fixing fonts
2023-04-19 21:50:42 +09:00
SillyLossy
3963737bd5
Fix icon webfonts
2023-04-19 15:50:40 +03:00
SillyLossy
5c08f8ecf2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 15:42:20 +03:00
SillyLossy
32bd5ced12
Fix impersonate and swipes in group chats with streaming and not.
2023-04-19 15:42:15 +03:00
RossAscends
65dc4d127a
added limiter to light themes only to style.css
2023-04-19 21:26:26 +09:00
RossAscends
6bc63bdc6a
added darkreader lock to HTML.
2023-04-19 21:25:45 +09:00
RossAscends
2addcb6b8c
strategies to avoid forced dark mode
2023-04-19 20:17:49 +09:00
SillyLossy
7ef2a79729
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 13:59:44 +03:00
SillyLossy
6b65af891e
Fix stopping strings for ooba and kobold
2023-04-19 13:59:40 +03:00
RossAscends
f1f80812fb
normal mode expression-holder no longer in front of sheld
2023-04-19 19:38:06 +09:00
Cohee
86ad656bc0
Merge pull request #102 from gidzzz/main
...
Allow graceful shutdown in Docker
2023-04-19 10:57:44 +03:00
Grzegorz Gidel
70b8599e03
Allow graceful shutdown in Docker
2023-04-19 04:47:54 +02:00
Cohee
f38ca26c68
Merge pull request #101 from gidzzz/main
2023-04-19 02:04:39 +03:00
Grzegorz Gidel
f76e53a52c
Fix reversed examples formatting condition when pinning enabled
2023-04-19 00:50:04 +02:00
Cohee
2e5ce1485b
Update readme.md
2023-04-19 00:52:48 +03:00
SillyLossy
69f36efd9a
Merge branch 'dev'
2023-04-19 00:44:33 +03:00
SillyLossy
b9ce9024a0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 23:48:15 +03:00
SillyLossy
a6553d8cf6
Minor margin changes
2023-04-18 23:48:13 +03:00
RossAscends
7038ecb9d9
another L/R nav panel fix for PC
2023-04-19 05:43:43 +09:00
RossAscends
8ccf669815
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 05:16:05 +09:00
RossAscends
36bde61001
fixed left/right panels scrolling and heights
2023-04-19 05:16:03 +09:00
SillyLossy
b4456bce4d
More space for example dialogues
2023-04-18 23:08:02 +03:00
Cohee
dbd2cc92ee
Merge pull request #99 from artisticMink/feature/chat-import-multiple-characterai
...
Import all chats from a characterAI chat history dump
2023-04-18 23:07:18 +03:00
Cohee
9bd1c018c8
Merge pull request #100 from AlpinDale/patch-1
...
Create start.sh
2023-04-18 23:06:46 +03:00
AlpinDale
efa5418f0b
Create start.sh
2023-04-19 00:00:57 +04:30
RossAscends
a07d1ac73a
small update to universal shadows
2023-04-19 04:07:06 +09:00
maver
89aa307f16
Import all chats from a characterAI chat history dump
...
Instead of only first chat found.
2023-04-18 20:10:28 +02:00
RossAscends
d54c9b01ef
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 03:03:50 +09:00
RossAscends
8062e87ba6
- mobile waifu fixes for android and iOS
2023-04-19 03:03:48 +09:00
SillyLossy
2a38977964
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 21:00:29 +03:00
SillyLossy
1f154a3903
Local install of Noto Sans webfont
2023-04-18 21:00:26 +03:00
RossAscends
ae95d0175d
mobile styles and iOS waifu fixing
2023-04-19 02:03:46 +09:00
RossAscends
0eebc047b8
remove left margin from mobile waifu
2023-04-19 00:55:30 +09:00
RossAscends
4e4283dd6c
- reverted PC waifu mode
...
- added mobile waifu mode to mobile only styling
2023-04-19 00:54:01 +09:00
RossAscends
936af83ca0
larger mobile waifus
2023-04-19 00:37:28 +09:00
RossAscends
74f00fe4eb
no movingUI console spam.
2023-04-19 00:20:40 +09:00
RossAscends
202ee8b5aa
better collision detection order
2023-04-19 00:18:53 +09:00
RossAscends
81a2a685b9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-19 00:07:55 +09:00
RossAscends
8ac2bfef96
- 99% percect topbar collision detection for movingUI
...
- allow waifu mode expression sprites to reset properly on UI Reset
2023-04-19 00:07:53 +09:00
Cohee
983c123355
Merge pull request #97 from AlpinDale/dev
...
Added a linux start script
2023-04-18 17:50:27 +03:00
AlpinDale
70d1e88a02
Added a linux start script
2023-04-18 19:17:01 +04:30
RossAscends
571c6cb606
added reset button for movingUI
...
- tweaked token warning styles to be utility classes
2023-04-18 21:48:33 +09:00
RossAscends
d186e7372e
added toggle for movingUI
2023-04-18 21:21:39 +09:00
RossAscends
180b06f4e0
missing expression images are now hidden
2023-04-18 20:54:41 +09:00
RossAscends
77f1d59b12
fixed waifu mode expressions resizing
2023-04-18 20:50:50 +09:00
RossAscends
5263383e80
more max-lengths added
2023-04-18 20:27:50 +09:00
RossAscends
b84d344ca9
max-length for user name input box
2023-04-18 20:25:25 +09:00
RossAscends
de49ad11e6
added maxlengths to index.html text inputs
2023-04-18 20:24:11 +09:00
RossAscends
ffd1e8baa4
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 20:12:48 +09:00
RossAscends
846c9d0a12
- min-sizes for input bar and expressions
...
- console log spam trying to debug expression image loading
2023-04-18 20:12:45 +09:00
SillyLossy
56bb604b7e
Add more metadata to ext. manifests
2023-04-18 12:58:24 +03:00
SillyLossy
795e59aba0
Remove hard coded list in extensions
2023-04-18 12:56:20 +03:00
RossAscends
3fe99b5f8d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 18:35:38 +09:00
RossAscends
ac7ee2f11f
character expressions are now draggable
2023-04-18 18:35:36 +09:00
SillyLossy
fc8e0c4918
Fix ooba/kobold compat mode #96
2023-04-18 12:33:56 +03:00
RossAscends
473c7a614d
fix waifumode sheld being unmovable
2023-04-18 17:13:44 +09:00
RossAscends
fc4e646c40
changed HTML title
2023-04-18 16:56:03 +09:00
RossAscends
be50a45742
removed unused files from
...
- images
- webfonts
- css
2023-04-18 16:35:22 +09:00
RossAscends
a830df35be
fixed sheld size in waifu mode on mobile
2023-04-18 15:59:37 +09:00
ouoertheo
88ffa402b1
Fix playing on character change
2023-04-17 21:58:53 -05:00
RossAscends
a499cc5123
another update to token explainer help page
2023-04-18 09:40:11 +09:00
RossAscends
c0dafe01f2
updated token explainer help page
2023-04-18 09:35:10 +09:00
RossAscends
f8c4052412
- updated display of char token warning
...
- added help page explaining character tokens and context limits
2023-04-18 09:16:13 +09:00
RossAscends
1ae8827fa9
tweaked left/right panel and lock icon header stylings
2023-04-18 08:05:56 +09:00
RossAscends
b13b1dc835
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 07:44:00 +09:00
RossAscends
6afb03e017
- right nav now draggable
...
- added mainColor to all buttons and panel texts/headers
- adjusted button hover stylings
2023-04-18 07:43:56 +09:00
SillyLossy
de0468921f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 00:26:53 +03:00
SillyLossy
61d62312a0
Thumbnail images saved from caption
2023-04-18 00:26:52 +03:00
RossAscends
3d1e0f3aa1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 04:34:50 +09:00
RossAscends
7c5f6be823
- smoother drag bounces
...
- z-index removed for drawer icons
- draggables can go to Y=0
2023-04-18 04:34:48 +09:00
SillyLossy
a71190aa5f
Fix GIF background server crash
2023-04-17 22:33:30 +03:00
SillyLossy
9f8aa78d8b
Fix custom bg opacity animation
2023-04-17 22:30:02 +03:00
RossAscends
df8fabed28
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 04:04:29 +09:00
RossAscends
d9bbefb01e
fixed collision detection for dragged elements
2023-04-18 04:04:27 +09:00
SillyLossy
78bf50b468
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-17 21:32:39 +03:00
SillyLossy
b78d5be176
Add character backgrounds plugin #82
2023-04-17 21:32:36 +03:00
ouoertheo
1c8bd256cd
more changes
2023-04-17 12:58:38 -05:00
RossAscends
c38a955f96
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-18 02:33:04 +09:00
RossAscends
d7dceca390
- left panel is now draggable and resizeable
2023-04-18 02:33:02 +09:00
SillyLossy
48cbf6f54b
Better handling of message images
2023-04-17 17:48:40 +03:00
SillyLossy
9aebabf698
Parse images sent by oobabooga plugin
2023-04-17 17:19:44 +03:00
SillyLossy
281844643f
Log OAI response to console
2023-04-17 14:31:41 +03:00
SillyLossy
dd1931eaed
Fix ooba streaming server crash
2023-04-17 14:24:05 +03:00
SillyLossy
c5a3ec7d6e
Determine if stop_sequence could be used. Closes #93
2023-04-17 13:50:41 +03:00
RossAscends
daaf460e17
fix sheld in waifu mode
2023-04-17 16:55:40 +09:00
RossAscends
3cfe6b6ec8
fixed tiny sheld width
2023-04-17 16:48:48 +09:00
RossAscends
e2f4002732
- overflow handling for draggable sheld
2023-04-17 16:33:21 +09:00
RossAscends
eb9fddf7db
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-17 14:44:30 +09:00
RossAscends
9fb7dc5e42
WIP: element dragging & resizing
...
- currently enabled on #sheld when window is over 1000px wide.
- click top right gripper dots to drag sheld around
- resize with lower right size dragger.
- snaps to static view and hides grabbers when windows under 1000px
- position not remembered across sessions..yet
- updated styles on dice, options, and send_but
2023-04-17 14:44:27 +09:00
SillyLossy
3af6bcafa7
Default expressions for groups
2023-04-17 00:20:35 +03:00
SillyLossy
339f212981
Fixes for expressions plugin
2023-04-17 00:13:31 +03:00
SillyLossy
0ac5cc70ca
Trigger immediate check for pygmalion formatting
2023-04-16 23:10:27 +03:00
SillyLossy
9616b26402
Added stop sequences for Kobold.cpp
2023-04-16 23:02:23 +03:00
SillyLossy
247d65f30b
Fix oobabooga stopping strings
2023-04-16 22:08:26 +03:00
SillyLossy
0358daa9b1
Dim down the red color of token counter #90
2023-04-16 20:50:59 +03:00
SillyLossy
69beea39ff
Expand note for advanced formatting
2023-04-16 20:44:07 +03:00
SillyLossy
5b597511ac
Closes #89
2023-04-16 20:21:45 +03:00
SillyLossy
e337e3be9b
Better parsing of textgen streaming
2023-04-16 20:11:35 +03:00
SillyLossy
8ee8f373ec
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-16 17:26:10 +03:00
SillyLossy
269bd69d7c
More formatting options
2023-04-16 17:26:08 +03:00
RossAscends
20df42bed3
remove some console log spam.
2023-04-16 22:45:23 +09:00
SillyLossy
b2d8510b87
Add prompts list to readme
2023-04-16 15:53:26 +03:00
SillyLossy
488268f9ba
Fix startup on safari / ios
2023-04-16 14:08:00 +03:00
SillyLossy
b8b8e7270f
Fixed pygma formatting on reload page
2023-04-16 13:18:57 +03:00
SillyLossy
6985521b81
Fix streaming server crash
2023-04-16 12:48:13 +03:00
SillyLossy
fcc839b56c
Fix Poe.
2023-04-16 12:35:50 +03:00
RossAscends
4f64f2bafe
css cleanup
2023-04-16 18:20:41 +09:00
ouoertheo
49a3787780
first commit
2023-04-16 02:41:13 -05:00
RossAscends
d246e51a19
char export format popup relocated to display blur properly
2023-04-16 11:55:56 +09:00
RossAscends
1932d17666
- fixed options menu blur
...
- added list-group blur and styling
- stronger blur on large popups
- fullscreen shadows darker
2023-04-16 11:36:49 +09:00
SillyLossy
62929301fa
Angry swiping fix
2023-04-16 02:39:48 +03:00
SillyLossy
9db4766bfa
Fix color picker overflowing the page on top
2023-04-16 02:16:22 +03:00
SillyLossy
a788acdf4b
Fix poe
2023-04-16 01:33:22 +03:00
SillyLossy
9378c8811e
Adjust styles of OAI prompt boxes. Add more expressions to offline mode.
2023-04-16 00:35:50 +03:00
SillyLossy
3ae0ae72cf
Status interval checking timing slowed down
2023-04-15 23:20:13 +03:00
SillyLossy
a563a45bf0
Send example dialogues as system messages with names
2023-04-15 20:05:58 +03:00
SillyLossy
e3b9c24d8c
Save OAI preset based on current settings
2023-04-15 19:47:41 +03:00
SillyLossy
5418cacee2
Multi-character import
2023-04-15 19:43:41 +03:00
SillyLossy
06e941fd93
More multigen settings
2023-04-15 19:15:25 +03:00
SillyLossy
7c9e424863
Add pygmalion formatting dropdown
2023-04-15 17:30:11 +03:00
SillyLossy
e419988f26
Restorable poe prompts
2023-04-15 14:12:40 +03:00
SillyLossy
648f2e9ceb
Bug fixes and optimizations
2023-04-15 13:45:25 +03:00
RossAscends
fdce599762
improved user-Settings adaptable display
2023-04-15 16:00:37 +09:00
RossAscends
dc35b0ba6e
- moved font/blur sliders to top of ui-settings block
...
- purpose: makes font adjustment smoother due to less resized text above
2023-04-15 14:58:01 +09:00
RossAscends
e4c8a831f9
CSS cleanup
2023-04-15 14:13:53 +09:00
SillyLossy
dd50f98123
Impersonate for Kobold, ooba, Novel
2023-04-15 01:05:29 +03:00
SillyLossy
449fe0b0f0
Add query scrambled for Poe, update graphql files
2023-04-15 00:52:50 +03:00
SillyLossy
1df57fd9ed
Impersonate poe
2023-04-15 00:50:48 +03:00
SillyLossy
c0eb8190c7
Save parent bookmark reference to chat metadata
2023-04-14 22:43:02 +03:00
SillyLossy
0d09967485
Group members reordering
2023-04-14 21:53:37 +03:00
SillyLossy
95e0acb769
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 19:45:15 +03:00
SillyLossy
81bffd34d8
Smart refresh thumbnails cache. Sort group candidates list. Remove members by click on remove btn
2023-04-14 19:44:59 +03:00
RossAscends
3f075be11b
- user settings panel name/avatars on own row
2023-04-14 23:17:43 +09:00
RossAscends
a00c88e8ff
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 23:02:38 +09:00
RossAscends
3cdb43800e
- top-bar drawers to sheldWidth
...
- API, Formatting, and User Settings rearranged
2023-04-14 23:02:36 +09:00
SillyLossy
4b98f9d825
Support for group chat expressions
2023-04-14 15:13:31 +03:00
SillyLossy
c44cd02a01
Fix A/N overflowing the context
2023-04-14 14:44:49 +03:00
SillyLossy
c126f15291
Hide extension settings to drawers
2023-04-14 14:44:39 +03:00
SillyLossy
2bc63ec839
Memory length penalty range
2023-04-14 13:44:21 +03:00
RossAscends
e350c460b8
fixed typo in OAI impersonation string
2023-04-14 13:21:38 +09:00
RossAscends
75d41afd82
fixed send_form fastUI transitions
2023-04-14 13:00:17 +09:00
RossAscends
f753bf810d
added moz-available to fix tiny left panel and other elements that use
...
-webkit-fill-available
2023-04-14 12:32:01 +09:00
SillyLossy
31521f41aa
Adjust styles
2023-04-14 01:19:20 +03:00
SillyLossy
5b6c1ee215
Theme colored dropdown and prettier mobile waifu
2023-04-14 01:10:32 +03:00
SillyLossy
6569ec1a6f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 00:35:27 +03:00
SillyLossy
b72d6566ea
Impersonation mode for OAI
2023-04-14 00:35:23 +03:00
RossAscends
ad544bbddb
better edit_mes display
2023-04-14 05:08:40 +09:00
RossAscends
54de50d1f0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 04:55:36 +09:00
RossAscends
747e9d9990
fixed char panel buttons not getting hover highlights
2023-04-14 04:55:15 +09:00
SillyLossy
e5c4aa1a1c
Fix button display
2023-04-13 22:50:35 +03:00
SillyLossy
94712aa3fb
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-13 22:49:58 +03:00
SillyLossy
f0891c5e6f
Update icons
2023-04-13 22:49:54 +03:00
RossAscends
66ac73ff81
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 04:43:31 +09:00
RossAscends
72767b3b1e
options_button is now webfont
2023-04-14 04:43:29 +09:00
SillyLossy
bb67f98d67
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-13 22:34:42 +03:00
SillyLossy
d6656da4c5
Extensions styles fix
2023-04-13 22:34:38 +03:00
RossAscends
9a41a7a98f
swapped 2 remaining fa-regular webfonts to fa-solid
2023-04-14 04:32:10 +09:00
RossAscends
dab7a07254
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-14 04:22:32 +09:00
RossAscends
85bb8b79d1
- bg delete buttons are now webfonts
...
- all large popup panel close buttons are webfonts
- moved cross.png to disused folder
- moved swipes to disused folder
2023-04-14 04:22:25 +09:00
SillyLossy
0cb78685a9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-13 21:50:24 +03:00
SillyLossy
f7e89b345d
Clean up server code. Fix oobabooga multigen with streaming. Pass Gradio fn_index as a request header
2023-04-13 21:50:20 +03:00
RossAscends
9a847420ca
- swipe icons changed to webfont
...
- better alignment for char list names
- moved load.svg to unused folder
2023-04-14 03:49:18 +09:00
RossAscends
b5006b6288
fixed poe loading orbit
2023-04-14 03:33:05 +09:00
RossAscends
5ff4d34753
updated missing avatars to be a webfont display
2023-04-14 03:27:49 +09:00
RossAscends
e7a937eb0a
- converted UI img SVGs to webfonts
...
- moved unused SVGs and PNGs into subfolders for deletion consideration
2023-04-14 03:12:28 +09:00
RossAscends
33e056626d
larger textareas for AN/bias in extensions
2023-04-13 23:35:53 +09:00
RossAscends
d999512337
note links (?) are always bold now
2023-04-13 23:17:23 +09:00
RossAscends
80806d07dc
fastUI toggle now applies to send_form as well
2023-04-13 23:02:29 +09:00
RossAscends
07dd8446f9
no color changing console spam
2023-04-13 22:59:47 +09:00
RossAscends
442b510489
Input bar now themed correctly
2023-04-13 22:59:11 +09:00
SillyLossy
58ed03dfe0
Speedup poe generation by caching bot json
2023-04-13 16:50:10 +03:00
SillyLossy
14cc5ba937
Use proper tokenizer for Poe
2023-04-13 16:26:08 +03:00
SillyLossy
661b41341e
Fix crash on poe streaming
2023-04-13 15:14:43 +03:00
SillyLossy
25ae214c12
Remove TODOs
2023-04-13 12:37:29 +03:00
SillyLossy
858a91ff63
[BUG] Setting "Every N messages you send" in Author's Note to "0" does not disable it Cohee1207/SillyTavern#60
2023-04-13 12:27:57 +03:00
Cohee
e4068b0d00
Update readme.md
2023-04-13 12:16:26 +03:00
RossAscends
73073def5c
regular lineheights for codeblocks
2023-04-13 16:52:52 +09:00
SillyLossy
f3949a9d57
Theme Saver
2023-04-13 01:32:38 +03:00
SillyLossy
99a8afc2c8
Smooth scrolling begone
2023-04-12 23:51:58 +03:00
SillyLossy
888a1037cd
Ooba new setting
2023-04-12 23:51:44 +03:00
SillyLossy
814c6b9fb0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-12 23:16:50 +03:00
SillyLossy
959a361eba
Add streaming stop button and FA web font
2023-04-12 23:16:25 +03:00
RossAscends
1bf5859117
HR after group list display
2023-04-13 04:46:08 +09:00
RossAscends
59923f2d7f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-13 02:52:46 +09:00
RossAscends
8896c4d05c
fixed narrow screens horizontal scrolling
2023-04-13 02:52:44 +09:00
SillyLossy
57ea659540
Fix oobabooga again
2023-04-12 20:41:56 +03:00
SillyLossy
ab525035eb
Add pause to start.bat (instead of telling them to do so)
2023-04-12 20:41:07 +03:00
SillyLossy
5e2caf7397
Waifu credit
2023-04-12 20:32:53 +03:00
SillyLossy
5279ea0561
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-12 20:11:40 +03:00
SillyLossy
caff1a62c4
Fix oobabooga streaming multigen
2023-04-12 20:11:37 +03:00
RossAscends
bc549d04f9
fixed poe api input/selector width
2023-04-13 01:35:46 +09:00
RossAscends
44eb80a110
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-13 01:31:48 +09:00
RossAscends
6e1a900ec9
fixed custom chat separator input width
2023-04-13 01:31:46 +09:00
SillyLossy
886d1f26a1
Fix ooba message
2023-04-12 19:20:23 +03:00
SillyLossy
3b2ab39e12
Disable default waifu mode
2023-04-12 19:19:13 +03:00
SillyLossy
f2de38908d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-12 19:17:05 +03:00
SillyLossy
d495503ac1
Add oobabooga streaming
2023-04-12 19:17:02 +03:00
RossAscends
7d34103045
- fix for chrome flickering on blurred divs
...
- top-bar border matches other UI
- fix for text-pole placeholder coloring
- correct waifumode chat border-radius
2023-04-13 01:11:40 +09:00
RossAscends
44a5d29770
placeholder styles for potential waifumode2
2023-04-13 00:39:11 +09:00
RossAscends
018dc8af72
fix for waifumode chat chat being reversed
2023-04-13 00:26:59 +09:00
RossAscends
6b8fc09b8b
bigger waifus
2023-04-12 23:59:53 +09:00
RossAscends
24e5ff51d5
- round borders for waifumode chat
...
- default expressions margin-bottom = 50px
2023-04-12 23:41:00 +09:00
RossAscends
d2da82e681
forgot to add top border to waifumode #chat
2023-04-12 23:18:17 +09:00
RossAscends
afae9832d0
waifuMode backported from korean modder PepperTaco
...
https://github.com/peppertaco/Tavern/tree/main
2023-04-12 23:15:11 +09:00
RossAscends
83982cf1fc
fixed tobar display on screens <1000px wide
2023-04-12 21:21:21 +09:00
RossAscends
13585273a4
added descriptions under OAI checkboxes
2023-04-12 21:04:29 +09:00
RossAscends
c9e425389f
removed auto appearance CSS tags
2023-04-12 20:16:25 +09:00
RossAscends
b487a1f295
- clarified Poe config panel descriptions
...
- widthFreeExpand class now does it's job properly.
2023-04-12 20:02:55 +09:00
RossAscends
f6ff84bbb6
removed 1px blur from bg1/bg2
2023-04-12 19:27:49 +09:00
RossAscends
7619900a07
CSS scroll fixes for android
2023-04-12 19:22:30 +09:00
SillyLossy
57aa0a7548
Merge branch 'main' into dev
2023-04-12 12:31:27 +03:00
SillyLossy
45d836c62c
Fix poe custom bot download. Don't display deleted bots
2023-04-12 12:29:25 +03:00
RossAscends
00dc7284cc
blur strength slider added
2023-04-12 18:05:18 +09:00
RossAscends
14aad34d11
changed placeholder wording
2023-04-12 17:14:03 +09:00
RossAscends
ead7c02791
added HTML/CSS foundations for:
...
- blur strength slider
- UI preset selector
- "save new UI preset" button
2023-04-12 17:12:53 +09:00
RossAscends
8ba871101d
reordered user settings blocks
2023-04-12 16:22:47 +09:00
RossAscends
08d1cab25b
- update color picker button style
...
- place color and font settings side by side
2023-04-12 15:55:34 +09:00
RossAscends
48e4e408a4
- ai config ranges more compact
...
- fixed misuse of range-block-range class on text areas
2023-04-12 14:58:00 +09:00
RossAscends
391dc4e31c
- universal text-shadow, not just for #chat now.
...
- (potential performance hit?)
- additional box shadow under notes (?) circle border.
2023-04-12 13:09:54 +09:00
SillyLossy
e1b514ef5a
Add poe streaming
2023-04-12 02:26:09 +03:00
SillyLossy
2040b8d3ff
OAI streaming
2023-04-12 01:33:33 +03:00
SillyLossy
a8c31c723b
Fix colors overflowing the stack
2023-04-12 00:49:07 +03:00
SillyLossy
6f362a6387
Fix loading saving colors
2023-04-12 00:15:35 +03:00
SillyLossy
2b9e04a325
Optimized color pickers
2023-04-11 23:59:39 +03:00
RossAscends
c32690579f
fixed root default for blur tint
2023-04-12 05:45:10 +09:00
RossAscends
4e53f47494
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-12 05:31:23 +09:00
RossAscends
401535d539
- added color pickers
...
- updated CSS to reflect live changes
2023-04-12 05:31:10 +09:00
SillyLossy
20391bd200
Merge branch 'main' into dev
2023-04-11 23:15:39 +03:00
SillyLossy
415af67ea3
Fix oobabooga API: add BOS token options, custom stopping string
2023-04-11 23:08:48 +03:00
SillyLossy
dee813dfa7
Foundation for token streaming (non-functional at the moment)
2023-04-11 22:49:05 +03:00
SillyLossy
8c8c2c40c4
Don't crash the server on failed thumbnail generation
2023-04-11 19:42:54 +03:00
SillyLossy
af114e5255
Enlarge the tick in checkboxes
2023-04-11 19:31:33 +03:00
SillyLossy
e8909a4f2f
Properly save and restore transition value on long slider shifts
2023-04-11 19:29:12 +03:00
SillyLossy
b17f160dfe
Add missing import
2023-04-11 19:20:06 +03:00
SillyLossy
40829dfada
Fix font scaling
2023-04-11 19:18:57 +03:00
SillyLossy
a789dcecad
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-11 18:59:01 +03:00
SillyLossy
38f88a691d
Update readme
2023-04-11 18:58:58 +03:00
RossAscends
bff671dcbe
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-12 00:58:19 +09:00
RossAscends
0ef0e9fc57
added font scale slider to UI
2023-04-12 00:58:14 +09:00
SillyLossy
2577913ea2
1px gap for right panel
2023-04-11 18:18:06 +03:00
SillyLossy
9070ef0b6a
(EXPERIMENTAL) Subtract amount_gen tokens from max content amount
2023-04-11 18:17:03 +03:00
SillyLossy
25ee2bbbf6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-11 18:11:29 +03:00
SillyLossy
afb0a350af
Changes to world editor styles
2023-04-11 18:11:25 +03:00
RossAscends
4f4559cb4a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-11 23:54:36 +09:00
RossAscends
f445121068
padding for group panel
2023-04-11 23:54:34 +09:00
SillyLossy
e449aaf961
Style fixes
2023-04-11 17:29:30 +03:00
RossAscends
7b066a1b5b
- dynamic font sizes site-wide
...
- based on rem variable in root
- ready to add slider
2023-04-11 23:09:28 +09:00
SillyLossy
0f8738eacd
Fix dice dropdown not being visible
2023-04-11 15:00:51 +03:00
SillyLossy
ec4b84096b
Lightweight loading button
2023-04-11 14:26:30 +03:00
RossAscends
fb29219b66
fixed world info editing window on mobile
2023-04-11 14:44:02 +09:00
Cohee
7277622c24
Merge pull request #50 from Cohee1207/dev
...
Dev
2023-04-10 21:45:18 +03:00
SillyLossy
9127c690a7
Handle 404 status in OAI
2023-04-10 21:36:07 +03:00
SillyLossy
f2d7f74d5a
OAI reverse proxy (untested)
2023-04-10 18:44:11 +03:00
SillyLossy
defa7f357e
Customizable sorting order for characters list
2023-04-10 17:48:17 +03:00
SillyLossy
d1fb575243
Better style for advanced textarea
2023-04-10 16:05:19 +03:00
SillyLossy
adc4f4b29d
Inputs to textareas
2023-04-10 15:59:35 +03:00
SillyLossy
44dc5a6bb3
Add note for new option
2023-04-10 15:48:09 +03:00
SillyLossy
8a1f3a7f04
Merge branch 'main' into dev
2023-04-10 15:07:07 +03:00
SillyLossy
9bcb10adf1
Option for unfocused sound play
2023-04-10 15:06:01 +03:00
SillyLossy
d09e81cb94
Update message sound note
2023-04-10 12:14:16 +03:00
Cohee
b78c74aeff
Merge pull request #47 from paniphons/main
...
Make sound only play if browser is not focused
2023-04-10 12:12:09 +03:00
Paniphon
93e1d4b39e
Make sound only play if browser is not focused
2023-04-10 10:34:47 +07:00
SillyLossy
63a9d3ded1
Add a notice of context size
2023-04-10 02:51:58 +03:00
SillyLossy
66f7d55f76
Fix horde for GUI preset mode
2023-04-10 00:08:10 +03:00
RossAscends
64b1485070
shorter message sound
2023-04-10 05:21:12 +09:00
SillyLossy
25759ebe0b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 23:08:31 +03:00
SillyLossy
c101368109
Replace message sound
2023-04-09 23:08:28 +03:00
RossAscends
e4c3c552d7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-10 04:54:44 +09:00
RossAscends
8f531832e5
proper iOS margins
2023-04-10 04:54:41 +09:00
SillyLossy
915de0b41a
Add message sound option
2023-04-09 22:37:01 +03:00
Cohee
0f11aab089
Merge pull request #43 from Cohee1207/dev
...
Dev
2023-04-09 20:18:19 +03:00
RossAscends
213f410143
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-10 01:52:10 +09:00
RossAscends
21cab0b4a6
- added JS detection of window.innerHeight to index.html
...
- changed all vh and vw to svh and svw
2023-04-10 01:51:50 +09:00
SillyLossy
801f400b31
Less margins in user settings
2023-04-09 19:37:32 +03:00
SillyLossy
01fce8116f
Fix caption spinner causing a bouncing scrollbar
2023-04-09 19:33:28 +03:00
SillyLossy
2385e6f980
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 19:29:38 +03:00
SillyLossy
78e1c5b286
Properly display not-connected color in fast UI mode
2023-04-09 19:29:35 +03:00
RossAscends
84966c26ff
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-10 01:19:47 +09:00
RossAscends
eea466c7fa
- adjusted right nav padding
...
- added border radius to big avatar group collages
- fixed avatar collages squashing horizontally on narrow displays
- removed gaps from mobile display (imperfect fix)
2023-04-10 01:19:35 +09:00
SillyLossy
a305536ca9
Fix security dependencies
2023-04-09 19:06:03 +03:00
SillyLossy
0180c601f0
Adjust padding of characters block
2023-04-09 18:59:49 +03:00
RossAscends
a021dc230d
- updated scrollbar style
...
- bubblechat now needs no extra blur
2023-04-09 23:36:10 +09:00
SillyLossy
1252de9014
Adjust spacing in group controls
2023-04-09 15:12:04 +03:00
SillyLossy
9eff19dfb4
Merge branch 'main' into dev
2023-04-09 15:07:33 +03:00
SillyLossy
658a26def2
Don't crash server on reading metadata
2023-04-09 15:03:59 +03:00
SillyLossy
2afe1ee44e
Adjust system messages
2023-04-09 02:10:58 +03:00
SillyLossy
314c68dfc9
Fix group UI styles
2023-04-09 01:26:48 +03:00
SillyLossy
34994ebff5
Group chat creation fixed
2023-04-09 01:11:57 +03:00
SillyLossy
d59e1880f0
Pure CSS sorting by name
2023-04-09 01:10:30 +03:00
SillyLossy
fe90d1afea
Proper size of round user selected avatars
2023-04-08 23:34:05 +03:00
SillyLossy
3ed7d070df
Properly highlight user avatar on load
2023-04-08 23:29:47 +03:00
SillyLossy
84644b1487
Fix dialogue popup input width
2023-04-08 23:23:36 +03:00
RossAscends
ad4b523367
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 05:07:43 +09:00
RossAscends
ac05fdd566
fix drawer content top margin
2023-04-09 05:07:41 +09:00
SillyLossy
fcccafbbc2
Add mass webp import
2023-04-08 23:06:17 +03:00
RossAscends
09caaee7d5
bg_examples show filename on hover
2023-04-09 05:03:31 +09:00
RossAscends
7324319081
- temporary placeholder styles for mobile landscape/ipad
...
- applies to any screen 800px or less
- currently same styles as 450px styles for mobile
2023-04-09 04:49:43 +09:00
RossAscends
00f5d6a679
fixed mobile scroll issue on left side nav
2023-04-09 04:44:46 +09:00
RossAscends
c3773310a8
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 04:20:37 +09:00
RossAscends
044651516e
amount gen slider hidden for poe
2023-04-09 04:17:25 +09:00
SillyLossy
98a14a0c1b
Rearrange scripts
2023-04-08 21:55:46 +03:00
RossAscends
bd95563686
nav panels now autoopen on 300ms delay
2023-04-09 03:38:03 +09:00
RossAscends
154dd069ff
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 03:32:23 +09:00
SillyLossy
c0390adc01
Make OAI preset blocks text size event
2023-04-08 21:26:26 +03:00
RossAscends
e81c5e1091
rearranged top bar order
2023-04-09 02:50:06 +09:00
RossAscends
466ef1a4d3
fixed drawers to mobile displays
2023-04-09 02:46:04 +09:00
RossAscends
6656b397f6
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-09 02:27:25 +09:00
RossAscends
d80fdc5b4b
- added toggle for sheld width
...
- both nav panels conform to sheld width on change
- left nav now has a lock
- sheldWidth defaults to 800
- narrowed top_bar to match sheldWidth
- nav panels fill the vertical space where top_bar used to be
- removed bottom gap on wide screens for all large panels and popups
- reverted menu_button styles
- FastUI now changes send_form styling dynamically
- bg selector drawer width is now sheld-100px
- bg thumbnails display ay 160px width
2023-04-09 02:26:38 +09:00
SillyLossy
fb20e2cd34
Update readme
2023-04-08 20:08:37 +03:00
SillyLossy
296619128d
Update readme
2023-04-08 20:08:24 +03:00
SillyLossy
a2f115c390
Prettier bg display
2023-04-08 18:35:33 +03:00
SillyLossy
017869932d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-08 18:09:55 +03:00
SillyLossy
2c57d0efb6
Json/Webp export
2023-04-08 18:09:53 +03:00
RossAscends
7fd5feac44
added #poe_api-presets ID to auto-switching routine
2023-04-08 23:37:26 +09:00
RossAscends
0c8f068a8a
- moved API gen settings to diaply in left-side empty space
...
- adjusted display of various API settings sliders/checkboxes to mat ch
- fixed overflowing right-side char management panel
- group member selection divs styling
2023-04-08 23:22:27 +09:00
SillyLossy
a3a32e9d64
Fix right panel size
2023-04-08 13:31:21 +03:00
SillyLossy
0ca66ee471
webp import
2023-04-08 13:19:02 +03:00
SillyLossy
342d83c334
Merge remote-tracking branch 'energo/tools' into dev
2023-04-08 12:35:21 +03:00
SillyLossy
2ec83210ea
Merge
2023-04-08 12:25:43 +03:00
SillyLossy
8ba3984a46
Fix koboldcpp on main
2023-04-08 12:22:35 +03:00
SillyLossy
a35be76874
Autoconnect fix
2023-04-08 12:19:38 +03:00
SillyLossy
9c5b14d634
Remove autohide and blur from individual message
2023-04-08 12:01:53 +03:00
SillyLossy
0d087d6908
style.css changes
...
Revert sheld width
Auto-expand select and inputs inside of drawers
2023-04-08 11:33:56 +03:00
RossAscends
f2bf169189
- fixed extensions drawer overflowing narrow windows
...
- added variable for sheldWidth
- rightnav width adapts to sheldWidth
2023-04-08 15:04:50 +09:00
SillyLossy
0c9dffd737
Enable whitelist by default
2023-04-08 01:45:59 +03:00
SillyLossy
66a21f24dd
(TESTING) Auto-hide messages in very long chats
2023-04-08 01:32:32 +03:00
SillyLossy
282aac7078
Migrate expressions to settings.json
2023-04-08 01:31:34 +03:00
SillyLossy
cf0edde885
Advanced poe settings
2023-04-07 23:37:10 +03:00
SillyLossy
eb6c2f5930
Add custom dice roll
2023-04-07 22:17:04 +03:00
SillyLossy
948cf4c20c
Migrate memory to settings.json
2023-04-07 21:47:00 +03:00
SillyLossy
9aeeda3602
Migrate author's note to chat metadata
2023-04-07 21:17:24 +03:00
SillyLossy
2a86cf7905
Merge branch 'main' into dev
2023-04-07 18:00:14 +03:00
SillyLossy
8f23c72b4e
Fix textgen generation
2023-04-07 17:59:50 +03:00
RossAscends
91acec71c1
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-07 22:21:19 +09:00
RossAscends
4170461f4c
only load horde models when kobold active
2023-04-07 22:21:05 +09:00
SillyLossy
bdfdf79dd2
Merge branch 'main' into dev
2023-04-07 16:07:02 +03:00
SillyLossy
28560f6e31
Merge branch 'new-colab'
2023-04-07 16:06:33 +03:00
SillyLossy
00319f182f
Fix oobabooga's status parsing
2023-04-07 16:06:06 +03:00
Cohee
e529cc621d
Merge pull request #35 from Cohee1207/new-colab
...
New colab
2023-04-07 15:54:06 +03:00
SillyLossy
ed3324fadc
Model for cross-module globals
2023-04-07 15:23:41 +03:00
Cohee
ec7a839324
Merge pull request #34 from EnergoStalin/main
...
Models and Extras Server setup in separate files for GPU.ipynb
2023-04-07 15:13:55 +03:00
Cohee
79defc8775
Update extras_server.py
2023-04-07 14:58:04 +03:00
RossAscends
21108ffe13
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-07 19:59:29 +09:00
RossAscends
b8434daa91
attempt to add node compressions
2023-04-07 19:59:20 +09:00
SillyLossy
c1f3fb49ca
Power user mode by default
2023-04-07 13:45:47 +03:00
RossAscends
27a8163d4e
fixed FastUI conflicts
2023-04-07 18:57:39 +09:00
RossAscends
cf52cbcd33
- added warnings for Bubble Chat + blur
...
- removed scrollbar track border on bubblechat
2023-04-07 18:39:34 +09:00
RossAscends
20fc880586
- fixed bubblechat background on iOS
...
- put FastUI settings last to override
2023-04-07 16:59:24 +09:00
RossAscends
0c3699af17
- added bubblechat style as a toggle
...
- modified FastUI to work with both
2023-04-07 16:51:49 +09:00
SillyLossy
87c50ce418
Save chat metadata object
2023-04-07 01:40:18 +03:00
Alexey Dashko
b3923821c7
git link
2023-04-07 01:29:49 +03:00
Alexey Dashko
4ba8e4d811
Merge remote-tracking branch 'oldorigin/main'
2023-04-07 01:26:35 +03:00
Alexey Dashko
6491761014
qf
2023-04-07 01:03:34 +03:00
Alexey Dashko
80eadabfa2
extras_server in separate file like models
2023-04-07 01:00:09 +03:00
SillyLossy
905ab023c0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-07 00:34:30 +03:00
SillyLossy
82f1c89571
Merge branch 'main' into dev
2023-04-07 00:34:27 +03:00
Cohee
471b36a6d9
Update readme.md
2023-04-07 00:15:45 +03:00
Cohee
86720a71fd
Update readme.md
2023-04-07 00:13:23 +03:00
Cohee
ac48ed0e40
Update readme.md
2023-04-07 00:12:27 +03:00
Cohee
12c47a9397
New colab link
2023-04-07 00:10:21 +03:00
SillyLossy
194a19a338
Fix extras url
2023-04-06 23:35:52 +03:00
SillyLossy
ad99a7ba65
Colab again
2023-04-06 23:00:49 +03:00
SillyLossy
e4c9bf05cb
Align break (in colab? nah yeah)
2023-04-06 22:44:36 +03:00
SillyLossy
fad9d7a322
Colab again
2023-04-06 22:28:21 +03:00
SillyLossy
f9d83512e0
Colab again
2023-04-06 22:23:31 +03:00
SillyLossy
1a3f9dc10f
Fix colab line
2023-04-06 22:16:08 +03:00
SillyLossy
4757eda089
Update GPU colab
2023-04-06 22:04:22 +03:00
SillyLossy
5d0d656a3c
Delete readme images
2023-04-06 22:04:03 +03:00
Cohee
815c881a5e
Merge pull request #32 from EnergoStalin/main
...
Small server improovement's for colab users also new GPU.ipynb
2023-04-06 21:37:30 +03:00
Alexey Dashko
4384578b34
tiny colab barely tested on option combinations
...
should work perfectly for first startup with default options
has step caching and more stock models thanks to OTIS colab
has cell for converting TavernAI webm to SillyTavern png
2023-04-06 20:28:27 +03:00
Alexey Dashko
6ca5a4820b
only symlink dirs no unconsistent paths
2023-04-06 17:04:52 +03:00
Alexey Dashko
eab26b2d7e
check colab by colaburl
2023-04-06 16:50:54 +03:00
SillyLossy
1a98ef22ab
Double the long memory length
2023-04-06 16:13:28 +03:00
Alexey Dashko
9303a75ad6
dest path option
2023-04-06 16:08:11 +03:00
Alexey Dashko
a501f59445
suffix instead of split
2023-04-06 16:02:52 +03:00
Alexey Dashko
e30b7a4448
nothing to convert message
2023-04-06 15:59:36 +03:00
Alexey Dashko
d9a8598632
dst to src remove old after convert
2023-04-06 15:55:59 +03:00
Alexey Dashko
b0e72bd969
webp filter + packages
2023-04-06 15:50:58 +03:00
Alexey Dashko
264d566c92
converting TavernAI characters back to png
2023-04-06 15:27:40 +03:00
Alexey Dashko
a2fdea3bb2
TLDR
...
beforehand is_colab check
port through SILLY_TAVERN_PORT env
fix typo on autorun open
2023-04-06 13:34:34 +03:00
SillyLossy
64432edecd
Default author's note
2023-04-06 13:23:58 +03:00
SillyLossy
72efa08a88
Update OAI defaults
2023-04-06 13:05:14 +03:00
SillyLossy
a1770b8c6b
Fix saving of groups after edits
2023-04-06 12:43:02 +03:00
SillyLossy
7b10aa63a8
Add more Kobold presets
2023-04-06 12:05:32 +03:00
SillyLossy
7328ae56bc
License note for poe-client
2023-04-06 11:59:51 +03:00
Cohee
db9afd80a4
Update readme.md
2023-04-06 11:23:06 +03:00
Cohee
51e141a6dc
Update readme.md
2023-04-06 11:15:11 +03:00
Cohee
23cc5e43aa
Update readme.md
2023-04-06 11:10:00 +03:00
Cohee
891ce398b1
Update readme.md
2023-04-06 11:08:30 +03:00
Cohee
0009538d04
Merge pull request #30 from paniphons/paniphons-patch-1
...
Update README with beginner FAQ and Author's Notes
2023-04-06 11:05:16 +03:00
Cohee
cd35b35df3
Merge branch 'main' into paniphons-patch-1
2023-04-06 11:04:53 +03:00
Paniphon
d96eaac951
Update README with beginner FAQ and Author's Notes
2023-04-06 14:57:47 +07:00
SillyLossy
66b001c2b1
Merge branch 'main' into dev
2023-04-06 10:50:04 +03:00
Cohee
ed2cd1ab23
Update readme.md
2023-04-06 10:37:42 +03:00
SillyLossy
1af8fa8ec6
FML, it's colab again
2023-04-06 01:22:01 +03:00
SillyLossy
2a1938bc93
Group chat list order 100% working
2023-04-06 01:07:26 +03:00
SillyLossy
dc4f20ed26
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
2023-04-06 00:20:49 +03:00
SillyLossy
0c55bc6a09
Another colab fix
2023-04-06 00:20:47 +03:00
Cohee
db58aae28e
Update readme.md
2023-04-06 00:14:23 +03:00
SillyLossy
024c2f73de
Colab google drive fix (supposed)
2023-04-06 00:05:16 +03:00
SillyLossy
60d64bb67e
Group reply mode (placeholder)
2023-04-06 00:02:56 +03:00
Cohee
e489061b6f
Update readme.md
2023-04-05 22:49:54 +03:00
SillyLossy
8548d4ca47
Loops breaker (supposedly)
2023-04-05 22:26:08 +03:00
SillyLossy
89f605dac6
Focus on popup
2023-04-05 22:07:55 +03:00
Cohee
a3c9d58f86
Rebranding
2023-04-05 21:27:31 +03:00
SillyLossy
1506845052
Update readme
2023-04-05 13:24:13 +03:00
SillyLossy
7f35986b9c
Rename poe backend client
2023-04-05 13:23:15 +03:00
SillyLossy
5390d8226b
Handle Unauthorized
2023-04-05 13:13:53 +03:00
SillyLossy
b2b199d247
Unauthorized status
2023-04-05 12:53:57 +03:00
SillyLossy
ce1f33679e
Poe API fixed
2023-04-05 12:46:35 +03:00
SillyLossy
4cfad2029c
Cut legs no more
2023-04-05 02:01:53 +03:00
SillyLossy
5ec5d70111
Fix wretched KleboldCpp crashing my beloved tovern
2023-04-05 00:25:52 +03:00
SillyLossy
ea9ba9d759
Display group name in list after renaming
2023-04-04 21:04:38 +03:00
SillyLossy
b295f5a49d
Preset settings for OAI #23
2023-04-04 20:50:24 +03:00
SillyLossy
ddb7eee3fb
Move poe API to main block
2023-04-04 16:04:27 +03:00
SillyLossy
2ab42f40f7
Fix messages deletion for poe
2023-04-04 12:35:43 +03:00
SillyLossy
3eb9fa975c
Fix poe server crash
2023-04-04 12:19:18 +03:00
SillyLossy
67ac6a07a2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-04-04 00:23:38 +03:00
SillyLossy
263090660d
Logit bias (start)
2023-04-04 00:23:36 +03:00
SillyLossy
c5a7151ab3
Local poe support
2023-04-03 23:44:01 +03:00
SillyLossy
e3419403a6
Port poe messaging to JS
2023-04-03 22:10:58 +03:00
SillyLossy
03691d08e2
Mobile right panel no longer commit seppuku
2023-04-03 17:42:13 +03:00
SillyLossy
3b0c6183ff
Mobile drawer height
2023-04-03 17:34:02 +03:00
SillyLossy
488edf38c9
Fix OAI preset not displaying on save
2023-04-03 12:13:30 +03:00
SillyLossy
ce85c5b21d
Better horde popup
2023-04-02 22:41:58 +03:00
SillyLossy
d79d7576bd
Migrate advanced formatting settings to settings.json
2023-04-02 21:59:28 +03:00
SillyLossy
cf9af364fb
Preselect preset based on character name
2023-04-02 20:50:45 +03:00
SillyLossy
57d2e46450
Move group buttons to top
2023-04-02 18:12:15 +03:00
SillyLossy
832acc1309
Fix radio buttons in firefox
2023-04-02 17:57:32 +03:00
SillyLossy
006c5b63cc
OpenAI presets saving (presumably)
2023-04-02 17:13:20 +03:00
SillyLossy
4e3c9db5ae
Horde should actually work now
2023-04-02 14:22:18 +03:00
SillyLossy
a71c39ec7f
Merge branch 'main' into dev
2023-04-02 12:24:17 +03:00
SillyLossy
9e97212c83
Add try-catch for bookmarks
2023-04-02 12:23:51 +03:00
SillyLossy
b3498a47eb
Horde support (untested)
2023-04-02 12:01:42 +03:00
SillyLossy
bfd30b82e3
Adjustments to zero-depth A/N
2023-04-01 19:09:48 +03:00
SillyLossy
119309a778
Speedup poe generation for jailbroken chats
2023-04-01 17:41:47 +03:00
SillyLossy
885ef0c37c
Save some OAI tokens
2023-04-01 03:11:20 +03:00
SillyLossy
dcd9ef3127
Don't duplicate example messages on OAI with pin examples
2023-04-01 02:52:51 +03:00
SillyLossy
5e5baa5249
Name of imported/created character
2023-04-01 02:22:53 +03:00
SillyLossy
a82c9af78e
Big avatars style
2023-04-01 01:59:43 +03:00
SillyLossy
2a03e7879d
Massive skill issue
2023-03-31 23:31:41 +03:00
Cohee
41a41732d1
Merge pull request #19 from SillyLossy/dev
...
Dev
2023-03-31 21:57:45 +03:00
SillyLossy
d73ae6d0f7
Fix memory leak in OAI tokenizer
2023-03-31 21:56:24 +03:00
SillyLossy
3acb43a7a4
Placeholders are not working in A/N / some extra suggestions about it SillyLossy/TavernAI#18
2023-03-31 20:56:41 +03:00
RossAscends
374d7ddcb6
updated help message to reflect bias strictness
2023-03-31 23:32:45 +09:00
RossAscends
ef52e20986
made bias triggering stricter
...
{ } >>> {{ }}
2023-03-31 23:31:08 +09:00
RossAscends
e4bf4026de
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-31 22:46:06 +09:00
RossAscends
868515b898
fixed codeblocks overflowing chat window
2023-03-31 22:46:01 +09:00
SillyLossy
a81056d7e3
Sex update
2023-03-31 15:58:40 +03:00
SillyLossy
94abd80bb2
Experimental: always pad tokens in OpenAI
2023-03-31 10:43:11 +03:00
RossAscends
5cdac69f7a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-31 12:50:08 +09:00
RossAscends
83e5fdf2cb
fixed codeblocks overflowing chat
2023-03-31 12:49:55 +09:00
SillyLossy
2d839d0955
Save old swipes
2023-03-31 01:46:17 +03:00
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
Cohee
6126710795
Merge pull request #17 from SillyLossy/dev
...
Dev
2023-03-30 19:49:33 +03:00
SillyLossy
1022f3836f
Close message editor with escape key
2023-03-30 19:36:20 +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
a12fa50b17
Merge branch 'main' into dev
2023-03-30 12:02:52 +03:00
SillyLossy
1dc92ffff5
Fix API connect button getting blocked by AdBlock
2023-03-30 11:58:16 +03:00
SillyLossy
ec3d3d6247
Sanitation adjustments
2023-03-30 00:44:38 +03:00
Cohee
b9ae8efc5b
Update readme.md
2023-03-29 22:45:55 +03:00
Cohee
95b5ada024
Update readme.md
2023-03-29 22:42:01 +03:00
Cohee
f9a6cfc806
Merge pull request #14 from SillyLossy/dev
...
Dev
2023-03-29 22:14:38 +03:00
SillyLossy
c20df162df
Add transparent bg option
2023-03-29 22:06:47 +03:00
SillyLossy
ede612c324
Adjust text styles
2023-03-29 21:51:24 +03:00
SillyLossy
21b6ae0168
Fix options popup having offset in group chats
2023-03-29 21:29:08 +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
7371a02991
Allow to regen first message
2023-03-29 16:47:07 +03:00
SillyLossy
54678c2fe6
Chat deletion should actually work
2023-03-29 01:31:08 +03:00
SillyLossy
e5a7f579ea
Editing bugfixes
2023-03-29 01:08:57 +03:00
SillyLossy
bae5567138
Rename floating prompt extension
2023-03-29 00:47:25 +03:00
SillyLossy
45df23ff9a
Block reordering while generating
2023-03-29 00:47:09 +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
9d512e09bc
Smarter zero depth note
2023-03-28 21:51:37 +03:00
SillyLossy
ca889b420a
Add jailbreak as a system message option
2023-03-28 21:13:52 +03:00
SillyLossy
b9a767ff15
Add missing fast mode styles
2023-03-28 21:06:00 +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
7c4f06e4d9
Apply full markdown to group messages
2023-03-28 18:49:50 +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
2836b93463
Advanced edit (partial)
2023-03-28 12:48:23 +03:00
Cohee
31ec4f078e
Update readme.md
2023-03-28 12:26:11 +03:00
Cohee
c1124d58a0
Merge pull request #11 from davidhahn88/dev
...
gpt-4 option
2023-03-28 00:44:52 +03:00
davidhahn88
2d66b72735
Update index.html
...
Added an option for GPT4
2023-03-27 22:56:54 +02:00
SillyLossy
b71d7006ab
Display optional modules for extensions
2023-03-27 23:48:13 +03:00
SillyLossy
b65e8b4286
Unify hover colors
2023-03-27 23:40:36 +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
ab6b1a2f0f
Up text readability a bit
2023-03-27 23:25:57 +03:00
SillyLossy
a9ad722841
Less bg blur
2023-03-27 23:10:08 +03:00
SillyLossy
1d7c63ee77
Improve readability of chats
2023-03-27 23:07:21 +03:00
SillyLossy
190bfdd3f4
Don't block send on ooba API error
2023-03-27 22:07:35 +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
3b547c24aa
Better WI editor header
2023-03-27 21:16:15 +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
d18f005268
Properly restore current char on import (nasty!)
2023-03-27 19:46:27 +03:00
SillyLossy
b9a192c524
Pretty cursor on bg selection. Why not?
2023-03-27 19:33:53 +03:00
SillyLossy
f8200e914e
Properly load memory default settings
2023-03-27 19:23:16 +03:00
SillyLossy
a48cf50756
Properly disable inputs in KAI GUI mode
2023-03-27 19:23:02 +03:00
SillyLossy
1842bef60d
Combine KAI advanced notes
2023-03-27 19:08:00 +03:00
SillyLossy
1cbda8a6ea
Fix anchors block formatting
2023-03-27 19:06:02 +03:00
SillyLossy
4d73ee7dd8
Don't close drawer on clicks inside world popup
2023-03-27 19:00:05 +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
72f5e12016
More contrast italic action styles.
2023-03-27 18:51:10 +03:00
SillyLossy
af053b3d3a
Don't close drawer on click-drag outside of it
2023-03-27 18:39:16 +03:00
SillyLossy
7fb8166e7b
Don't switch BG on delete click
2023-03-27 18:27:43 +03:00
SillyLossy
1e73248520
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-27 18:25:49 +03:00
SillyLossy
b40ee7236c
Fix backgrounds resetting on upload click
2023-03-27 18:24:20 +03:00
Cohee
4c4ff5f12b
Update bg_load.css
2023-03-27 18:20:01 +03:00
SillyLossy
3d41e68a8f
Bump version
2023-03-27 18:16:26 +03:00
SillyLossy
9b3613c63c
Add author's note to floating prompt extension
2023-03-27 01:43:46 +03:00
SillyLossy
96faff5b2e
Fix right nav closing on character create / delete / popup click
2023-03-26 22:17:18 +03:00
SillyLossy
0e00e1b363
Fix dialogue popup cancel
2023-03-26 21:56:49 +03:00
SillyLossy
eeb6a281d9
Group chats prompt fix
2023-03-26 18:59:35 +03:00
Cohee
906ed9f284
Update issue templates
2023-03-26 18:57:44 +03:00
Cohee
964bbda8a4
Update issue templates
2023-03-26 18:55:54 +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
a9b52767a5
Fix force name2 triggering on pygmalion
2023-03-25 23:26:49 +02:00
RossAsscends
660c816106
my humble submission to old pyg model, the only one i can current use locally.
2023-03-25 17:13:03 +09:00
SillyLossy
08560c5d10
Prepend extension prompt with newline
2023-03-25 01:18:44 +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
73b76d3974
Avatars thumbs improved
2023-03-24 21:28:17 +02:00
SillyLossy
1bf3377a70
Reduce log spam
2023-03-24 21:14:28 +02:00
SillyLossy
68bf2f3400
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-24 21:13:01 +02:00
SillyLossy
fd2c74b8ec
Thumbnail user avatars
2023-03-24 21:12:57 +02:00
RossAsscends
968bc5025a
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-25 03:32:34 +09:00
RossAsscends
3e1e5439d0
added lin on OAI connection tab to check API usage stats
...
CSS tweak to make drop selector inputs narrower
2023-03-25 03:32:29 +09:00
SillyLossy
e609ed719e
Fix config
2023-03-24 19:43:33 +02:00
SillyLossy
5fa42387d7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-24 19:42:44 +02:00
SillyLossy
82e771df0d
Wrap long extension settings to inline drawers
2023-03-24 19:42:19 +02:00
RossAsscends
255617e085
moved #options popper -20px on x-axis to align with chat edge
2023-03-25 01:53:33 +09:00
RossAsscends
9c4ed44b5e
fixed #options popper with offset
2023-03-25 01:51:30 +09:00
RossAsscends
800bd0980f
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-25 01:13:13 +09:00
RossAsscends
b7f7a2cd3d
Fixed swipes not showing on iOS (a CSS grid bug)
...
removed opacity transitions from edit_mes elements
Mobile UI:
- turned off pinch zooming
- fixed page body so it can't be scrolled off screen
CSS
- send_but more opaque to be seen on light BGs
- replaced mes_edit unicode pencil with SVG
- replaced mes_edit done and cancel images with menu_buttons
-- easier to tap on mobile
- reduced mobile body font from 18px to 16px;
- fixed select_chat_popup vertical sizing on mobile
- gave chat, send_form, and large popups opaque borders on mobile
2023-03-25 01:10:01 +09:00
Cohee
66fd7123bc
Update readme.md
2023-03-24 15:18:10 +02:00
SillyLossy
b5b9538c08
"Back to main" option for bookmarks
2023-03-24 15:15:26 +02:00
RossAsscends
662cce8c6c
cleaned up process of post-chat deletion handling
...
not a smart solution, but it works without error
2023-03-24 15:21:06 +09:00
RossAsscends
f45ea2a5a2
fixed display bug in past chat deletion
2023-03-24 15:06:12 +09:00
RossAsscends
e1a337f140
Added Past Chat File Delete Function
2023-03-24 13:55:34 +09:00
RossAsscends
bd7e7c6379
Cleaned up Past Chats view
...
- normalized borders
- character name at the top of popup
- added grey border
2023-03-24 12:49:31 +09: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
afab72dfd7
Rearrange status bars
2023-03-23 13:10:01 +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
SillyLossy
c75fd0379d
Thumbnails cache ensure
2023-03-23 11:10:14 +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
RossAsscends
4e8739b7c7
TFS slider set to 0.01 step for higher accuracy at high levels
2023-03-23 14:36:30 +09:00
RossAsscends
7ea6f7f8e1
TFS slider set to 0.01 step for higher accuracy at high levels
2023-03-23 14:36:09 +09:00
RossAsscends
5dc62f78b4
disabled spammy coneole.logs
2023-03-23 13:13:43 +09:00
SillyLossy
5c537e6eb8
Add chat bookmarking
2023-03-23 03:14:06 +02:00
SillyLossy
a67e72ba1c
Add map file
2023-03-23 01:07:57 +02:00
SillyLossy
abad09caa3
Merge branch 'main' into dev
2023-03-23 00:16:03 +02:00
SillyLossy
100e572aae
Hotfix oobabooga API + message bias formatting
2023-03-23 00:12:48 +02:00
SillyLossy
2821f2d6a5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 21:18:46 +02:00
SillyLossy
a82c07548b
Add backgrounds thumbnailing
2023-03-22 21:18:43 +02:00
RossAsscends
40433c6ddf
moved settings tab titles to the icons, not the whole drawer
2023-03-23 03:31:02 +09:00
RossAsscends
65cbf1fb9d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-23 03:26:39 +09:00
RossAsscends
b24f39bd5f
- moved autoconnect checkbox to server tab
...
- added mouseover titles to settings tabs
- made a new icon for 'create new group'
2023-03-23 03:26:34 +09:00
SillyLossy
67e30681e7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 20:25:10 +02:00
SillyLossy
801952f97b
Rename oobabooga's setting
2023-03-22 20:25:06 +02:00
RossAsscends
dc79f678c3
moved location of some AI config toggles
...
moved various API presets into the sliders tab
-so we can see what the presets are doing in real time.
2023-03-23 02:08:38 +09:00
RossAsscends
cde51513da
caption extension now adds the caption to the img title attribute
2023-03-23 01:08:21 +09:00
RossAsscends
d4524e1e0e
fixed autoconnect spamming on page load
2023-03-23 00:30:16 +09:00
RossAsscends
65f598fde3
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 23:56:13 +09:00
RossAsscends
125c48690b
fixed bug with common gen settings not displaying for non-OAI
2023-03-22 23:56:10 +09:00
SillyLossy
ff4b0e17f5
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 16:53:04 +02:00
SillyLossy
3fe0e629c0
Force name2 advanced option
2023-03-22 16:53:01 +02:00
RossAsscends
1588c88100
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 23:47:21 +09:00
RossAsscends
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
SillyLossy
a575b072da
Context size returned.
2023-03-22 16:00:18 +02:00
RossAsscends
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
SillyLossy
c44bb9bb41
Tweak name sanitation logic
2023-03-22 14:52:56 +02:00
SillyLossy
bbe6583e03
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 12:42:06 +02:00
SillyLossy
2e5244eec4
Force disable streaming
2023-03-22 12:42:04 +02:00
RossAsscends
a96ff7049c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 19:35:00 +09:00
RossAsscends
d271dd2c97
midway through changes to right nav state saving
2023-03-22 19:34:56 +09:00
SillyLossy
6aa7bef671
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 12:29:10 +02:00
SillyLossy
4e2bc3e80a
OpenAI fixes
2023-03-22 12:29:07 +02:00
RossAsscends
3ebca48279
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 19:20:57 +09:00
RossAsscends
3d0abbaf9d
top settings now close when user clicks away
2023-03-22 19:20:51 +09:00
SillyLossy
34a2436a67
Enable whitelist by default
2023-03-22 10:55:56 +02:00
RossAsscends
ba9b4696bb
fixed widths for BG and sliders drawers
2023-03-22 11:32:02 +09:00
RossAsscends
41266b353c
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 09:44:13 +09:00
RossAsscends
9ed03185fb
brought right nav into the top
...
finetuned the top-settings-holder display widths and spacing
2023-03-22 09:44:03 +09:00
SillyLossy
2b3856d879
Merge branch 'main' into dev
2023-03-22 02:36:48 +02:00
SillyLossy
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
SillyLossy
7cce26bd22
Add world info support for OAI. Fix regens
2023-03-22 01:16:16 +02:00
SillyLossy
edab2e84b9
More credits
2023-03-22 00:51:06 +02:00
SillyLossy
fe0fd95720
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-21 23:31:34 +02:00
SillyLossy
e6413d0905
OpenAI support (by @CncAnon1)
2023-03-21 23:31:26 +02:00
RossAsscends
4d4a9b97a5
fix typo in autoconnect
2023-03-22 01:17:17 +09:00
RossAsscends
12eef00da2
changeMainAPI now resets online status on API change
2023-03-22 01:14:47 +09:00
RossAsscends
bd47521ed6
corrected border CSS for chat and form_send
2023-03-22 00:55:51 +09:00
RossAsscends
343b6c21f9
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 00:48:31 +09:00
RossAsscends
afda35876c
edit message button hides on the currently generating swipe
...
reshows when complete
2023-03-22 00:48:23 +09:00
SillyLossy
7292c86735
Fix oobabooga popup type
2023-03-21 17:25:40 +02:00
RossAsscends
2e9a36b0cc
updated autoconnect to reference nai_settings.api_novel_key
2023-03-22 00:22:00 +09:00
SillyLossy
15af85c77d
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-21 17:17:05 +02:00
SillyLossy
7ec99c705a
Forgot script js
2023-03-21 17:15:11 +02:00
RossAsscends
ecced62bc7
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-22 00:13:19 +09:00
RossAsscends
93d421e029
autoconnect is less spammy now.
2023-03-22 00:10:51 +09:00
SillyLossy
24cee20cfb
Fix bias positioning
2023-03-21 17:06:00 +02:00
SillyLossy
f6a0a2b65c
Move novel settings to separate file
2023-03-21 17:05:51 +02:00
SillyLossy
dc9e8add6f
Ensure public directories exist
2023-03-21 15:56:02 +02:00
SillyLossy
5f39014f91
Ooobabooga settings to separate file
2023-03-21 15:48:23 +02:00
SillyLossy
624b843f79
Added mime filter
2023-03-21 15:10:58 +02:00
SillyLossy
d6fbe65bbb
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-21 14:49:35 +02:00
SillyLossy
f705f12f34
File names sanitation
2023-03-21 14:49:27 +02:00
RossAsscends
43a461c580
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-03-21 21:47:33 +09:00
SillyLossy
20c6cb242b
Sanitizing
2023-03-21 14:30:06 +02:00
SillyLossy
8fef5288b9
Shadow popup position fix
2023-03-21 14:18:50 +02:00
SillyLossy
e268fbb9b1
Top character bar fixed
2023-03-21 14:14:37 +02:00
RossAsscends
ca9a5c72ea
top settings connect icon is now red when disconnected
2023-03-21 21:08:15 +09:00
SillyLossy
11d31b7a17
Update right nav css
2023-03-21 13:24:08 +02:00
SillyLossy
324398a9ed
Fix CSS
2023-03-21 13:14:12 +02:00
SillyLossy
8893b024ca
Update gitignore
2023-03-21 13:09:01 +02:00
SillyLossy
09fd3b16cf
Merge branch 'dev-settings-on-top' into dev
2023-03-21 13:01:17 +02:00
SillyLossy
a9061efa36
Post-merge HTML update
2023-03-21 12:56:00 +02:00
SillyLossy
19a05e8e43
Merge branch 'dev-settings-on-top' into dev
2023-03-21 12:53:47 +02:00
RossAsscends
2b1cadc7cb
fix for template avatarImg, replaced with empty src
2023-03-21 19:46:25 +09:00
RossAsscends
1adea9305e
keyboard hotkey Ctrl+Up now works with novel and ooba
2023-03-21 19:03:24 +09:00
RossAsscends
5f32055a64
updated AutoConnect to work with NAI and OobaWebUI
2023-03-21 18:29:38 +09:00
RossAsscends
4ddeeab3cc
fixed Novel API key not being displayed
...
(also confirmed NAI works)
2023-03-21 18:15:02 +09:00
RossAsscends
2d0d735528
post-bg update, fixing gitignore.
2023-03-21 17:54:28 +09:00
RossAsscends
c60cafda45
restored default BGs (renamed with "TAI-" prefix)
...
added 50+ new BGs of various themes
(these can/should be curated further before release)
currently total file size is 18MB,
TAI's original 10 PNGs were 15MB
Themes:
- anime highschool/university
- beach
- bedroom
- tatami room
- cyberpunk
- fantasy landscape
- fantasy city
- taverns
- hellscape
- post apocalypse
- redlight distrcits
- muted patterns
- bokeh
2023-03-21 17:54:05 +09:00
RossAsscends
2c9805858a
- fixed display of ooba and novel settings
...
- made server respond with BGs in filename alphabetical order
- removing default BGs for renaming (will replace manually)
- CSS: transparent grey border to chat and form_send for visibility on dark BGs
- CSS: sheld is now centered with 'absolute'
- CSS: top-settings are now same width same as chat on PC
2023-03-21 17:42:42 +09:00
SillyLossy
1785c2ac95
Post-merge generation fix
2023-03-21 03:01:27 +02:00
Cohee
cc42dcf555
Update readme.md
2023-03-21 02:34:59 +02:00
Cohee
b124c5c87d
Update readme.md
2023-03-21 02:34:09 +02:00
Cohee
4c9ce79811
Update readme.md
2023-03-21 02:33:41 +02:00
Cohee
c414a20221
Update readme.md
2023-03-21 02:32:31 +02:00
Cohee
847a179b7a
Update readme.md
2023-03-21 02:32:08 +02:00
SillyLossy
1a1f445a14
Merge branch 'dev-settings-on-top' into dev
2023-03-21 01:09:06 +02:00
Cohee
8bae9d8472
Update readme.md
2023-03-20 19:28:20 +02:00
Cohee
df8e44e527
Update readme.md
2023-03-20 19:22:57 +02:00
RossAsscends
ea43b8c441
added a few missing semicolons
2023-03-20 17:50:40 +09:00
RossAsscends
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
RossAsscends
b6332d4939
a few CSS changes for mobile displays
...
takes into account top-settings-holder occupying 40px of vertical space
2023-03-20 15:31:47 +09:00
RossAsscends
3f49c69328
Merge branch 'dev-settings-on-top' of https://github.com/SillyLossy/TavernAI into dev-settings-on-top
2023-03-20 01:45:18 +09:00
RossAsscends
fe9dec1fea
css fix, top border fix for large popups (world/character)
...
(top settings div does the 40px margin work for us now)
2023-03-20 01:45:03 +09:00
RossAscends
7b947c96d7
manual add bgload back in via webui
2023-03-20 01:36:41 +09:00
RossAsscends
e67d6baffe
remove bgload to fix gitignore
2023-03-20 01:35:14 +09:00
RossAsscends
b0405955e3
gitignore fiddling
2023-03-20 01:34:10 +09:00
RossAsscends
d2914ccbeb
Merge branch 'dev-settings-on-top' of https://github.com/SillyLossy/TavernAI into dev-settings-on-top
2023-03-20 01:31:01 +09:00
RossAsscends
2840305d29
removed PNG backgrounds
2023-03-20 01:30:18 +09:00
RossAscends
e58e3e4df8
added JPG backgrounds, remove PNG
2023-03-20 01:29:47 +09:00
RossAsscends
b0d6e6d0c3
added bg menu to top settings
...
restyled range sliders
style fix for right nav (L/R padding had disappeared somehow; fixed)
2023-03-20 00:57:56 +09:00
RossAsscends
79fea63198
put settings on top
...
right nav is only for character management now.
rewrote the drawer toggle to handle multiple drawers.
2023-03-19 18:45:39 +09:00