Commit Graph

232 Commits

Author SHA1 Message Date
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
69feecd0fa #284 Add a button to expose private keys 2023-05-12 20:20:06 +03:00
ba439bb1f6 adjust server.js to allow pkg compiled binary to work 2023-05-12 02:30:53 -07:00
71102fe7fa Fix Horde key migration 2023-05-12 12:04:41 +03:00
d963d79d44 Add display version #280 2023-05-12 11:30:30 +03:00
e374703798 Refactor API keys handling. Remove ST hosting from colab 2023-05-11 21:08:22 +03:00
ee8ae7e9c6 Add instruct presets 2023-05-10 23:51:59 +03:00
d8666128ef Add cropping of user and characters avatars. Prevent failures on webp import (Android) 2023-05-10 21:34:02 +03:00
5c7e7ba83a Check for git command before running 2023-05-09 17:55:42 +03:00
0b37c8bb2a Headers sent adjust 2023-05-09 11:21:08 +03:00
0a999dcb62 Failsafe error checking 2023-05-09 11:14:41 +03:00
256e9c2559 #252 Added client version to Horde headers 2023-05-07 14:10:03 +03:00
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
6dbe728a6d Add group stats 2023-05-06 00:28:20 +03:00
822d50be9c Forgot to edit server.js too when adding top_p for OpenAI 2023-05-06 02:18:19 +09: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
9016c39983 (Possible) Fix for #228 - cache tiktoken tokenizer instances. Remove event listeners from close socket events. 2023-05-04 16:21:14 +03:00
c4787265a1 Fix Webp imports from CharHub 2023-05-04 14:11:19 +03:00
e639666b34 Move chat renaming logic to server side. Add "quiet" reply generation mode. 2023-05-03 21:02:23 +03:00
fcd8a8886b Add OAI preset deletion button. Nicer OAI models dump. Adjust auto-connect delay 2023-05-02 22:42:39 +03:00
278e538258 remove server console spam 2023-05-03 01:28:44 +09:00
64ec7c5cd9 Past Chats displays the # of mesages in each chat 2023-05-03 01:26:53 +09:00
a04171b262 chat history view shoes filesizes now 2023-05-03 00:45:45 +09:00
7b99597432 1.4.0 CharaCloud Webp interop 2023-05-02 16:55:10 +03:00
28627e7e51 Support multiple chats per group. Fix A/N metadata not saving for groups. 2023-05-02 16:01:23 +03:00
5d41ab3d9f More reliable error handling 2023-05-01 21:19:43 +03:00
c4434c3747 Fix colons hiding in group chats. Fix jsonl chat imports hanging 2023-05-01 21:03:16 +03:00
7a1c543ec5 Quick Fix to Enable Using gpt-4-0314 2023-05-01 03:53:27 +00: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
2d624f90a6 Alternative out of quota handling 2023-04-30 17:36:50 +03:00
7babc1cafe Handholding message for broke 2023-04-29 23:21:19 +03:00
ba1a23fd88 Merge branch 'main' into dev 2023-04-29 17:19: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
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
f5dcc79022 fixed bug preventing character creation 2023-04-29 14:19:43 +09:00
545a9afc39 fix small formatting mistake 2023-04-28 17:38:41 -03:00
8ef534b84b Add option to disable thumbnail generation, opting for raw images instead 2023-04-28 17:34:32 -03:00
3cfba38ce0 New character renaming logic 2023-04-28 21:38:02 +03:00
f8373b3ba9 Catching error so server doesn't explode on this edge case 2023-04-28 01:10:02 -03:00
e4f9c7e9c6 Do not delete characters on failed WebP conversion 2023-04-27 00:59:53 +02:00
c354f8ee30 fix random bg1 not updating correctly 2023-04-26 23:10:15 +09:00
8f3da37c61 imported char's first chats get proper names 2023-04-26 22:47:43 +09:00
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
2ae28023c0 Add proper LLaMA tokenizer and tokenizer switch. Remove legacy code. 2023-04-26 00:09:45 +03:00
335d8ad440 New onboarding experience 2023-04-24 14:54:27 +03:00
87eeb0ef52 Merge branch 'main' into dev 2023-04-24 01:34:20 +03:00
2e24aea734 New oobabooga code https://github.com/oobabooga/text-generation-webui/pull/990 2023-04-24 00:54:25 +03:00
b8087850e2 Merge branch 'main' into dev 2023-04-23 22:11:14 +03:00