Commit Graph

759 Commits

Author SHA1 Message Date
kwaroran
9018d60d01 Fix role cbs and add isfirstmsg cbs 2024-09-21 06:48:29 +09:00
kwaroran
1590b73fcd Add setvar null handling 2024-09-18 23:32:20 +09:00
kwaroran
85609e890e Change first message to chat dependent 2024-09-18 23:25:02 +09:00
kwaroran
6ad841e931 Fix trigger updating 2024-09-18 22:51:22 +09:00
kwaroran
321c21cea9 Improve account and Add priority 2024-09-18 22:25:09 +09:00
kwaroran
d5371a6ea9 Added functions 2024-09-16 05:23:27 +09:00
kwaroran
12f9c86366 Remove trigger code mode 2024-09-16 03:18:07 +09:00
kwaroran
19b3e17619 Add bias escapes 2024-09-15 18:18:44 +09:00
kwaroran
47226662ec Remove Cipher 2024-09-14 02:33:47 +09:00
kwaroran
9185dc46ba Remove cipherChat.ts file and related functions 2024-09-14 02:31:12 +09:00
kwaroran
68bc39a842 fix recursive scanning not working sometimes 2024-09-14 02:30:39 +09:00
kwaroran
a9ddf66001 Add Jamba Support 2024-09-13 08:54:29 +09:00
kwaroran
567a6e3dea Fix max tokens 2024-09-13 08:25:34 +09:00
kwaroran
a3ad188b07 Add Gpt4o1 support 2024-09-13 08:14:30 +09:00
kwaroran
f66ae59d70 Improve beta mobile accessibility 2024-09-11 09:25:49 +09:00
kwaroran
5b6c3e0d04 Add JSON Schema 2024-09-11 06:08:21 +09:00
kwaroran
3ae2c11ca4 Add PWA support 2024-09-10 22:09:58 +09:00
kwaroran
8c47298512 Add experimental multiuserroom 2024-09-10 05:44:59 +09:00
kwaroran
2f5f136089 Revert lorebook.ts to use nullish coalescing operator 2024-09-09 22:10:37 +09:00
kwaroran
af4f6ecd31 Revert lorebook sliced 2024-09-09 22:08:33 +09:00
kwaroran
479b701c6b Revert script behavior 2024-09-09 22:03:35 +09:00
kwaroran
611f3e4b94 Add ooba convertion 2024-09-09 18:17:26 +09:00
kwaroran
db39b64841 Add safety mode param 2024-09-09 03:48:41 +09:00
kwaroran
bbd80c542c allow IN regex string with flag 2024-09-09 03:37:36 +09:00
kwaroran
13bbb5ea0a Fix module asset handling in dynamicAssets 2024-09-09 03:24:11 +09:00
kwaroran
7c69a46170 Add convertion tool 2024-09-09 03:09:36 +09:00
kwaroran
e334551976 Improve preview prompt 2024-09-08 23:40:45 +09:00
kwaroran
cb34b3e422 Add parameter manager 2024-09-08 21:19:28 +09:00
kwaroran
b6006741cf Fix lore depth and tokens 2024-09-08 18:36:32 +09:00
kwaroran
1e3574754e Add prompt preview 2024-09-08 18:22:13 +09:00
kwaroran
4108f84bfb revert module loading 2024-09-06 02:45:31 +09:00
kwaroran
d511089090 Add regex risu flags 2024-09-05 21:45:51 +09:00
kwaroran
7d14cf614c Add moduleIntergration 2024-09-05 20:44:57 +09:00
kwaroran
d58806c978 Add module Id changes 2024-09-05 20:28:44 +09:00
kwaroran
7ba6a81ff0 fix nai issue 2024-09-01 19:38:54 +09:00
kwaroran
aea0dd4088 Add cohere models 2024-09-01 19:34:41 +09:00
kwaroran
de6c90cbc4 Add fal.ai support 2024-09-01 01:50:21 +09:00
kwaroran
1473aeefcd fix module assets on export 2024-08-29 00:02:56 +09:00
kwaroran
3b1d0f7f35 Add gemini pro 0827 2024-08-28 20:11:15 +09:00
kwaroran
8bbdf06a55 Add module assets 2024-08-27 22:02:55 +09:00
kwaroran
cce2f12033 Add new module and preset format 2024-08-27 20:18:36 +09:00
kwaroran
c765cfabad add hash function to lua 2024-08-27 16:57:38 +09:00
kwaroran
c141f9398e Add kei stablediff 2024-08-27 16:56:40 +09:00
Junha Heo
c5bd829aff refactor: Update TTS function to handle auto audio path 2024-08-25 21:02:37 +09:00
Junha Heo
bcb352942e refactor: Update TTS function to handle auto audio path 2024-08-25 21:02:31 +09:00
kwaroran
a12a5d07f0 Add Gpt-SoVITS TTS, change google translate lang to auto (#600)
# PR Checklist
- [ v ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ v ] 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?
- [ v ] Did you added a type def?

# Description

Add connection Gpt-SoVITS Api to ngrok turnel.

ttsReadOnlyQuoted support to japan Quote (「」)

and change google translate api language to auto (experiment)
2024-08-24 19:56:56 +09:00
kwaroran
aa6292eed8 Remove db.advancedBotSettings in request.ts (#597)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] 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?
- [ ] Did you added a type def?

# Description
I think db.advancedBotSettings is code that should have been deleted,
but was not accidentally removed.
2024-08-24 19:55:30 +09:00
Junha Heo
a8d9db916b Merge branch 'main' of https://github.com/kwaroran/RisuAI into gpt-sovits-tts 2024-08-24 19:04:17 +09:00
Junha Heo
14fb2267c3 feat: Add support for gptSoVitsConfig in TTS processing 2024-08-24 17:37:27 +09:00
kwaroran
7603c60134 Fix mistral 2024-08-24 15:45:47 +09:00