Commit Graph

1757 Commits

Author SHA1 Message Date
kwaroran
f38b88e208 change markdown engine to markdown-lt 2024-07-02 05:04:37 +09:00
kwaroran
6ee9a152d4 fix: add error time 2024-07-02 02:30:17 +09:00
kwaroran
dbdbeca49e refactor: Remove console.log statements and error alerts in lua.ts 2024-07-01 08:16:03 +09:00
kwaroran
e2a31df93f Update version to 119.0.1 2024-07-01 08:11:34 +09:00
kwaroran
8c0420ba3d fix: add nullish check 2024-07-01 08:11:20 +09:00
kwaroran
d1196c7b09 Update version to 119.0.0 2024-07-01 06:42:25 +09:00
kwaroran
988665bc20 ref: change json lua 2024-07-01 06:41:28 +09:00
kwaroran
fa918b5436 feat: add old js related lua code 2024-07-01 06:25:22 +09:00
kwaroran
aba80667c8 fix: add editdisplay limit 2024-06-30 23:11:37 +09:00
kwaroran
b8c070e081 Update version to 118.1.0 2024-06-30 23:09:42 +09:00
kwaroran
5ea1f87f53 feat: add lua edits 2024-06-30 23:09:28 +09:00
kwaroran
a84f13e7ba ref: lua 2024-06-30 22:28:20 +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
baf659f620 feat: add removeChat function in triggers.ts 2024-06-29 18:34:38 +09:00
kwaroran
95452921fe feat: add lua triggers 2024-06-29 05:19:39 +09:00
kwaroran
9624781407 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-29 00:55:11 +09:00
kwaroran
3cb21912d6 chore: Add WIP comment for call command in parser.ts 2024-06-29 00:55:09 +09:00
kwaroran
25a60dbde0 add sonnet 3.5 for aws and custom (#541)
# PR Checklist
- [ ] 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
aws += sonnet-3-5
custom += sonnet-3-5, gpt-4-turbo
2024-06-29 00:47:57 +09:00
kwaroran
87f7b2f748 Bump version to 117.0.0 2024-06-29 00:46:15 +09:00
kwaroran
8a94ef938e feat: add triggercode 2024-06-29 00:45:57 +09:00
kwaroran
39e7a8df8b feat: add new cbs 2024-06-29 00:27:28 +09:00
kwaroran
9151a6aef2 Add triggercode cbs 2024-06-28 22:05:04 +09:00
Sunho Kim
73b3425f5f [feat] optimize tauri write binary file 2024-06-28 02:40:17 -07:00
kwaroran
1e4fb7633e Add global vars to RPN 2024-06-28 08:23:51 +09:00
kwaroran
46259453a7 chore: Bump version to 116.0.1 2024-06-27 19:07:16 +09:00
kwaroran
a5583ebeec refactor: Update file extensions for assets in characterCards.ts 2024-06-27 19:06:35 +09:00
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
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
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
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
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