Commit Graph

2678 Commits

Author SHA1 Message Date
kwaroran
f79324ba0c chore: Update version to 128.0.1 2024-09-06 02:45:49 +09:00
kwaroran
4108f84bfb revert module loading 2024-09-06 02:45:31 +09:00
kwaroran
5779de9d92 feat: Add 'image' to displayRelatedCBS array in highlight.ts 2024-09-06 00:21:11 +09:00
kwaroran
cd83867d21 Add beforeunload 2024-09-06 00:16:52 +09:00
kwaroran
a16a9c7e8b Add backslash in image 2024-09-06 00:11:07 +09:00
kwaroran
519da8b942 Fix webui url 2024-09-05 21:57:59 +09:00
kwaroran
f9810bed78 Update version to 128.0.0 2024-09-05 21:56:57 +09:00
kwaroran
72e6c80760 Add image cbs 2024-09-05 21:52:48 +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
5948aa8966 Add related links 2024-09-05 16:31:36 +09:00
kwaroran
7ba6a81ff0 fix nai issue 2024-09-01 19:38:54 +09:00
kwaroran
61b662ebf1 Update version to 127.0.0 2024-09-01 19:35:01 +09:00
kwaroran
aea0dd4088 Add cohere models 2024-09-01 19:34:41 +09:00
kwaroran
ccda92cc49 Add autopilot 2024-09-01 19:30:06 +09:00
kwaroran
de6c90cbc4 Add fal.ai support 2024-09-01 01:50:21 +09:00
kwaroran
a5061a3b3e Fix module menu 2024-08-29 00:07:14 +09:00
kwaroran
71bff6b02e Update version to 126.0.3 2024-08-29 00:03:14 +09:00
kwaroran
1473aeefcd fix module assets on export 2024-08-29 00:02:56 +09:00
kwaroran
cc03297a38 Add module comment 2024-08-28 23:58:00 +09:00
kwaroran
4ca51d62b0 Update version to 126.0.2 2024-08-28 23:57:22 +09:00
kwaroran
2dbfa9db6c Remove module realm option 2024-08-28 23:57:02 +09:00
kwaroran
6b642e5fe5 Update version to 126.0.1 2024-08-28 20:12:46 +09:00
kwaroran
3b1d0f7f35 Add gemini pro 0827 2024-08-28 20:11:15 +09:00
kwaroran
2ae5106453 Update version to 126.0.0 2024-08-27 22:03:17 +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
kwaroran
d2049ca758 Update version to 125.0.1 2024-08-26 17:21:22 +09:00
kwaroran
df7bfbd932 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-08-26 17:20:57 +09:00
kwaroran
f7ddc09277 Add TOS alert 2024-08-26 17:20:54 +09:00
kwaroran
9c44714a48 Update GPT-SoVITS fetch, support Auto path and long audio file. Google Translator lang select update (#604)
# 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

Update GPT-SoVITS fetch, support Auto path and long audio file

Google translator input language select support

User now can Choice auto read tts when send chat completed
2024-08-26 02:04:26 +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
Junha Heo
80bfc12461 feat: Add auto speech option in OtherBotSettings.svelte 2024-08-25 21:02:07 +09:00
Junha Heo
7fa5289c45 feat: Add translator input language selection in LanguageSettings.svelte 2024-08-25 21:01:22 +09:00
Junha Heo
fff99d134e refactor: Update server.js to use express.json and express.raw for request parsing 2024-08-25 21:00:47 +09:00
kwaroran
b9721b80c5 Add touchstarttimer 2024-08-24 21:17:48 +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
kwaroran
40779e030c chore: Bump version to 125.0.0 2024-08-24 19:54:42 +09:00
kwaroran
721fda6151 Add request log in devtool 2024-08-24 19:54:10 +09:00
kwaroran
4aca3482cb Add Devtools 2024-08-24 19:48:22 +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
9d82b1dbd6 feat: Add support for AAC audio files in CharConfig.svelte 2024-08-24 19:01:52 +09:00
kwaroran
b1d98741e8 Add persona and preset hotkey 2024-08-24 18:46:49 +09:00
Junha Heo
c14503625f refactor: Update translator.ts to include auto language detection 2024-08-24 17:57:34 +09:00
Junha Heo
14fb2267c3 feat: Add support for gptSoVitsConfig in TTS processing 2024-08-24 17:37:27 +09:00