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
c5600dfd37
Merge branch 'dev' of https://github.com/kwaroran/RisuAI-release into dev
2023-06-08 08:49:16 +09:00
kwaroran
f45aa9dc9c
[fix] removal
2023-06-07 14:56:19 +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
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
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.


It is inconvenient to scroll up and close the long settings window when
scrolling, so it is fixed at the top.

Modify tokens count position not moved together auto suggest prompt.

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
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
kwaroran
262a503e5c
[refactor] suggestion types
2023-05-31 23:07:20 +09:00
kwaroran
1ec3f004af
Merge branch 'dev' into dev
2023-05-31 23:03:13 +09:00
kwaroran
f397d5cb7c
[feat] suggestion unscribe
2023-05-31 22:59:33 +09:00
kwaroran
9bfa05babb
[fix] translate output same when edited
2023-05-31 20:46:39 +09:00
LL
083cb71d19
[FIX] add store unsubscribe onDestory AutoSuggest
2023-05-31 20:19:15 +09:00
LL
7e6a0940dc
Improve default AutoSuggest prompt, User,Character name placeholder applied
2023-05-31 18:12:30 +09:00
LL
86ac06bfd8
Add new language strings and update UI in chat screens for "Creating Suggestions" and "Re-Roll Auto Suggestions".
2023-05-30 22:51:59 +09:00
LL
fc0c50c331
add AutoSuggest Component
...
add fetch abort control parameter
2023-05-30 22:43:48 +09:00
LL
ae78fe80db
Fixed a bug where the original text flickered
...
when translating streaming
2023-05-29 03:23:13 +09:00
LL
2039797cad
Toggle color of Chat Edit Icon and Translation Icon
2023-05-29 03:22:32 +09:00
kwaroran
205cc2744f
[feat] node hosting support
2023-05-27 23:15:23 +09:00
kwaroran
fe0a40d79d
[feat] add click to edit
2023-05-26 05:36:56 +09:00
kwaroran
549cdf3487
[feat] change with enter
2023-05-26 05:30:48 +09:00
kwaroran
8b3bbf0a92
[fix] text input leaves gap
2023-05-26 00:01:41 +09:00
kwaroran
1bcf299201
[fix] chat screen overflow
2023-05-25 21:04:22 +09:00
kwaroran
80f11b7e03
[fix] formating problems
2023-05-24 19:42:18 +09:00
kwaroran
8827698b3a
[feat] ask removal option
2023-05-23 08:46:21 +09:00
kwaroran
f12040830d
[feat] stop tts
2023-05-21 02:58:03 +09:00
kwaroran
568d203e13
[feat] more customizations
2023-05-21 02:33:21 +09:00
kwaroran
b17e731c28
[feat] added additional assets
2023-05-19 00:51:03 +09:00
kwaroran
502ffa7314
[feat] round icons
2023-05-17 02:31:14 +09:00
kwaroran
59c34956cf
[feat] added memory limit line
2023-05-17 02:18:34 +09:00
kwaroran
ece4163034
[feat] added character lore settings
2023-05-12 23:01:55 +09:00
kwaroran
3e34c17f3b
[fix] lore activation without first key
2023-05-12 22:20:57 +09:00
kwaroran
c4d44d2031
[feat] added features in spec v2
2023-05-12 20:14:03 +09:00
kwaroran
d6a1d5dfdb
[feat] added github stars
2023-05-07 23:33:53 +09:00
kwaroran
e88ac37feb
[fix] sleep not defined
2023-05-07 14:23:42 +09:00
kwaroran
cce7cab435
[fix] text input doesn't resizes after sending message
2023-05-07 13:28:43 +09:00
kwaroran
2c5c7d2694
Risuai 0.6.3 first commit
2023-05-07 12:41:45 +09:00