Commit Graph

280 Commits

Author SHA1 Message Date
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
f72380ef0c [feat] comming soon to offical discord for temp 2023-06-16 10:38:11 +09:00
kwaroran
ffcffad465 [feat] classic max width 2023-06-15 21:05:06 +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
kwaroran
947d6874ed [UX] Screenreader readable Checkbox, Help Button (#172)
# PR Checklist
- [ ] 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
 - Screenreader readable "Show Help" button.
   Also modified checkbox
2023-06-12 19:03:31 +09:00
kwaroran
174594532c [feat] added gif in some selects 2023-06-12 18:58:43 +09:00
kwaroran
316d3be397 [feat] regex flags, fix display 2023-06-12 18:53:37 +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
08cd214bcb [fix] tokenizer problem 2 2023-06-10 02:38:36 +09:00
namda-on
38cbb8a103 fix : send message double time when writing korean
block send message when event is composing
2023-06-08 16:05:39 +09:00
kwaroran
3f4b50047d [feat] added nsfw toggle, sorting option to realm 2023-06-08 09:01:37 +09:00
kwaroran
c5600dfd37 Merge branch 'dev' of https://github.com/kwaroran/RisuAI-release into dev 2023-06-08 08:49:16 +09:00
kwaroran
27f935eef7 Merge branch 'dev' into autotranslateinput 2023-06-08 08:34:08 +09:00
kwaroran
f45aa9dc9c [fix] removal 2023-06-07 14:56:19 +09:00
kwaroran
37fb6c3071 conflict fix 2023-06-07 09:48:42 +09:00
kwaroran
a92e4235c9 [rm] removed novellist from menu, dude to not working 2023-06-07 09:23:59 +09:00
kwaroran
f37ae13d83 [feat] novellist api 2023-06-07 08:57:42 +09:00
LL
108fccbcb6 [fix]: Apply markdown for auto suggest, improve suggestion quality
This commit adds the import for the ParseMarkdown function from the parser module required for translating messages in the Suggestion chat screen.
The code changes also include adding a check for the translator variable in the button toggle handling to avoid unwanted button display. Lastly, the commit updates the template for rendering translated suggest messages.
2023-06-06 18:39:49 +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
0f844c118f [feat] claude simple settings 2023-06-06 09:26:06 +09:00
kwaroran
b8ed9fd1ec [feat] claude support 2023-06-06 09:19:57 +09:00
kwaroran
eac4f56213 [refactor] backgroundDom 2023-06-06 07:27:18 +09:00
kwaroran
0ff767e454 [feat] added background embedding 2023-06-06 07:17:19 +09:00
kwaroran
a61bf24e36 [feat] tag visible in realm 2023-06-05 08:40:47 +09:00
kwaroran
631635f7a7 [feat] added mail icon 2023-06-05 08:26:28 +09:00
kwaroran
b6afed33d3 [fix] realm ui 2 2023-06-05 06:16:29 +09:00
kwaroran
9e8b73be62 [fix] realm ui 2023-06-05 06:16:02 +09:00
kwaroran
b2a7861364 [fix] hub page button not showing/working 2023-06-05 02:24:07 +09:00
kwaroran
1c672a13af [feat] added hub pages 2023-06-05 02:19:13 +09:00
kwaroran
ab9d75abc2 [feat] chinese selection 2023-06-05 02:05:26 +09:00
kwaroran
96ac90b9c6 [feat] add home button 2023-06-04 10:53:01 +09:00
kwaroran
e3b61ed24f [fix] changed upload text 2023-06-04 10:49:30 +09:00
kwaroran
1128e0b521 [fix] removed edit order 2023-06-04 10:47:13 +09:00
kwaroran
2f90aa018d [feat] private characters warning 2023-06-04 10:46:42 +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
20a58e5f06 [UX] settings close floating button, fix tokens position auto suggest prompt, AutoSuggest minor bugs (#149)
# PR Checklist
- [ - ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ O ] 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?
- [ O ] Did you added a type def?

# Description
There are many users who can't find the character deletion, so it has
been changed so that it is clearly visible in the header.
![스크린샷 2023-06-03
004117](https://github.com/kwaroran/RisuAI/assets/11344967/adffd92c-5e5e-47aa-bc83-3670dbf0e8bd)
![스크린샷 2023-06-03
004122](https://github.com/kwaroran/RisuAI/assets/11344967/7a49f183-6f22-47bf-96a3-e40597b0dec8)

It is inconvenient to scroll up and close the long settings window when
scrolling, so it is fixed at the top.
![스크린샷 2023-06-03
002151](https://github.com/kwaroran/RisuAI/assets/11344967/a51d9275-8ae1-4412-ad89-73825698b4b3)

Modify tokens count position not moved together auto suggest prompt.
![스크린샷 2023-06-03
002350](https://github.com/kwaroran/RisuAI/assets/11344967/b8d7797a-fd0e-4279-9a65-7dd189086454)

Fixed the problem that auto-suggestion does not work for firstMessage
Fixed the problem that auto-suggestion is not saved
2023-06-03 23:59:10 +09:00
kwaroran
c80b22a728 [feat] basic mainmenu 2023-06-03 23:58:24 +09:00
LL
e12b9da0d9 Revert "[UX] Character deletion function menu separation"
This reverts commit b297268448.
2023-06-03 17:05:31 +09:00
kwaroran
ce3f0dff0a [feat] hub only experimental 2023-06-03 06:19:59 +09:00
kwaroran
02878958b6 [feat] basic risuhub 2023-06-03 06:10:26 +09:00
LL
f8516519f3 Fixed the problem that auto-suggestion does not work for firstMessage
Fixed the problem that auto-suggestion is not saved
2023-06-03 02:02:21 +09:00
LL
b297268448 [UX] Character deletion function menu separation 2023-06-03 00:38:06 +09:00
LL
251fe4ad47 [UX] Make the settings close button visible regardless of scrolling 2023-06-02 23:09:43 +09:00