Commit Graph

603 Commits

Author SHA1 Message Date
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
LL
101a141b48 [FIX] Modify auto suggest token count position 2023-06-02 22:51:28 +09:00
kwaroran
d9fabd1156 1.22.4 (#145)
# 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
2023-06-01 08:07:18 +09:00
kwaroran
009a3b6ae5 Merge branch 'dev' of https://github.com/kwaroran/RisuAI-release into dev 2023-06-01 08:06:26 +09:00
kwaroran
a8353b79f2 bump to 1.22.4 2023-06-01 08:06:19 +09:00
kwaroran
1cbe5a8b97 [fix] secondary key 2023-06-01 08:05:42 +09:00
kwaroran
6306e5a1de [fix] supaMemory 2023-06-01 08:03:14 +09:00
kwaroran
eff3e9c9b4 Merge from main (#144)
# 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
Merge from main
2023-05-31 23:33:32 +09:00
kwaroran
4092cbaad2 Create pull_request_template.md 2023-05-31 23:32:28 +09:00
kwaroran
42d0281e3f Update to 1.22.3 (#143) 2023-05-31 23:09:33 +09:00
kwaroran
262a503e5c [refactor] suggestion types 2023-05-31 23:07:20 +09:00
kwaroran
aa0e4893a3 [FIX] Improve default AutoSuggest prompt, User,Character name placeholder applied, Minor bugs (#140)
More better suggestions applied
Fixed a problem where automatic suggestions are duplicated when
returning to the settings window
Fixed the problem that nodeStorage removeItem does not work
2023-05-31 23:03:47 +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
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
113005e600 [FIX] invalid removeItem address 2023-05-31 20:22:28 +09:00
LL
083cb71d19 [FIX] add store unsubscribe onDestory AutoSuggest 2023-05-31 20:19:15 +09:00
ASDF9999
332cf43935 Merge branch 'kwaroran:dev' into dev 2023-05-31 18:13:23 +09:00
LL
7e6a0940dc Improve default AutoSuggest prompt, User,Character name placeholder applied 2023-05-31 18:12:30 +09:00
kwaroran
4c9e004cec [feat] added 'Use Probability Condition' in lorebook (#138) 2023-05-31 10:26:13 +09:00
kwaroran
f7856dc4dd [feat] added 'Use Probability Condition' in lorebook 2023-05-31 10:25:53 +09:00
kwaroran
3f48ce0b74 Update to 1.22.1 (#137) 2023-05-31 08:34:57 +09:00
kwaroran
8e5df44090 bump version to 1.22.1 2023-05-31 08:34:20 +09:00
kwaroran
22c646ae5d [fix] group chat activation & talkness 2023-05-31 08:33:49 +09:00
kwaroran
70d04ae67c [fix] token fix (#136) 2023-05-31 05:51:10 +09:00
kwaroran
e4d956d0d6 [fix] token fix 2023-05-31 05:50:08 +09:00
kwaroran
4e3c2982d5 Update to 1.22.0 (#135) 2023-05-31 05:30:46 +09:00
kwaroran
9ec3b5cd14 bump version to 1.22 2023-05-31 05:30:02 +09:00
kwaroran
b3464214e0 [NEW] Auto Suggest (#134)
- Auto Suggest -
Suggest user's response automatically.
It uses submodel for suggestions.
![스크린샷 2023-05-30
225000](https://github.com/kwaroran/RisuAI/assets/11344967/bf22bfb7-e984-422a-b64d-058e50297df9)
2023-05-31 05:27:41 +09:00
kwaroran
cf93e5c6f1 Merge branch 'dev' into dev 2023-05-31 05:27:32 +09:00
kwaroran
f98764776e [fix] tokenizer problems 2023-05-31 05:26:10 +09:00
kwaroran
7ea768cb5b [feat] better group chat 2023-05-31 05:08:46 +09:00
LL
307aeaa36d Merge branch 'dev' of https://github.com/ljh5650/RisuAI into dev 2023-05-30 22:52:02 +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
ASDF9999
ce3e1a4bf4 Merge branch 'kwaroran:dev' into dev 2023-05-30 22:44:22 +09:00
LL
fc0c50c331 add AutoSuggest Component
add fetch abort control parameter
2023-05-30 22:43:48 +09:00
kwaroran
7a453c1f0f Update to 1.21.2 (#133) 2023-05-30 20:38:36 +09:00
kwaroran
7805092992 bump version to 1.21.1 2023-05-30 20:38:11 +09:00
kwaroran
71b02cf104 [fix] tokenize problem 2023-05-29 20:41:33 +09:00
kwaroran
0cdf2c7ae1 Update to 1.21.1 (#132) 2023-05-29 17:47:24 +09:00
kwaroran
bdf00126cc bump version to 1.21.1 2023-05-29 17:43:31 +09:00
kwaroran
f2b64f2334 [fix] fix kobold 2023-05-29 17:41:59 +09:00
kwaroran
d084f1eb1e [fix] node server secutity 2023-05-29 17:37:28 +09:00
kwaroran
ac8593df33 [fix] jailbreak openai (#131) 2023-05-29 15:27:51 +09:00
kwaroran
5f6b82a938 [fix] jailbreak openai 2023-05-29 15:27:15 +09:00