Commit Graph

57 Commits

Author SHA1 Message Date
sub-hub
ca57cf6108 Fixed a mistake in translateHTML. 2024-05-06 17:14:27 +09:00
sub-hub
9b3571beeb Added markdown null check and reapply markdown in all cases
parent null check applyMarkdownToNode
2024-05-06 17:12:26 +09:00
sub-hub
e1eaf08df8 Fix: now combineTranslation will Apply markdown 2024-05-06 13:30:38 +09:00
sub-hub
07eb230be3 Add combineTranslation feature that merging and translating separated HTML sentences 2024-05-05 11:49:15 +09:00
sub-hub
a7509c4a35 Add: Sentence html Merge Translation Feature 2024-05-04 22:44:28 +09:00
sub-hub
120e9356b6 Update missing type imports 2024-05-04 18:05:43 +09:00
sub-hub
e19b672755 refactor: translateHTML function handle charArg with reusable variable 2024-05-04 18:04:13 +09:00
sub-hub
b54dc17402 fix: update translateHTML function to include chatID parameter 2024-05-04 17:49:06 +09:00
kwaroran
6f627c9bfe Add translate no attrb 2024-04-08 05:45:08 +09:00
ModMapper
1575004cf0 Fixing the issue with quote escape when serializing strings in JSON in DeepLX. 2024-03-28 02:15:23 +09:00
kwaroran
ddf36064bb Update deeplXUrl placeholder and default value 2024-03-25 21:24:03 +09:00
kwaroran
52c176234f fix translateTranslationChunks function 2024-03-25 21:21:59 +09:00
kwaroran
a70a10607f Add translation wait time 2024-03-25 20:22:21 +09:00
kwaroran
b7f53523e0 Update needSuperChunkedTranslate function to check translatorType 2024-03-25 20:18:47 +09:00
kwaroran
f3b8ea7781 Fix translation chunk splitting and translation process 2024-03-25 20:18:37 +09:00
kwaroran
a67962f2cd make needSuperChunkedTranslate function to always return false for now 2024-03-25 19:52:28 +09:00
kwaroran
d2a168524e Refactor translation logic and add super chunked translation 2024-03-25 19:52:05 +09:00
kwaroran
28436fc620 Refactor DeeplX URL handling in translator.ts 2024-03-25 19:10:19 +09:00
testman
72a682612a DeepLX 에러 해결 및 구현성공 2024-03-25 15:48:59 +09:00
testman
4a7f249db4 token 분기처리 추가 2024-03-24 20:13:35 +09:00
testman
1d2d71db48 deeplX function added 2024-03-24 19:44:55 +09:00
kwaroran
f3f88220de Fix module not working on translation 2024-02-18 04:04:36 +09:00
kwaroran
846441f04a fix translator customscript 2024-01-05 19:58:19 +09:00
kwaroran
4f77504d3f [feat] add translate replace regex 2024-01-04 03:37:05 +09:00
hashcoko
308ff456f8 Remove source lang from deepl requests for different language translations.
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 16:38:38 +09:00
hashcoko
704ece2a15 fixRequest things that weren't covered in the last pull request.
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 13:33:24 +09:00
hashcoko
e1f567cc8a Merge branch 'main' of https://github.com/kwaroran/RisuAI
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 13:25:05 +09:00
kwaroran
60f836e21f [fix] deepl 2023-11-28 04:40:30 +09:00
kwaroran
220c2c091b [feat] add llm translation 2023-11-28 04:32:27 +09:00
kwaroran
6ae8264f8b [feat] hf tts translation 2023-11-28 03:36:08 +09:00
hashcoko
422a010518 add submodel translate
Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 02:50:59 +09:00
hashcoko
0b52c04ee7 Fix image generation prompt and add warning
message for NovelAI users

Signed-off-by: hashcoko <hashcoko@gmail.com>
2023-11-28 00:50:06 +09:00
kwaroran
de3c0ccb1a [fix] fix translation 2023-11-14 18:07:37 +09:00
kwaroran
4c4b70a039 [fix] parsing 2023-11-14 14:19:32 +09:00
kwaroran
7e57fb884c [fix] minor fix 2023-11-13 23:40:30 +09:00
kwaroran
e062593330 [feat] chat html translation 2023-11-13 00:12:41 +09:00
kwaroran
54a9170041 [feat] new html translation 2023-11-12 23:59:21 +09:00
drPpZero
74a4465b71 fix VOICEVOX transelate 2023-11-07 19:14:35 +09:00
kwaroran
715f9ed46b [feat] oai tts 2023-11-07 05:02:34 +09:00
kwaroran
5f7a5386d4 [feat] added 0613 to reverse proxy 2023-08-17 17:46:06 +09:00
kwaroran
34992fb959 [feat] better translator 2023-07-26 05:09:43 +09:00
kwaroran
7545715807 [fix] japanese requesting as ja 2023-06-26 17:57:33 +09:00
kwaroran
ab61c63c4c [feat] better ain stringlizer 2023-06-26 00:45:44 +09:00
kwaroran
c883d929dc [feat] add japanese translator 2023-06-26 00:01:05 +09:00
kwaroran
6810020376 [feat] automark plugin 2023-06-24 18:18:08 +09:00
kwaroran
0116ca39c3 [fix] fixed https://github.com/kwaroran/RisuAI/issues/122 and TTS quoted mode (#123)
Fixed :
an error not showing up right away when creating a Group Chat
an error when text had no quotes in TTS quote mode occurs TypeError:
Cannot read properties of null (reading 'length')
2023-05-27 23:18:42 +09:00
kwaroran
205cc2744f [feat] node hosting support 2023-05-27 23:15:23 +09:00
drPpZero
83ea39bdcb [Fix] Fixed TTS quoted mode Error 2023-05-27 19:13:48 +09:00
kwaroran
1e49c38d91 [feat] translator post process 2023-05-26 09:04:33 +09:00
kwaroran
e8649d186d [feat] added languages to translator, splited language settings 2023-05-26 04:23:40 +09:00