Commit Graph

735 Commits

Author SHA1 Message Date
kwaroran
118ca26398 fix rust related issues 2024-07-02 06:01:45 +09:00
kwaroran
44677cf2cd Optimize tauri write binary file (#540)
It's a known issue that IPC call in Tauri V1 is slow
(https://github.com/tauri-apps/tauri/issues/4197) Specifically,
writeBinaryFile can take several seconds if the file is around like 10
MB because of some internal serealization bottleneck of Tauri. This is
really bad as we use writebinaryFile every second to save database.

This PR just create separate http server only handling the bottleneck
part: writebinaryfile of database.bin and assets.
2024-07-02 05:57:55 +09:00
kwaroran
e2a31df93f Update version to 119.0.1 2024-07-01 08:11:34 +09:00
kwaroran
d1196c7b09 Update version to 119.0.0 2024-07-01 06:42:25 +09:00
kwaroran
b8c070e081 Update version to 118.1.0 2024-06-30 23:09:42 +09:00
Sunho Kim
079410f70d [feat] address comments for optimize writeBinaryFile 2024-06-29 08:57:23 -07:00
kwaroran
bdd25aed5c Update version to 118.0.0 2024-06-29 18:43:45 +09:00
kwaroran
87f7b2f748 Bump version to 117.0.0 2024-06-29 00:46:15 +09:00
Sunho Kim
73b3425f5f [feat] optimize tauri write binary file 2024-06-28 02:40:17 -07:00
kwaroran
46259453a7 chore: Bump version to 116.0.1 2024-06-27 19:07:16 +09:00
kwaroran
e2110f8e43 chore: Bump version to 116.0.0 2024-06-27 00:25:39 +09:00
kwaroran
c149809f9f move important vars on top 2024-06-24 01:11:38 +09:00
kwaroran
fa322f741a change vite 2024-06-24 01:00:34 +09:00
kwaroran
ecadaca546 Bump version to 115.1.2 2024-06-20 23:48:36 +09:00
kwaroran
3978d0a19a Bump version to 115.1.1 2024-06-20 23:34:52 +09:00
kwaroran
1de8eb0310 Bump version to 115.0.1 2024-06-19 22:07:58 +09:00
kwaroran
df1faaaebf chore: Bump version to 115.0.0 2024-06-19 20:05:35 +09:00
kwaroran
adadc74eda HyperV2 Custom settings enhancement (#511)
# 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
~No bug, work as intended. But, haven't checked actual summary with it.
Very unstable, need confirmation/check.~
### **NO bug, work as intended, summarizes correctly, moving mainChunks
to chunks works well, no re-summarization issues. It works!**


Added new variable to database.ts, which indicates if HypaV2 Memory is
activated or not.
hypav2: boolean
This was added to stop overlapping of memoryType, when HypaV2 Memory is
selected and supaMemoryModel is changed.

Added supaMemoryType selection, HypaMemoryType selection,
supaMemoryPrompt changing section on OtherBotSettings.svelte, and
implemented on hypav2.ts.
Also added OpenAI key when summarization model is GPT 3.5 instruct.
Also suggested memoryAlgorithmType:string variable on database.ts, to
further add more memory types.

![image](https://github.com/kwaroran/RisuAI/assets/73149145/5d167b03-d7e7-41a1-8875-1780561cd3ac)

fixed minor punctuations, and changed summarize function of
hypav2.ts(same as the one on supaMemory.ts)
2024-06-19 03:49:19 +09:00
kwaroran
55cb71fefc make fetchlog limit to 20 2024-06-19 03:24:50 +09:00
HyperBlaze
beccdf0bb8 Merge branch 'kwaroran:main' into main 2024-06-18 11:14:22 -07:00
kwaroran
f119739bb9 chore: Bump version to 114.5.0 2024-06-18 22:31:21 +09:00
kwaroran
f4c10b8395 improve translation 2024-06-18 21:55:22 +09:00
HyperBlaze
0d058273c6 Merge branch 'kwaroran:main' into main 2024-06-14 19:36:42 -07:00
kwaroran
6ed211af7e chore: Update app version to 114.4.0 2024-06-15 02:05:28 +09:00
HyperBlaze
bc32938ab7 Merge branch 'kwaroran:main' into main 2024-06-14 10:01:00 -07:00
kwaroran
fd6e481e8d chore: Update app version to 114.3.0 2024-06-14 23:41:50 +09:00
kwaroran
688be14e11 feat: add updater 2024-06-14 23:40:28 +09:00
HyperBlaze
b1480e8d3b Merge branch 'kwaroran:main' into main 2024-06-13 22:00:59 -07:00
kwaroran
98d7d19007 Update version to 114.2.2 2024-06-14 08:32:10 +09:00
kwaroran
2ba6e1b54a Update version to 114.2.1 2024-06-14 07:28:02 +09:00
LightningHyperBlaze45654
9e77b46936 Experimental settings updated
regular push for saving
2024-06-12 20:58:30 -07:00
LightningHyperBlaze45654
0e70869b88 Solved hypav2 not implemented as expected
The github isn't updating codebase correctly!!!
2024-06-12 17:00:13 -07:00
LightningHyperBlaze45654
5030dd56da hypav2 enhancment 2 2024-06-12 07:11:07 -07:00
kwaroran
6b42216d71 Update version to 114.2.0 2024-06-12 20:20:50 +09:00
kwaroran
933e4d0cec feat: add sd3 2024-06-12 20:20:24 +09:00
kwaroran
9f431f7dba Update version to 114.1.1 2024-06-11 22:39:48 +09:00
kwaroran
93c8ffc187 Update version to 114.1.0 2024-06-11 21:55:47 +09:00
kwaroran
a17bfe598a Update version to 114.0.0 2024-06-10 22:38:19 +09:00
kwaroran
4ffba5c95b chore: Update app version to 1.113.5 2024-06-10 02:23:26 +09:00
kwaroran
4baa951c0a chore: Update app version to 1.113.4 2024-06-09 19:58:51 +09:00
kwaroran
5f6466b70c chore: Update app version to 1.113.3 2024-06-07 22:48:13 +09:00
kwaroran
4a4e9ba981 chore: Update app version to 1.113.2 2024-06-07 21:40:28 +09:00
kwaroran
578c9c405d chore: Update app version to 1.113.1 2024-06-07 19:45:26 +09:00
kwaroran
a0952ea41d chore: Update app version to 1.113.0 2024-06-07 19:11:38 +09:00
kwaroran
7bb056d6a8 feat: lineheight 2024-06-07 17:55:59 +09:00
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
c524b91d1e Bump version to 1.112.1 2024-06-07 00:38:33 +09:00
kwaroran
c1243aaf54 Bump version to 1.112.0 2024-06-06 19:38:58 +09:00
kwaroran
32be3d9ba4 Enhance Node Version RisuAI Backend Server File I/O Performance (#485)
# PR Checklist
- [ ] 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?
- [ ] Did you added a type def?

# Description
노드리스의 /api/write와 /api/read에서 base64를 제거해 파일 용량 과 I/O에 필요한 연산량을 줄였습니다.
Removed base64 from /api/write and /api/read on node version rise to
reduce file size and the amount of computation required for I/O.
2024-06-05 16:39:38 +09:00