Commit Graph

602 Commits

Author SHA1 Message Date
74a11eaecc Fix deletion of world info file on empty rename 2023-05-01 21:26:51 +03:00
1fe0310de3 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-05-01 20:45:56 +03:00
0a71ff030e Properly center import chat button. Reload chat on markdown fixer toggle 2023-05-01 20:45:11 +03:00
44a2a0faf5 fix for sheld position breaking on reset after OOB
- placeholder styles for groupmember <a>
2023-05-02 02:15:42 +09:00
6f47b07063 Add group member defs peeking 2023-05-01 19:39:18 +03:00
3f37de699a Revert "#210 [OAI] Don't insert example dialogues without bots"
This reverts commit 7b9e042589.
2023-05-01 16:56:27 +02:00
5144ae2220 Simplify logic of disabling the WI entry 2023-05-01 17:43:27 +03:00
7b9e042589 #210 [OAI] Don't insert example dialogues without bots 2023-05-01 17:15:16 +03:00
6f08519858 Add solo chat to group conversion 2023-05-01 15:45:44 +03:00
8853e636ae Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-05-01 14:46:08 +03:00
22f2c11d6b Merge pull request #208 from bf62963/dev 2023-05-01 12:25:40 +03:00
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
7a1c543ec5 Quick Fix to Enable Using gpt-4-0314 2023-05-01 03:53:27 +00:00
e00f6a7375 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-05-01 00:13:33 +03:00
fda1c205f8 Add convert to group button 2023-05-01 00:13:28 +03:00
8cf113050f Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-05-01 06:10:35 +09:00
fce021ce02 toggle to disable world Info entries 2023-05-01 06:10:33 +09:00
e4b16cebd6 Only autoexpand the keys of WI 2023-04-30 23:30:08 +03:00
6615d94051 Rename character as a group member.
Unify CSRF headers usage in fetch request.
2023-04-30 22:36:18 +03:00
cc65440991 Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev 2023-05-01 02:00:15 +09:00
e57f53c2fb - smart OAI reverse proxy warning 2023-05-01 02:00:13 +09:00
5ffc97d89c Display group member avatar id as a title 2023-04-30 19:51:52 +03:00
13f50db09c Update group chats internal format to support multiple chats per group and duplicate name handling 2023-04-30 19:49:49 +03:00
17403ff05b Remove waiting animation again 2023-04-30 18:47:55 +03:00
a69750e36f On-fly switch of Markdown renderers 2023-04-30 18:07:08 +03:00
564caf0621 Try to fix swipes + multigen. Fix horde validation error 2023-04-30 17:22:39 +03:00
c5b3b175db Rework title displays on Horde workers 2023-04-30 15:34:50 +03:00
336f0d3fd0 Store memory on most recent, if only one message 2023-04-30 01:39:46 -05:00
12740134e6 Avoid memory on most recent chat 2023-04-30 01:15:39 -05:00
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
2b81211f62 display results of each dice rolled for things like '2d6' 2023-04-30 13:12:00 +09:00
28addd6cad Unify button styles. Display newly added tags in filter. Fix deleted character formatting. 2023-04-30 01:23:22 +03:00
3725e38b20 Prevent generating summary if response is being generated 2023-04-30 01:09:26 +03:00
d590ead665 Add tag editor 2023-04-30 00:20:36 +03:00
7babc1cafe Handholding message for broke 2023-04-29 23:21:19 +03:00
57a5fc8ea8 Minor spelling mistake 2023-04-29 20:45:04 +03:00
3c4273b2c1 Add tags for groups #137 2023-04-29 20:26:37 +03:00
cb47cdd5d9 Rearrange group form 2023-04-29 18:43:40 +03:00
d75b1e37e5 Remove tilde delimiter from math processing 2023-04-29 18:18:05 +03:00
ac88107ef5 Smarter hide by tags 2023-04-29 17:44:15 +03:00
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
aa9db5292c Proper send on enter 2023-04-29 17:12:39 +03:00
677913d87a Add device detector 2023-04-29 15:46:10 +03:00
d625f1386e Do not act as if forEach can iterate beyond the chat array 2023-04-29 13:31:26 +02:00
303e183cda Fix disappearing personality and unreliable anchors when swiping or with system messages 2023-04-29 13:31:26 +02:00
a71b8967ac Deduplicate code for substitution in the story and the first message 2023-04-29 13:29:15 +02:00
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
717c14801d Define bottom anchor threshold in one place 2023-04-29 13:13:42 +02:00
f2d4b5ba76 Remove redundant checks for personality insertion and fix a stray space in OpenAI prompt 2023-04-29 13:13:41 +02:00
2bed84fb7a - Manage Extns. Enable/Disable obviously clickable
- reduce Fav borders to 2px
2023-04-29 19:24:06 +09:00