kwaroran
c7d74b4127
[test] prevent contextmenu when only polyfilled
2023-06-18 22:16:10 +09:00
kwaroran
aab32c5b09
[feat] jailbreak removal
2023-06-18 22:13:17 +09:00
kwaroran
12ba41c696
[feat] background embeding suppor
2023-06-18 22:06:38 +09:00
kwaroran
1d838b4140
[feat] download enchantments
2023-06-18 21:58:12 +09:00
kwaroran
fb9bd8d342
[feat] css full support
2023-06-18 21:11:42 +09:00
kwaroran
ad5e3db0ae
[feat] realm enchanments
2023-06-16 13:34:02 +09:00
kwaroran
1ad286561e
bump to 1.25.7 & smol fix
2023-06-15 21:05:31 +09:00
kwaroran
ffcffad465
[feat] classic max width
2023-06-15 21:05:06 +09:00
kwaroran
43cf738324
[feat] sync improvements
2023-06-15 12:11:49 +09:00
kwaroran
f2af588f87
bump verison to 1.25.6
2023-06-15 10:12:47 +09:00
kwaroran
10bd1fe2ad
[fix] loads emotion when loading supamemory
2023-06-15 10:10:20 +09:00
kwaroran
7e63521cc1
bump to 1.25.5
2023-06-14 23:15:39 +09:00
kwaroran
0884c445a0
[feat] gpt 0613 additions, some fixes
2023-06-14 23:14:44 +09:00
kwaroran
1c170ef8a7
[feat] prompt role formater
2023-06-14 23:00:13 +09:00
kwaroran
415a8a07e4
[test] oai function call
2023-06-14 22:40:01 +09:00
kwaroran
0b5c765da2
[feat] better proxy resolve
2023-06-14 13:31:41 +09:00
kwaroran
e45483a8c6
bump version to 1.25.4
2023-06-14 10:24:00 +09:00
LL
3237ca2344
[feat] Update AI model settings for GPT-3.5 and add GPT-3.5 Turbo 16k option
...
The commit updates AI model settings for GPT-3.5 by allowing up to 4000 tokens for context size. It also adds a new option for GPT-3.5 Turbo 16k with a maximum context of 16000 tokens. Additionally, the commit limits the context size when exceeding the maximum limit for each model.
2023-06-14 05:09:47 +09:00
kwaroran
6683a94b0f
bump to 1.25.3
2023-06-12 19:00:45 +09:00
kwaroran
316d3be397
[feat] regex flags, fix display
2023-06-12 18:53:37 +09:00
kwaroran
70caeea169
[fix] backup not working
2023-06-12 13:30:00 +09:00
kwaroran
7b2a2dbbdb
bump version to 1.25.1
2023-06-12 12:53:07 +09:00
kwaroran
134cb6a3be
[fix] first setup message appearing every time
2023-06-12 12:52:46 +09:00
kwaroran
a715bb6134
bump version to 1.25.0
2023-06-12 12:33:20 +09:00
kwaroran
5f93b88cca
[feat] data sync first setup message
2023-06-12 12:31:39 +09:00
kwaroran
2de284f4e9
[feat] data sync
2023-06-12 12:27:01 +09:00
kwaroran
49a01a0950
[fix] image compression
2023-06-11 11:04:11 +09:00
kwaroran
32f58fef1d
examples
2023-06-10 10:32:52 +09:00
kwaroran
a4eefa2c0d
bump version to 1.24.4
2023-06-10 09:23:06 +09:00
kwaroran
077623b23d
[fix] max response error
2023-06-10 09:22:05 +09:00
kwaroran
42c0134744
bump version to 1.24.3
2023-06-10 02:41:51 +09:00
kwaroran
08cd214bcb
[fix] tokenizer problem 2
2023-06-10 02:38:36 +09:00
kwaroran
6fc60805e6
[fix] tokenizer
2023-06-10 02:27:54 +09:00
kwaroran
e88f95102b
[fix] group chat cut not working
2023-06-10 01:48:12 +09:00
kwaroran
e2b49b21dc
[fix] not working groupchat regex
2023-06-10 01:45:33 +09:00
kwaroran
dbf5f6b25a
[feat] new tokenizing
2023-06-09 22:27:34 +09:00
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