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
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