Commit Graph

141 Commits

Author SHA1 Message Date
LightningHyperBlaze45654
ff52e8dd37 hypav2.ts update
one final stability check will be required..
2024-06-17 08:21:56 -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
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
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
kwaroran
c169cd4e96 feat: add pt_ positions 2024-05-30 12:23:35 +09:00
kwaroran
2401b25bee Add low level access 2024-05-28 20:39:35 +09:00
kwaroran
7e1e3ecc61 refactor: Make custom chain of thought prompt option unrecommended 2024-05-27 10:51:28 +09:00
kwaroran
7cdf1918e5 feat: add ccv3 decorators 2024-05-25 11:04:27 +09:00
kwaroran
7a1591bd20 feat: Add hypav2 memory option to OtherBotSettings 2024-05-23 01:52:31 +09:00
kwaroran
11b1d4d4f3 Replace cloneDeep to native structuredclone and remove unused import 2024-04-25 01:17:14 +09:00
kwaroran
430c752da2 Add non-advanced chat template 2024-04-24 20:00:52 +09:00
kwaroran
da8e57c542 Add non-advanced settings 2024-04-24 19:58:14 +09:00
kwaroran
5b598eedd7 Fix typo 2024-04-24 19:51:07 +09:00
kwaroran
45acd4b6d8 Refactor chat formatting and fix Harunai Memory 2024-04-23 22:50:44 +09:00
kwaroran
2abd3bf15a Add Harunai Memory 2024-04-23 22:07:44 +09:00
kwaroran
354bcbd88b Add removeIncompleteResponse 2024-04-18 22:47:38 +09:00
kwaroran
0a2fd4a4c2 Add autoContinueChat setting 2024-04-18 22:25:22 +09:00
kwaroran
f47f2e95a5 Fix autoContinueMinTokens 2024-04-18 22:06:29 +09:00
kwaroran
83f0cb005c Add autoContinueMinTokens setting 2024-04-18 13:37:46 +09:00
kwaroran
35af70f70f Fix hypamemory duplication problem 2024-04-11 05:42:34 +09:00
kwaroran
3726c96a29 Add metadata viewer 2024-04-11 05:18:47 +09:00
kwaroran
a98c9f2022 Fix asHyper flag in sendChat function 2024-04-11 04:50:42 +09:00
kwaroran
3752b4e550 Add chat process indication mark 2024-04-11 04:43:56 +09:00
kwaroran
1a750dc6c6 Add trigger effects and conditions 2024-04-10 10:19:10 +09:00
kwaroran
6fb5b7d6a0 Refactor chat processing logic 2024-03-25 02:57:31 +09:00
kwaroran
98257b2bd6 Rework variable assignment and processing 2024-03-25 02:56:28 +09:00
kwaroran
31856a9c48 Add generation info viewer 2024-03-19 14:50:48 +09:00
kwaroran
6e5465356a Refactor inlay image parsing and add image embedding functionality 2024-03-18 00:05:03 +09:00
kwaroran
dbe1a45317 Refactor multimodal and add claude-3 vision support 2024-03-17 23:48:24 +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
kwaroran
570abb1524 Fix chat content trimming in sendChat function 2024-03-05 02:46:08 +09:00
kwaroran
18fbaebd46 Add new prompt type 'postEverything' 2024-03-05 01:54:55 +09:00
kwaroran
66fd70c01a Add postfile function 2024-02-26 23:13:29 +09:00
kwaroran
f1b7c894a6 Fix issue with empty result in sendChat function 2024-01-22 01:49:08 +09:00
kwaroran
a1c6cbdf24 Use two @ instead of three @ for consistancy 2024-01-15 12:38:31 +09:00
kwaroran
5d7a0017dd Update error message in sendChat function 2024-01-15 06:27:59 +09:00
kwaroran
b402195e18 Fix streaming response handling in sendChat function 2024-01-13 10:41:12 +09:00
kwaroran
aaa5843c51 Add custom chain of thought feature and max thought tag depth setting 2024-01-08 09:03:12 +09:00
kwaroran
a304d555ba [fix] use two tildes 2023-12-31 03:41:24 +09:00
kwaroran
87d32a5c58 [fix] example 2023-12-24 23:25:07 +09:00
kwaroran
68239da84e [fix] first message fix 2023-12-24 22:58:51 +09:00
kwaroran
6e56803fd2 [feat] send as original role 2023-12-24 22:12:41 +09:00
kwaroran
57081a3c3c [feat] sendname 2023-12-24 22:08:15 +09:00
kwaroran
036fc00f7b [fix] name appending wrong 2023-12-24 22:07:12 +09:00
kwaroran
a3b90e8b86 [feat] added template setting 2023-12-24 20:02:15 +09:00
kwaroran
307a0390d2 [fix] rerolls 2023-12-18 18:20:08 +09:00
kwaroran
655e8932b1 [fix] reroll 2023-12-18 15:07:30 +09:00
kwaroran
fd718efbbf [fix] cot 2023-12-18 09:46:46 +09:00