Commit Graph

438 Commits

Author SHA1 Message Date
kwaroran
1d84f0cae1 [feat] add automark 2023-07-18 00:28:44 +09:00
kwaroran
134efcc5d6 [fix] fix persona saving 2023-07-16 04:53:36 +09:00
kwaroran
cd11f6a863 [fix] personas 2023-07-16 04:50:34 +09:00
kwaroran
f6c5c8be9e [feat] add persona 2023-07-16 02:52:00 +09:00
kwaroran
a14e8655ae [feat] 3d loader 2023-07-16 01:33:52 +09:00
kwaroran
cf617495f9 [feat] add claude v2, v1.2 2023-07-12 22:20:17 +09:00
kwaroran
c87fb09e3e [feat] recommended button 2023-07-11 21:15:32 +09:00
kwaroran
8d447d01c7 [feat] add recommended preset 2023-07-11 13:37:18 +09:00
kwaroran
7d29cca20e [fix] openrouter streaming 2023-07-09 22:17:32 +09:00
kwaroran
77502416b5 [feat] add openrouter 2023-07-09 21:59:47 +09:00
kwaroran
d4157d3ab6 [feat] added ain param 2023-07-09 21:30:53 +09:00
kwaroran
3564190235 [feat] added ooba 2023-07-09 21:13:47 +09:00
kwaroran
56880a64cc [feat] add 0613 to reverse proxy 2023-07-09 00:41:43 +09:00
kwaroran
4650fe2d95 [fix] prox y16k display 2023-07-07 16:53:19 +09:00
kwaroran
1139de8140 [feat] sperate reverse proxy 2023-07-04 22:06:24 +09:00
kwaroran
c24ab7998c [fix] account sync display 2023-07-04 05:51:51 +09:00
kwaroran
e0a700ce9e [feat] add unmigration when logout 2023-07-04 05:40:16 +09:00
kwaroran
75271eddab [fix] fixed accountsync 2023-07-03 00:03:57 +09:00
kwaroran
1152676d14 [feat] ignore google drive 2023-07-02 20:20:09 +09:00
kwaroran
ddfaafb7cf [feat] added account sync option 2023-07-02 20:09:43 +09:00
kwaroran
8739b0f787 [feat] functional account storage 2023-06-30 05:45:51 +09:00
kwaroran
96ad8b4938 [fix] removing index 0 presets overides next preset 2023-06-29 07:45:28 +09:00
kwaroran
d52f79191d [del] hidden gd connection 2023-06-29 05:25:57 +09:00
kwaroran
3d6169b524 [feat] custom flags 2023-06-29 05:16:12 +09:00
kwaroran
68fbb99c42 [feat] added hypamemory toggle 2023-06-29 00:59:08 +09:00
kwaroran
742ac73aee [feat] add plain fetch 2023-06-26 00:06:06 +09:00
kwaroran
2f1cae91f9 [fix] stringlize ain and revert cha 2023-06-25 23:55:47 +09:00
kwaroran
3d28da7f53 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-06-25 23:07:54 +09:00
kwaroran
ca1a0afe99 [feat] Add support for chat stickers (#178)
# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [x] Did you added a type def?

# Description
- This commit adds support for chat stickers by allowing users to use
stickers in chat message window.
- The users can toggle show additional asset list using a button.
- Added Additional assets file extension data.
- Added option for additional assets preview.
- Optimized render when use streaming api. (prevent markdown again when
message not changed)
Added controls to Video/Audio Assets


[Video11.webm](https://github.com/kwaroran/RisuAI/assets/11344967/8980282f-d001-4afc-a6d9-6f6369b4cd4c)


[Video12.webm](https://github.com/kwaroran/RisuAI/assets/11344967/e0e153b8-eba6-48a5-b47d-d2dd287f32fd)
2023-06-25 23:07:44 +09:00
kwaroran
15d7b188c5 [fix] tokenizers not working 2023-06-25 21:56:02 +09:00
kwaroran
747ee3ea28 [fix] chub and description in web 2023-06-25 17:19:08 +09:00
kwaroran
6810020376 [feat] automark plugin 2023-06-24 18:18:08 +09:00
kwaroran
04a9a2cb01 [feat] clonedeep for template loading 2023-06-24 05:41:42 +09:00
kwaroran
501fead589 [feat] added preset import/export 2023-06-24 05:41:00 +09:00
kwaroran
c3fd5d7b5e [feat] add parsing fallback 2023-06-23 21:02:57 +09:00
kwaroran
4187590f56 [rm] removed request types, due to unsafe 2023-06-23 12:37:51 +09:00
LL
84a9508fe7 [fix] added AdditionalAssets Preview toggle option 2023-06-22 17:30:30 +09:00
LL
d8a5ee5b4e [feat] Add support for chat stickers
This commit adds support for chat stickers by allowing users to use stickers in chat message window.
The users can toggle show additional asset list using a button.
Added Additional assets file extension data.
Additional assets list shows preview.
Optimized render when use streaming api. (prevent markdown again when message not changed)
Added controls to Video/Audio Assets
2023-06-22 07:17:59 +09:00
kwaroran
1d838b4140 [feat] download enchantments 2023-06-18 21:58:12 +09:00
kwaroran
0884c445a0 [feat] gpt 0613 additions, some fixes 2023-06-14 23:14:44 +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
ASDF9999
da7ab19c8e Merge branch 'main' into screenreader 2023-06-12 18:29:08 +09:00
kwaroran
2de284f4e9 [feat] data sync 2023-06-12 12:27:01 +09:00
LL
c829a539fc Accessibility settings to the app
Screen reader readable "Show Help" button.
Also added a new checkbox for accessibility settings.
2023-06-12 07:20:42 +09:00
kwaroran
49a01a0950 [fix] image compression 2023-06-11 11:04:11 +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
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