Commit Graph

739 Commits

Author SHA1 Message Date
kwaroran
f06a982db2 bump version to 1.24.2 2023-06-08 09:02:24 +09:00
kwaroran
3f4b50047d [feat] added nsfw toggle, sorting option to realm 2023-06-08 09:01:37 +09:00
kwaroran
27f935eef7 Merge branch 'dev' into autotranslateinput 2023-06-08 08:34:08 +09:00
kwaroran
37fb6c3071 conflict fix 2023-06-07 09:48:42 +09:00
kwaroran
833310ba83 bump version to 1.24.1 2023-06-07 09:48:11 +09:00
kwaroran
8829a90774 [feat] better supamemory 2 2023-06-07 09:47:27 +09:00
kwaroran
b211b256c2 [feat] better supamemory 2023-06-07 09:46:23 +09:00
kwaroran
9974ff0df1 [refactor] transformer tokenizer 2023-06-07 09:23:29 +09:00
kwaroran
b631da7e72 [fix] unstringlize novellist 2023-06-07 09:00:21 +09:00
kwaroran
f37ae13d83 [feat] novellist api 2023-06-07 08:57:42 +09:00
LL
89dc9c8c80 [feat][experimental] Add auto-translate input message functionality and language support in chat panel and settings
This commit adds new entries in the language files and UI support for auto-translate messages.

The new feature uses a textarea input field to translate messages as they are typed, and the translated text is shown in a new field. Also, the language settings now provide an option to enable/disable auto message translation.

The code changes include adding a new function to update the input sizes for both input fields and some minor code refactoring to support new functionality.
2023-06-06 18:37:19 +09:00
LL
54c6a9ef9c Add copy chat message feature in Chat panel and enable usage in 'use chat copy' setting.
- Added 'copied' string to language translation in multiple translations file.
- Added 'CopyIcon' to svelte import.
- Defined a new status message variable in Chat.svelte.
- Created a new function 'setStatusMessage' to display the current panel's state after certain action.
- Added a new setting 'useChatCopy' in 'DisplaySettings.svelte'.
- Created a checkbox with label 'useChatCopy' to toggle the Chat message copy.
- Integrated Clipboard API in Chat code to handle chat message copy via button click.
2023-06-06 12:36:37 +09:00
kwaroran
f771fe3890 bump version to 1.24.0 2023-06-06 09:28:18 +09:00
kwaroran
b8ed9fd1ec [feat] claude support 2023-06-06 09:19:57 +09:00
kwaroran
9435675b26 [fix] sanitize src fix 2023-06-06 07:21:52 +09:00
kwaroran
35707ecc46 [feat] sanitize performace 2023-06-06 07:19:18 +09:00
kwaroran
0ff767e454 [feat] added background embedding 2023-06-06 07:17:19 +09:00
kwaroran
511adcb720 bump version to 1.23.3 2023-06-05 08:41:54 +09:00
kwaroran
a61bf24e36 [feat] tag visible in realm 2023-06-05 08:40:47 +09:00
kwaroran
1c672a13af [feat] added hub pages 2023-06-05 02:19:13 +09:00
kwaroran
64f548515f bump version to 1.23.2 2023-06-05 02:10:36 +09:00
kwaroran
d8c4563c4d [fix] invaild tag nsfw 2023-06-04 16:45:40 +09:00
kwaroran
c4b0943aef bump version to 1.23.0 2023-06-04 10:54:20 +09:00
kwaroran
495b2a4d47 [feat] import from id 2023-06-04 10:45:05 +09:00
kwaroran
de1c338f9a [feat] realm upload and search 2023-06-04 05:58:58 +09:00
kwaroran
c80b22a728 [feat] basic mainmenu 2023-06-03 23:58:24 +09:00
kwaroran
02878958b6 [feat] basic risuhub 2023-06-03 06:10:26 +09:00
kwaroran
a8353b79f2 bump to 1.22.4 2023-06-01 08:06:19 +09:00
kwaroran
6306e5a1de [fix] supaMemory 2023-06-01 08:03:14 +09:00
kwaroran
1ec3f004af Merge branch 'dev' into dev 2023-05-31 23:03:13 +09:00
kwaroran
d7f3d35b60 [feat] moved suggest prompt 2023-05-31 23:01:35 +09:00
LL
113005e600 [FIX] invalid removeItem address 2023-05-31 20:22:28 +09:00
ASDF9999
332cf43935 Merge branch 'kwaroran:dev' into dev 2023-05-31 18:13:23 +09:00
LL
7e6a0940dc Improve default AutoSuggest prompt, User,Character name placeholder applied 2023-05-31 18:12:30 +09:00
kwaroran
f7856dc4dd [feat] added 'Use Probability Condition' in lorebook 2023-05-31 10:25:53 +09:00
kwaroran
8e5df44090 bump version to 1.22.1 2023-05-31 08:34:20 +09:00
kwaroran
22c646ae5d [fix] group chat activation & talkness 2023-05-31 08:33:49 +09:00
kwaroran
e4d956d0d6 [fix] token fix 2023-05-31 05:50:08 +09:00
kwaroran
9ec3b5cd14 bump version to 1.22 2023-05-31 05:30:02 +09:00
kwaroran
cf93e5c6f1 Merge branch 'dev' into dev 2023-05-31 05:27:32 +09:00
kwaroran
f98764776e [fix] tokenizer problems 2023-05-31 05:26:10 +09:00
kwaroran
7ea768cb5b [feat] better group chat 2023-05-31 05:08:46 +09:00
ASDF9999
ce3e1a4bf4 Merge branch 'kwaroran:dev' into dev 2023-05-30 22:44:22 +09:00
LL
fc0c50c331 add AutoSuggest Component
add fetch abort control parameter
2023-05-30 22:43:48 +09:00
kwaroran
7805092992 bump version to 1.21.1 2023-05-30 20:38:11 +09:00
kwaroran
71b02cf104 [fix] tokenize problem 2023-05-29 20:41:33 +09:00
kwaroran
bdf00126cc bump version to 1.21.1 2023-05-29 17:43:31 +09:00
kwaroran
f2b64f2334 [fix] fix kobold 2023-05-29 17:41:59 +09:00
kwaroran
d084f1eb1e [fix] node server secutity 2023-05-29 17:37:28 +09:00
kwaroran
5f6b82a938 [fix] jailbreak openai 2023-05-29 15:27:15 +09:00