822d50be9c
Forgot to edit server.js too when adding top_p for OpenAI
2023-05-06 02:18:19 +09:00
cae2a6ed71
Add group scenario override
2023-05-05 19:45:59 +03:00
f86f42fad7
Add top_p to OpenAI parameters UI
2023-05-06 00:49:47 +09:00
99b2f499d3
TTS plugin adjustments
2023-05-05 18:14:33 +03:00
f9d3120338
Add optional {{char}} display name visible in formatted messages
2023-05-05 17:52:19 +03:00
a8c47037ac
Merge branch 'dev' of http://github.com/cohee1207/SillyTavern into dev
2023-05-05 15:57:49 +03:00
efdaf30afd
Add a safety check on chat file parsing
2023-05-05 15:56:48 +03:00
b9797f2d53
Don't send SD model with gen request
2023-05-05 15:16:39 +03:00
ceec8b12de
better /sd you prompt for AI
2023-05-05 20:12:30 +09:00
868a01a9d8
Merge pull request #234 from paniphons/main
2023-05-05 12:36:26 +03:00
24420a8235
Update FAQ with Claude and 2 self-hosted HF models
2023-05-05 16:28:44 +07:00
5f0d539134
fixed zoomed avatars
...
- broke due to wrapped div added around avatar for timer spacing
2023-05-05 17:37:23 +09:00
1d10b8f390
Adjust system TTS
2023-05-05 02:44:23 +03:00
92e508a076
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-05 06:18:57 +09:00
5cd3d0cf81
edited char msgs can now show (charname):
...
- also better SD world prompt
2023-05-05 06:18:55 +09:00
aa2d8adff0
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 23:32:12 +03:00
d3165ba69b
Add system TTS provider to the extension
2023-05-04 23:32:10 +03:00
35c0fa9c4b
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-05 03:03:36 +09:00
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
0d1ce6fd9a
Fix addSpace in getStoppingStrings (unused)
2023-05-04 20:37:21 +03:00
19a4534d78
#230 Make recursive scanning of WI entries optional
2023-05-04 20:28:01 +03:00
1f1a9a9e04
Merge pull request #229 from bfs15/dev
...
Fixed newlines getting eaten
2023-05-04 19:27:18 +03:00
6faea7f93d
Fixed newlines getting eaten
2023-05-04 13:23:00 -03:00
cb7357dd4e
SD generation for groups
2023-05-04 19:06:21 +03:00
ed07ce3061
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 23:54:46 +09:00
60fdc391ba
is_user 'name' saved as name1 in chat JSONL
2023-05-04 23:54:44 +09:00
53af1448dc
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 17:52:47 +03:00
1647b7e2cc
Fix SD not loading models and samplers
2023-05-04 17:52:45 +03:00
370033f857
fixed WI entry secondary height
2023-05-04 23:09:54 +09:00
e7d7f2b822
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 22:45:08 +09:00
6d96b23dcc
fixed WI entry scroll auto-height adjustments
2023-05-04 22:45:06 +09:00
d4b44d04da
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 16:21:16 +03:00
9016c39983
(Possible) Fix for #228 - cache tiktoken tokenizer instances. Remove event listeners from close socket events.
2023-05-04 16:21:14 +03:00
498800577e
smart sizing for in-chat images
2023-05-04 21:31:48 +09:00
e4db21ccc9
#224 Add a button to force a one-character next reply in groups
2023-05-04 14:43:05 +03:00
ed11a39eb2
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 20:19:27 +09:00
54e3f7fcdc
group member arrows stacked vertically
2023-05-04 20:19:25 +09:00
1d4b0afb31
Fix tag editor triggering editable sliders logic
2023-05-04 14:18:10 +03:00
c4787265a1
Fix Webp imports from CharHub
2023-05-04 14:11:19 +03:00
9d59bfd648
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
2023-05-04 19:57:32 +09:00
88b97c8eac
wrapper for avatar and timer
2023-05-04 19:57:31 +09:00
989f984cc7
Add group members not currently generating a reply to a stopping strings arrays. #225
2023-05-04 13:55:58 +03:00
282c74871e
Update readme.md
2023-05-04 13:37:09 +03:00
29dc6ea74b
Update readme.md
2023-05-04 13:36:27 +03:00
07787c0612
Create LICENSE
2023-05-04 13:33:45 +03:00
78e6d93460
typo
2023-05-04 17:43:24 +09:00
75574e8cc0
better default Poe.com character nudge
2023-05-04 17:38:02 +09:00
14d4c8def4
smarter WI entry mass expander/collapser
2023-05-04 17:16:40 +09:00
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
9c62783e08
Editable slider labels
2023-05-04 01:00:00 +03:00