Commit Graph

1775 Commits

Author SHA1 Message Date
kwaroran
901db2b09e Add ignoredErrors in alertError function 2024-04-26 22:34:59 +09:00
kwaroran
0ebc919080 Fix toRPN cac 2024-04-25 14:43:52 +09:00
kwaroran
a476bc9c05 Update version numbers to 1.100.0 2024-04-25 14:43:04 +09:00
kwaroran
6ae39619b7 Add support for bitwise OR and AND operators in calculateRPN function 2024-04-25 04:10:00 +09:00
kwaroran
45a9068e58 Fix regex bug in executeRPNCalculation function 2024-04-25 04:00:53 +09:00
kwaroran
bf15c7d860 Add support for var loading in calc and add special syntax for calc 2024-04-25 04:00:08 +09:00
kwaroran
63e3492466 Fix > and < not working 2024-04-25 03:12:16 +09:00
kwaroran
be38e42186 Add comparison operators < and > to calculateRPN function 2024-04-25 02:51:37 +09:00
kwaroran
edeb77e085 Add ^ and % to calc 2024-04-25 02:47:44 +09:00
kwaroran
5bd57df411 Fix sidebar and textarea size 2024-04-25 02:30:10 +09:00
kwaroran
f1dfabc408 Add GUI size options 2024-04-25 02:17:57 +09:00
kwaroran
11b1d4d4f3 Replace cloneDeep to native structuredclone and remove unused import 2024-04-25 01:17:14 +09:00
kwaroran
cc744853d2 Add hotkey functionality to handle Escape key 2024-04-25 01:08:03 +09:00
kwaroran
c0c5592c4c Add new commands to processCommand function 2024-04-25 01:05:20 +09:00
kwaroran
68571143bf Add risu_char and risu_user 2024-04-25 01:01:02 +09:00
kwaroran
4a820aac4a Remove deep 2024-04-25 00:59:02 +09:00
kwaroran
c10eab506a Update error handling in main.ts and globalApi.ts 2024-04-25 00:57:09 +09:00
kwaroran
2d1a504cdb Add unixtime function to parser.ts 2024-04-25 00:44:54 +09:00
kwaroran
eceeb98768 Add setdefaultvar 2024-04-25 00:43:10 +09:00
kwaroran
719040789c Add idle_duration 2024-04-25 00:37:26 +09:00
kwaroran
ba6195f1de Rename idle_duration to message_idle_duration 2024-04-25 00:34:57 +09:00
kwaroran
0d067e27d0 Fix datetime format length check in parser.ts 2024-04-25 00:34:17 +09:00
kwaroran
06742fe16e Update datetimeformat 2024-04-25 00:33:49 +09:00
kwaroran
3e5b922c8b Remove legacy field 2024-04-25 00:30:09 +09:00
kwaroran
413ccc6bfc Update version number to 1.99.1 2024-04-25 00:17:46 +09:00
kwaroran
4bf65af264 Update version number to 1.99.0 2024-04-24 22:54:08 +09:00
kwaroran
63e54a4716 Fix consistantChar option not applying 2024-04-24 22:12:24 +09:00
kwaroran
58513ed54a Add tokenizer playground 2024-04-24 22:06:02 +09:00
kwaroran
3d8b3b669d Add playground and fix embeddings 2024-04-24 21:49:25 +09:00
kwaroran
bd2e1a05b7 Update chunk size in HypaProcesser class 2024-04-24 20:31:44 +09:00
kwaroran
d2288d326b Refactor similarity calculation and sorting in HypaProcesser class 2024-04-24 20:30:14 +09:00
kwaroran
acf72727b6 Remove unessesary convertions 2024-04-24 20:29:10 +09:00
kwaroran
2eb27a2dde Refactor runEmbedding function in transformers.ts 2024-04-24 20:14:48 +09:00
kwaroran
97d672d270 Fix rangeStart condition in templateCheck function 2024-04-24 20:03:49 +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
a42126e0f6 Update version numbers to 1.98.2 2024-04-24 00:28:02 +09:00
kwaroran
ab226c8b9d Fix text handling 2024-04-24 00:27:49 +09:00
kwaroran
393e702126 Fix type error in requestChatDataMain function 2024-04-24 00:23:21 +09:00
kwaroran
ffe27d02fc Update version numbers to 1.98.1 2024-04-24 00:15:23 +09:00
kwaroran
414fa5348c Fix hanuraiMemory function to use shift instead of pop for chats array 2024-04-24 00:15:06 +09:00
kwaroran
445af3ef43 Update version numbers to 1.98.0 2024-04-23 23:06:24 +09:00
kwaroran
f46df1af20 Add Llama3 tokenizer support 2024-04-23 23:02:27 +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
376fa1641b Add nomic embedding 2024-04-23 20:41:08 +09:00
kwaroran
bb0ad4c57e Add chat formatting and use instruction prompt feature 2024-04-23 18:31:32 +09:00
kwaroran
67c8e39d83 Fix alertError function to handle non-string messages 2024-04-22 01:35:58 +09:00
kwaroran
27d045292a Update version numbers to 1.97.2 2024-04-21 14:28:34 +09:00