Commit Graph

1732 Commits

Author SHA1 Message Date
kwaroran
0dce52ee7b Refactor encodeMultilangString function to remove unnecessary trim() call 2024-03-19 02:12:33 +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
ba43ea825b Add previous_chat_log cbs 2024-03-18 21:09:18 +09:00
kwaroran
7c4bc8d2f1 Add April Fool's Day easter egg 2024-03-18 21:06:22 +09:00
kwaroran
b45e075b0f Bump to 1.85.0 2024-03-18 00:28:13 +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
6e5465356a Refactor inlay image parsing and add image embedding functionality 2024-03-18 00:05:03 +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
dbe1a45317 Refactor multimodal and add claude-3 vision support 2024-03-17 23:48:24 +09:00
kwaroran
859069f112 Update patchNote 2024-03-17 18:02:00 +09:00
kwaroran
1e1a075c1a Update version to 1.84.0 2024-03-17 17:57:30 +09:00
kwaroran
049cd1e5a6 Remove checkOldDomain function 2024-03-17 17:57:08 +09:00
kwaroran
f0021dd501 fix claude requesting as stream when stream isn't able 2024-03-17 17:56:24 +09:00
kwaroran
b13376f446 add new cbs 2024-03-17 17:54:53 +09:00
kwaroran
b5a6011039 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-03-16 19:51:55 +09:00
kwaroran
fbde71e271 Update dependencys 2024-03-16 19:51:45 +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
f219ee1b09 Update version to 1.83.1 2024-03-16 15:33:53 +09:00
kwaroran
a98f4ebe8b Change encodeMultilangString format to display better on other softwares 2024-03-16 15:33:27 +09:00
kwaroran
ab0f0d0933 Make language selection to not display unknown languages 2024-03-16 15:19:47 +09:00
kwaroran
d6dbceb1a1 Update patch notes for version 1.83 2024-03-16 15:02:58 +09:00
kwaroran
85ac780282 Update version to 1.83.0 2024-03-16 14:58:56 +09:00
kwaroran
665d573610 Fix error handling in fetchNative function 2024-03-16 14:58:27 +09:00
kwaroran
18f342437e Add network fetch error messages 2024-03-16 14:57:37 +09:00
kwaroran
3224d435d3 Fix inlay emotions displaying Object Object 2024-03-16 14:47:24 +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
55ba1a0094 keep aws claude fallback model as sonnet 2024-03-16 09:17:49 +09:00
bangonicdd
1907d4f229 add aws haiku 2024-03-16 09:07:11 +09:00
kwaroran
c46744f4e4 Add navigationUI option to requestFullscreen() 2024-03-15 11:04:25 +09:00
kwaroran
630555fdef Refactor toggleFullscreen function to handle fullscreen API compatibility 2024-03-15 10:58:50 +09:00
kwaroran
c8434e7704 Add trimNonLatin function to trim non-Latin characters from chara.desc 2024-03-15 08:20:14 +09:00
kwaroran
36614e8fef Update version to 1.82.3 2024-03-15 07:56:58 +09:00
kwaroran
aad072294e Add fullscreen icon on the front mage 2024-03-15 07:56:38 +09:00
kwaroran
a8a83475e3 Update version to 1.82.2 2024-03-14 06:25:59 +09:00
kwaroran
12cb150009 Add new Claude 3 Haiku model 2024-03-14 06:25:30 +09:00
kwaroran
31da44d310 Add Native streamed http functionality 2024-03-09 05:53:30 +09:00
kwaroran
633a224bb6 AddNative StreamedHTTP to Android 2024-03-09 05:52:18 +09:00
kwaroran
17a7905b11 make tauri fetchNative wait until init 2024-03-08 04:11:48 +09:00
kwaroran
62f9501f19 Refactor chat message removal logic 2024-03-08 00:00:59 +09:00
kwaroran
701dd0ac8c Add null check in smMatcher function 2024-03-07 23:28:54 +09:00
kwaroran
7be4fa7a02 Update version to 1.82.1 2024-03-07 23:11:10 +09:00
kwaroran
d16e9e5708 Remove unnecessary code block in requestChatDataMain function 2024-03-07 23:10:45 +09:00
kwaroran
160384e8c6 Remove unused code for handling reconnect interval 2024-03-07 07:20:59 +09:00
kwaroran
305812f35e Add claude error handling 2024-03-07 06:50:36 +09:00
kwaroran
604ed57627 Add role parameter to risuChatParser function 2024-03-07 00:16:40 +09:00
kwaroran
3c39c8fa5d Add role CBS 2024-03-07 00:13:44 +09:00