Commit Graph

677 Commits

Author SHA1 Message Date
kwaroran
bbd86129de Fix trigger operator (#564)
# 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
Currently, some of the operators in the trigger block seem to be working
in reverse.
2024-07-10 16:19:37 +09:00
kwaroran
0ee481d00d add hidechaticon 2024-07-10 16:17:33 +09:00
bangonicdd
5040e7c87c Fix trigger operator 2024-07-10 13:47:17 +09:00
kwaroran
12dbd65003 add chatml related 2024-07-07 08:03:15 +09:00
kwaroran
dbdbeca49e refactor: Remove console.log statements and error alerts in lua.ts 2024-07-01 08:16:03 +09:00
kwaroran
8c0420ba3d fix: add nullish check 2024-07-01 08:11:20 +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
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
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
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
8a94ef938e feat: add triggercode 2024-06-29 00:45:57 +09:00
kwaroran
1e4fb7633e Add global vars to RPN 2024-06-28 08:23:51 +09:00
bangonicdd
9889a7ec49 add sonnet 3.5 for aws and custom 2024-06-21 02:42:44 +09:00
HyperBlaze
beccdf0bb8 Merge branch 'kwaroran:main' into main 2024-06-18 11:14:22 -07:00
LightningHyperBlaze45654
8d883990bb Update hypav2.ts
Now retrieving works as intended
2024-06-18 08:23:57 -07:00
kwaroran
22a06a4d7d remove outdated plugins 2024-06-18 22:08:04 +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
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
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
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
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
933e4d0cec feat: add sd3 2024-06-12 20:20:24 +09:00
LightningHyperBlaze45654
ff1793a123 hypav2 update
incomplete
2024-06-11 21:06:59 -07:00
kwaroran
964ee5949c refactor: Update processzip.ts to handle better web sleep 2024-06-09 19:51:43 +09:00
kwaroran
49b14939c4 feat: add quote colors 2024-06-07 17:14:21 +09:00
kwaroran
c9d41c1cfa fix: apply module not working 2024-06-05 16:51:30 +09:00
kwaroran
764c2370dd feat: add module apply 2024-06-05 16:38:44 +09:00
kwaroran
0e5e587c90 feat: add probability decorator 2024-06-04 19:36:09 +09:00
kwaroran
a4afc03d46 refactor: Replace null with 0 in executeRPNCalculation function 2024-06-04 00:52:34 +09:00
kwaroran
1e4d372f3b refactor: improve charx loading 2024-06-03 22:13:24 +09:00
kwaroran
6d3976f26d feat: add lorebook regex matching via decorators 2024-06-03 17:28:16 +09:00
kwaroran
a39fbee4ff refactor: Remove lorebook comments and convert text to lowercase 2024-06-03 17:24:02 +09:00
kwaroran
ad7ce3f0d1 feat: add charx import 2024-06-03 16:59:44 +09:00
kwaroran
8dff1a6cde feat: add export via ccv3 charx and json 2024-06-02 23:38:55 +09:00
kwaroran
958217839b feat: add quality parameter for DALL-E image generation 2024-05-31 13:36:46 +09:00
kwaroran
774b597573 refactor: Add PlaygroundImageGen component to PlaygroundMenu 2024-05-31 13:31:02 +09:00