Cohee
2bbc40a796
Bump package version
1.7.3
2023-06-29 12:20:00 +03:00
RossAscends
0c55d36a2b
sync dev poe fix with main
2023-06-29 17:06:17 +09:00
RossAscends
29e0a8335b
smart detection of data vs payload on poe api
2023-06-29 14:10:30 +09:00
RossAscends
084d17dc19
revert poe changes. data>>payload
2023-06-29 12:13:28 +09:00
Cohee
3b99f7839b
Bump package version
1.7.2
2023-06-29 01:10:04 +03:00
Cohee
7c6c2ee8b6
Fix Poe
2023-06-29 01:09:34 +03:00
Cohee
c873a6b04c
Fix npm audit.
2023-06-23 13:53:37 +03:00
Cohee
d4332aa7ec
No audit to npm install
2023-06-22 20:50:01 +03:00
Cohee
267db5166f
Merge pull request #550 from v86861062/main
...
start.sh: Fixed the commands
2023-06-22 12:41:28 +03:00
v86861062
0e45450912
start.sh: Fixed the commands
...
Signed-off-by: v86861062 <v86861062@gmail.com >
2023-06-22 12:19:35 +08:00
Cohee
a37922ad59
Merge pull request #544 from BlipRanger/patch-3
2023-06-21 09:57:44 +03:00
BlipRanger
e4a6bdb389
Update readme.md
...
Add BlipRanger
2023-06-20 20:33:46 -04:00
RossAscends
a43f99b492
new base themes
2023-06-18 23:57:30 +09:00
Cohee
c890da2877
Fix server crash when KoboldCpp server goes offline and stop is clicked
2023-06-16 14:11:52 +03:00
Cohee
bec6227aaf
Merge branch 'main' of https://github.com/SillyLossy/TavernAI
2023-06-16 12:55:08 +03:00
Cohee
6a2a0efc84
Don't run streaming with Kobold on quiet gens #504
2023-06-16 12:55:02 +03:00
Cohee
b09ea054df
Bump package version
1.7.1
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
1.7.0
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