Commit Graph

613 Commits

Author SHA1 Message Date
kwaroran
ae1d84ead5 Update loadPages value in DefaultChatScreen.svelte and fix request 2024-04-06 06:11:04 +09:00
kwaroran
b61baaa4ae Add antiClaudeOverload option 2024-04-06 05:45:16 +09:00
kwaroran
88ce3a4436 Add update option to realm 2024-04-05 21:37:39 +09:00
kwaroran
949269e2d6 Add update to RisuRealm feature 2024-03-28 18:04:51 +09:00
kwaroran
bce98a84a5 Add sleep function to wait for input update 2024-03-28 03:59:45 +09:00
kwaroran
9f0d398d3b Make risurealm share and download to use new api 2024-03-28 03:59:14 +09:00
kwaroran
ea6b1d20e5 Prepare new realm upload 2024-03-28 03:02:18 +09:00
kwaroran
ddf36064bb Update deeplXUrl placeholder and default value 2024-03-25 21:24:03 +09:00
kwaroran
09d9ff6933 Add noWaitForTranslate options 2024-03-25 20:22:59 +09:00
kwaroran
7707e55c87 GlobalFetch 리팩토링, Elevenlabs 다국어모델 정보 body에 삽입, DeepLX 로직구현(미작동) (#328)
# PR Checklist
- [x] 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
1. DeepLX 를 번역 옵션에 넣고 URL, Token을 넣을 수 있게 하였습니다.
2. DeepLX 를 호출하는 로직을 넣었는데, DeepLX의 Body 중 Text는 완전한 텍스트로만 이루어져야 해서 번역
실행시 에러가 발생하는 중입니다. (DeepLX에 globalFetech로 호출은 정상적으로 가는중, body의 text타입만
해결하면 작동,)
3. TTS -> 일레븐랩스 호출시 body에 model을 다국어모델로 지정하였습니다. (정상작동)
4. globalFetch 함수를 리팩토링 하였습니다.

DeepLX 쪽만 해결방법을 찾으면 좋을 것 같은데 로직이 제가 생각한 것과 달라서 파악하는데 시간이 오래걸리고 있습니다.

DeepLX 부분 저도 더 로직 분석해볼 예정이지만, 
Body 부분에서 특수문자 제거 및 본문 텍스트만 파싱해서 번역 후 재조립하는 게 구현 가능하시다면 
해당 부분만 업데이트 해주시면 좋을 것 같습니다.
2024-03-25 18:53:26 +09:00
testman
1d2d71db48 deeplX function added 2024-03-24 19:44:55 +09:00
ModMapper
580cd3e1a7 Add CodeMirror based Highlighted editor 2024-03-23 18:41:36 +09:00
kwaroran
82e5e48ae3 Add height mode option to advanced settings 2024-03-21 03:32:43 +09:00
kwaroran
5bede2b90a Change Reverse proxy name to Custom and add additionalParams 2024-03-20 21:02:34 +09:00
kwaroran
92d2619eac Fix conditional rendering in Chat.svelte 2024-03-19 15:30:01 +09:00
kwaroran
d7b5adda98 Add color scheme export and import functionality 2024-03-19 15:21:19 +09:00
kwaroran
04b7f29d28 Update UI size label in DisplaySettings.svelte 2024-03-19 15:15:27 +09:00
kwaroran
80b8198927 Implement custom color scheme functionality 2024-03-19 15:14:33 +09:00
kwaroran
68a5d90c38 Add language translations for "Log" 2024-03-19 15:00:12 +09:00
kwaroran
31856a9c48 Add generation info viewer 2024-03-19 14:50:48 +09:00
kwaroran
bdfdf5141a Add request info inside chat feature 2024-03-19 02:43:39 +09:00
kwaroran
4dd541e65e Fix empty value for 'en' in MultiLangInput.svelte 2024-03-19 02:11:52 +09:00
kwaroran
e90d422586 Refactor getModelName function to import from "src/ts/model/names" 2024-03-19 02:08:26 +09:00
kwaroran
7c4bc8d2f1 Add April Fool's Day easter egg 2024-03-18 21:06:22 +09:00
kwaroran
2fee3aa70f Add image input display 2024-03-18 00:25:18 +09:00
kwaroran
c4e0404024 Make inlay option enable by default 2024-03-18 00:06:42 +09:00
kwaroran
1954a79bd0 move transformers.ts 2024-03-17 23:55:55 +09:00
kwaroran
9d7c300ec6 Fix parsing issue in MultiLangDisplay and MultiLangInput 2024-03-17 23:52:52 +09:00
kwaroran
e7dda4093a add aws claude haiku (#310)
# 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

![image](https://github.com/kwaroran/RisuAI/assets/133192207/092e3aee-e93d-4f3c-90f6-f7ec40b6d4a3)

![image](https://github.com/kwaroran/RisuAI/assets/133192207/7665bd0a-28e1-4506-83bd-78e5da5b3da5)
2024-03-16 15:34:10 +09:00
kwaroran
ab0f0d0933 Make language selection to not display unknown languages 2024-03-16 15:19:47 +09:00
kwaroran
18f342437e Add network fetch error messages 2024-03-16 14:57:37 +09:00
kwaroran
e6f6ef829c Remove console.log statements 2024-03-16 14:41:44 +09:00
kwaroran
527520566d Add Multilanguage support for creator notes 2024-03-16 14:40:10 +09:00
bangonicdd
1907d4f229 add aws haiku 2024-03-16 09:07:11 +09:00
kwaroran
c8434e7704 Add trimNonLatin function to trim non-Latin characters from chara.desc 2024-03-15 08:20:14 +09:00
kwaroran
aad072294e Add fullscreen icon on the front mage 2024-03-15 07:56:38 +09:00
kwaroran
12cb150009 Add new Claude 3 Haiku model 2024-03-14 06:25:30 +09:00
kwaroran
62f9501f19 Refactor chat message removal logic 2024-03-08 00:00:59 +09:00
kwaroran
0c2a9eef6c Show supamemory by default 2024-03-07 00:08:23 +09:00
kwaroran
47ec8c92d1 Make usePlainFetch unrecommended 2024-03-06 22:17:27 +09:00
kwaroran
fe31610ca0 Add claude streaming & remove unused parameters 2024-03-06 22:14:24 +09:00
kwaroran
cd99ae4bca add aws claude-3 (#298)
# 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


![image](https://github.com/kwaroran/RisuAI/assets/133192207/5a515821-fc22-4cf2-98ac-e86d65ba7c86)
2024-03-06 03:14:18 +09:00
kwaroran
cf06a73f66 Add new options for rp 2024-03-06 03:09:09 +09:00
bangonicdd
9b3fbb73b0 add aws claude-3 2024-03-05 23:35:46 +09:00
kwaroran
18fbaebd46 Add new prompt type 'postEverything' 2024-03-05 01:54:55 +09:00
kwaroran
71d9768809 Add Claude 3 Formating 2024-03-05 01:40:05 +09:00
kwaroran
bde9ef51d4 Add models 2024-03-05 01:07:34 +09:00
kwaroran
ff16ffde0c Add text file post functionality 2024-02-27 01:29:58 +09:00
kwaroran
66fd70c01a Add postfile function 2024-02-26 23:13:29 +09:00
hashcoko
d0569b29cb Code updates due to NAI API changes and feature additions. 2024-02-22 11:06:42 +09:00