Commit Graph

1122 Commits

Author SHA1 Message Date
kwaroran
58bf0807d2 feat: add font settings 2024-06-07 17:47:10 +09:00
kwaroran
49b14939c4 feat: add quote colors 2024-06-07 17:14:21 +09:00
kwaroran
c54b1a6d30 fix: add stb error handling 2024-06-07 00:38:15 +09:00
kwaroran
57e50ca9b3 feat: add sortings 2024-06-06 19:29:38 +09:00
kwaroran
c9d41c1cfa fix: apply module not working 2024-06-05 16:51:30 +09:00
kwaroran
764c2370dd feat: add module apply 2024-06-05 16:38:44 +09:00
kwaroran
49a26b8893 remove: random lorebook 2024-06-04 18:47:58 +09:00
kwaroran
a4ac170f5b feat: add forked 2024-06-04 12:13:33 +09:00
kwaroran
ced1776c8c refactor: Update RealmPopUp URL to use new character page format 2024-06-04 12:06:45 +09:00
kwaroran
b5164129aa feat: Add lodash split function to improve URL parsing in RealmMain.svelte 2024-06-04 12:02:08 +09:00
kwaroran
653e3671e1 refactor: Add v2 warning 2024-06-03 17:59:37 +09:00
kwaroran
31ef0b3085 fix: button margin 2024-06-03 17:51:56 +09:00
kwaroran
cf5c75a9fb refactor: change button order in alertcomp 2024-06-03 17:38:42 +09:00
kwaroran
b0c9a2e54b Improve LLM Translation (#477)
# 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
1. LLM 번역 응답 크기 소프트코딩화
2. LLM도 DOM파서를 통한 문장 단위 및 병렬 번역을 하도록 수정
3. 바깥쪽 태그가 제대로 제거가 안되는 문제 해결
4. 추가적으로, 기본 번역 프롬프트를 ```You are a translator. Translate the following
html or text into {{slot}}. Do not output anything other than the
translation, punctuations and quotation marks.```으로 변경하고 싶습니다.
------
1. Softcoded LLM translation response size
2. Modified LLM to also do sentence-by-sentence and parallel translation
via DOM parser
3. Fixed an issue with outer tags not being removed properly
4. Additionally, I want to change the default translation prompt to
```You are a translator. Translate the following html or text into
{{slot}}. Do not output anything other than the translation,
punctuations and quotation marks.```
2024-06-03 17:33:15 +09:00
kwaroran
8dff1a6cde feat: add export via ccv3 charx and json 2024-06-02 23:38:55 +09:00
Yuhwan Kim
011795e083 Delete wrong tab space in LanguageSettings.svelte file 2024-06-02 08:02:32 +09:00
Yuhwan Kim
3f78daf563 Add translation response size option 2024-06-02 08:02:31 +09:00
kwaroran
eae826d438 feat: add dalle quality 2024-05-31 13:35:26 +09:00
kwaroran
774b597573 refactor: Add PlaygroundImageGen component to PlaygroundMenu 2024-05-31 13:31:02 +09:00
kwaroran
622854489e feat: Add dalle support 2024-05-31 13:15:01 +09:00
kwaroran
f63e1fc1f3 feat: new input style 2024-05-31 10:25:00 +09:00
kwaroran
cc3c5e2364 refactor: Update TextAreaResizable component styling 2024-05-31 10:04:47 +09:00
kwaroran
836570b940 ref: Refactor MainMenu.svelte component 2024-05-31 10:02:00 +09:00
kwaroran
5dc6103346 chore: Refactor MainMenu.svelte component 2024-05-31 09:53:44 +09:00
kwaroran
dd12e6f0fd chore: Add goCharacterOnImport setting to AccessibilitySettings 2024-05-31 09:51:01 +09:00
kwaroran
f24989c901 feat: Add export without login 2024-05-31 09:39:17 +09:00
kwaroran
777815a2b2 fix: module placing incorrectly 2024-05-30 18:11:52 +09:00
kwaroran
80b3c30350 fix: fix module removal removing incorrect module 2024-05-30 18:08:07 +09:00
kwaroran
7e9433008a feat: add realm sharing 2024-05-30 13:36:14 +09:00
kwaroran
221cac2dc4 feat: new module menu 2024-05-30 13:24:53 +09:00
kwaroran
a74bc5401e refactor: Change low level button to check 2024-05-30 13:19:42 +09:00
kwaroran
f8c65018b1 feat: New module menu 2024-05-30 12:01:52 +09:00
kwaroran
f1777aba2c feat: Add new triggers 2024-05-29 18:30:54 +09:00
kwaroran
4da60c1c22 refactor: Update lowLevelAccess check in modules 2024-05-29 18:10:03 +09:00
kwaroran
8b7220a44d refactor: Simplify module creation logic in ModuleSettings.svelte 2024-05-29 18:04:38 +09:00
kwaroran
005c81a582 refactor: Update TriggerData.svelte to fix condition check for output type 2024-05-28 22:55:24 +09:00
kwaroran
39fad61ca8 refactor: Update TriggerData.svelte to exclude 'true' operator in condition check 2024-05-28 20:42:52 +09:00
kwaroran
0d28f1a381 chore: Add truthy operator to trigger conditions 2024-05-28 20:42:26 +09:00
kwaroran
2401b25bee Add low level access 2024-05-28 20:39:35 +09:00
kwaroran
f847f47ac4 refactor: Update PlaygroundSyntax.svelte to use highlighted TextAreaInput 2024-05-28 07:40:27 +09:00
kwaroran
398b4c994f refactor: Add Cohere AI model support to BotSettings page 2024-05-28 01:48:40 +09:00
kwaroran
7f3434f8e4 refactor: Add Cohere models to ModelList and names.ts 2024-05-27 13:23:42 +09:00
kwaroran
4ad59fa69c feat: Add HypaMemory V2 and SupaMemory descriptions and add hypav2 settings 2024-05-27 12:30:07 +09:00
kwaroran
584643ac87 refactor: Remove redundant CSS class in TextAreaInput.svelte 2024-05-27 12:09:43 +09:00
kwaroran
6d5be694d0 feat: Add default variables to character settings 2024-05-27 12:09:09 +09:00
kwaroran
608dad465b refactor: Move getCustomToggles to parseKeyValue 2024-05-27 11:50:44 +09:00
kwaroran
1d5a829f88 feat: Add custom toggles 2024-05-27 11:18:15 +09:00
kwaroran
eb992a5c6b refactor: Update AdvancedSettings.svelte to conditionally show custom chain of thought prompt option 2024-05-27 10:53:33 +09:00
kwaroran
7e1e3ecc61 refactor: Make custom chain of thought prompt option unrecommended 2024-05-27 10:51:28 +09:00
kwaroran
018eb9e0ac refactor: Remove redundant CSS class in TextAreaInput.svelte 2024-05-26 12:40:20 +09:00