Commit Graph

2678 Commits

Author SHA1 Message Date
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
LightningHyperBlaze45654
4ef256dcf9 hypav2 working update
Everything works as intended.
when the first chat limit is reached, it succesfully summarize the previous chats according to the chunk size, and then returns the chat with summarized text as a system prompt, with other chats after that summarized point correctly appended.
Automatic sub-chunking also works perfectly.

Tested with sub-model.
2024-06-15 23:34:00 -07:00
HyperBlaze
901d07bcf1 Merge branch 'kwaroran:main' into main 2024-06-15 23:26:49 -07:00
kwaroran
94b65b3e0d Update MainMenu.svelte to use page 0 2024-06-16 02:54:57 +09:00
HyperBlaze
0d058273c6 Merge branch 'kwaroran:main' into main 2024-06-14 19:36:42 -07:00
HyperBlaze
33bb7a3337 updated hypav2.ts
back to original logic, only model selection is implemented.
Previous issue: the mainChunks object holds list of summarized texts, but for somewhat reason they are deleted after usage, and then re-added again, summarizing same chats.
2024-06-14 17:29:11 -07:00
kwaroran
6ed211af7e chore: Update app version to 114.4.0 2024-06-15 02:05:28 +09:00
kwaroran
6ec18685b4 Improve automark.ts code to handle more symbols 2024-06-15 02:04:12 +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
1ec16c2aef revert action branch to production 2024-06-14 23:41:01 +09:00
kwaroran
688be14e11 feat: add updater 2024-06-14 23:40:28 +09:00
kwaroran
b56b8eebec refactor: Update GitHub Actions workflow to include TAURI_PRIVATE_KEY and TAURI_KEY_PASSWORD 2024-06-14 23:20:22 +09:00
kwaroran
d0464c0154 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-14 23:13:57 +09:00
kwaroran
c139118bd6 temporarily enable the github actions push to main branch 2024-06-14 23:13:30 +09:00
kwaroran
63e331e50c pdate GitHub Actions workflow to use ubuntu-latest 2024-06-14 23:12:49 +09:00
kwaroran
7ad7eea527 refactor: Update GitHub Actions workflow to use matrix settings for runs-on 2024-06-14 23:12:41 +09:00
kwaroran
f13e9e1d93 refactor: Update GitHub Actions workflow to use matrix settings for runs-on 2024-06-14 23:10:54 +09:00
kwaroran
cd8e37b05e fix GitHub Actions workflow to use matrix settings for runs-on 2024-06-14 23:07:20 +09:00
kwaroran
3499f99f7f refactor: Update GitHub Actions workflow to support multiple platforms 2024-06-14 23:02:29 +09:00
kwaroran
6aab8497fd feat: Fix shell syntax error in GitHub Actions workflow 2024-06-14 22:56:40 +09:00
kwaroran
601a413041 chore: add updater workflow 2024-06-14 22:55:01 +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
326091c9a0 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-14 08:31:16 +09:00
kwaroran
4f5171d16c refactor: Improve pickHashRand function in parser.ts 2024-06-14 08:31:07 +09:00
kwaroran
ee8463e25e refactor: Improve pickHashRand function in parser.ts 2024-06-14 08:30:48 +09:00
kwaroran
27ad0810c4 feat: improve pick 2024-06-14 08:27:32 +09:00
kwaroran
4e4f6c4295 refactor: Remove duplicated 'unixtime' case in parser.ts 2024-06-14 08:21:42 +09:00
kwaroran
dc894af401 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-06-14 08:15:51 +09:00
kwaroran
9d1e2bfb28 feat: add PlaygroundParser component to PlaygroundMenu 2024-06-14 08:15:48 +09:00
kwaroran
57067750f0 Add "button" to the combine translation blacklist (#509)
# 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
2024-06-14 07:28:33 +09:00
kwaroran
2ba6e1b54a Update version to 114.2.1 2024-06-14 07:28:02 +09:00
kwaroran
731da1d2df refactor: Improve array filtering logic in parser.ts 2024-06-14 07:27:07 +09:00
HyperBlaze
e31075e12c Merge branch 'experimental' 2024-06-13 13:16:06 -07:00
HyperBlaze
d72c541437 changed mainprompt
made mainprompt only have most recent summarized data, which will be correctly appended on mainChunks[0]
2024-06-13 13:08:43 -07:00
LightningHyperBlaze45654
caa73666c4 minor update 2024-06-13 08:04:44 -07:00
LightningHyperBlaze45654
196775e589 Removed random punctuation
why this exists
2024-06-12 20:59:14 -07: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
HyperBlaze
22f08e2024 Update OtherBotSetings.svelte due to OAI key not showing upo 2024-06-12 11:16:16 -07:00
sub-hub
e59f8f1fa4 Add "button" to the combine translation blacklist 2024-06-12 23:42:39 +09:00
LightningHyperBlaze45654
bbf5c7405a punctuation fix, added oai embedding 2024-06-12 07:38:12 -07:00
LightningHyperBlaze45654
5030dd56da hypav2 enhancment 2 2024-06-12 07:11:07 -07:00
HyperBlaze
aff445f38f Merge branch 'kwaroran:main' into main 2024-06-12 06:32:10 -07:00
kwaroran
6b42216d71 Update version to 114.2.0 2024-06-12 20:20:50 +09:00