Commit Graph

2673 Commits

Author SHA1 Message Date
kwaroran
e2110f8e43 chore: Bump version to 116.0.0 2024-06-27 00:25:39 +09:00
kwaroran
24c7c2bcb9 add local vars 2024-06-27 00:24:16 +09:00
kwaroran
dea2345551 remove dist zip 2024-06-24 01:53:57 +09:00
kwaroran
6f25ce36f9 fix: Enable backup feature in UserSettings.svelte for web version 2024-06-24 01:53:35 +09:00
kwaroran
94b1fe4d32 refactor: Add sync process 2024-06-24 01:41:26 +09:00
kwaroran
6e9940df2d refactor: Optimize current character initialization in stores.ts 2024-06-24 01:38:24 +09:00
kwaroran
5f59349b84 chore: Update svelte and vite dependencies to specific versions 2024-06-24 01:24:56 +09:00
kwaroran
0c10d0c5bc chore: Update svelte dependencies to specific versions 2024-06-24 01:16:03 +09:00
kwaroran
c149809f9f move important vars on top 2024-06-24 01:11:38 +09:00
kwaroran
f31635b52b refactor: Optimize current character initialization in stores.ts 2024-06-24 01:09:51 +09:00
kwaroran
ffe4b471e9 chore: Update svelte/store imports and initialize writable values 2024-06-24 01:09:35 +09:00
kwaroran
fa322f741a change vite 2024-06-24 01:00:34 +09:00
bangonicdd
9889a7ec49 add sonnet 3.5 for aws and custom 2024-06-21 02:42:44 +09:00
kwaroran
ecadaca546 Bump version to 115.1.2 2024-06-20 23:48:36 +09:00
kwaroran
56aa8d26f1 Fix typo in ModelList.svelte and names.ts 2024-06-20 23:48:23 +09:00
kwaroran
1ea5975973 fix typo 2024-06-20 23:42:47 +09:00
kwaroran
3978d0a19a Bump version to 115.1.1 2024-06-20 23:34:52 +09:00
kwaroran
3d108e65c7 add claude sonnet 2024-06-20 23:33:52 +09:00
kwaroran
4b77df6c19 Add hidden passwords 2024-06-20 16:12:38 +09:00
kwaroran
1de8eb0310 Bump version to 115.0.1 2024-06-19 22:07:58 +09:00
kwaroran
246c7776fa fix join and spread 2024-06-19 22:07:46 +09:00
kwaroran
df1faaaebf chore: Bump version to 115.0.0 2024-06-19 20:05:35 +09:00
kwaroran
52aefee03e add new command syntaxes 2024-06-19 19:35:26 +09:00
kwaroran
9e9bb400c1 add commandmatcher 2024-06-19 19:04:15 +09:00
kwaroran
799188b785 fix object 2024-06-19 18:03:08 +09:00
kwaroran
6a2fb7e5dd Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-19 17:55:58 +09:00
kwaroran
f335170277 add json based arrays and objects 2024-06-19 17:55:55 +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
kwaroran
c2eb8c6419 fix: add null checking 2024-06-19 03:20:54 +09:00
HyperBlaze
beccdf0bb8 Merge branch 'kwaroran:main' into main 2024-06-18 11:14:22 -07:00
kwaroran
507c3e629a add export via htmls 2024-06-19 02:42:18 +09:00
LightningHyperBlaze45654
8d883990bb Update hypav2.ts
Now retrieving works as intended
2024-06-18 08:23:57 -07:00
kwaroran
f119739bb9 chore: Bump version to 114.5.0 2024-06-18 22:31:21 +09:00
kwaroran
78812be474 refactor: Remove console.log statement in automark.ts 2024-06-18 22:25:19 +09:00
kwaroran
af8a213551 add screenshot progress indicator 2024-06-18 22:24:38 +09:00
kwaroran
8a8befecda remove v1 fallback to use oldtavernchar fallback 2024-06-18 22:20:00 +09:00
kwaroran
401e83b916 Move legacy translation 2024-06-18 22:14:04 +09:00
kwaroran
22a06a4d7d remove outdated plugins 2024-06-18 22:08:04 +09:00
kwaroran
be0cd11c26 rm: remove outdated plugins 2024-06-18 22:06:28 +09:00
kwaroran
f4c10b8395 improve translation 2024-06-18 21:55:22 +09:00
kwaroran
0925431588 Improve automark.ts code to handle more symbols 2024-06-18 21:32:39 +09:00
kwaroran
1c30c4ac98 chore: Move comparison operators 2024-06-18 21:29:53 +09:00
LightningHyperBlaze45654
b17cf1e532 minimal changes on last two chats
hypav2.ts update. last commit.
2024-06-17 23:45:03 -07:00
LightningHyperBlaze45654
e530783eb6 Stable update hypav2.ts
no joke, now really works.
2024-06-17 23:38:48 -07:00
LightningHyperBlaze45654
21f5d61521 Update hypav2.ts
Still so much error :(
2024-06-17 22:33:34 -07:00
HyperBlaze
289fe90027 Update hypav2.ts
fuck chatgpt, today is the last day and I will finish this.
2024-06-17 15:07:07 -07:00
LightningHyperBlaze45654
ff52e8dd37 hypav2.ts update
one final stability check will be required..
2024-06-17 08:21:56 -07:00
LightningHyperBlaze45654
dab52b6a1f updated hypav2.ts
Logic change. Need revise.
2024-06-16 12:41:41 -07:00
LightningHyperBlaze45654
e03e7f9c4b Resolved all buggy issues
why no json? Idk, blame me
2024-06-16 10:28:31 -07:00