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
141a60f5f0
Add logit bias
2023-04-23 21:54:21 +03:00
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
c821b1fba4
Add option to start server with basic authentication enabled
2023-04-23 18:10:44 +02:00
388d982040
Add OpenAI API usage
2023-04-23 18:48:46 +03:00
4fd5d90e70
Revert autorun URL opening on 0.0.0.0
2023-04-22 23:56:56 +03:00
20801f8603
Fix ssl
2023-04-22 23:27:15 +03:00
652e44c74f
Hotfix
2023-04-22 22:44:46 +03:00
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
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
0b1e1625b0
Merge branch 'main' into feature/ssl-encryption
2023-04-22 21:05:22 +02:00
152dc97ebe
condition check menu type so that clicking on fav wont submit the create chara form
2023-04-23 02:54:57 +08:00
21586ab139
Update relative paths
2023-04-22 21:49:50 +03:00