Commit Graph

2069 Commits

Author SHA1 Message Date
kwaroran
b095286b3e Add GPT-4-Turbo and latest models 2024-04-10 07:33:05 +09:00
kwaroran
b52c54da05 Update version numbers to 1.93.6 2024-04-09 05:50:35 +09:00
kwaroran
28241011cf Add model support 2024-04-09 05:49:01 +09:00
kwaroran
86c0e366cc Fix SupaMemory error handling in supaMemory.ts 2024-04-09 03:55:16 +09:00
kwaroran
def1b5f788 Fix BroadcastChannel reference in globalApi.ts 2024-04-08 23:51:04 +09:00
kwaroran
20b268aa1b Update BroadcastChannel name in globalApi.ts 2024-04-08 23:48:54 +09:00
kwaroran
653fb6fa9f Refactor tab activation handling in saveDb function 2024-04-08 23:46:34 +09:00
kwaroran
8d094d5b66 Add supamemory max chunk size and remove deprecated 2024-04-08 23:42:30 +09:00
kwaroran
74385237ab Update BroadcastChannel name in globalApi.ts 2024-04-08 22:04:43 +09:00
kwaroran
aead67be97 Add language string for activeTabChange 2024-04-08 22:03:56 +09:00
kwaroran
4e8e6a6f70 Add alertNormalWait function to alert.ts and handle tab activation in saveDb function 2024-04-08 22:00:20 +09:00
kwaroran
e65785b225 Refactor logical operators in parser.ts for better readability and consistency 2024-04-08 10:09:42 +09:00
kwaroran
c6fbe7f58b Update version to 1.93.4 2024-04-08 06:57:32 +09:00
kwaroran
3f96cf044d Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-04-08 06:53:40 +09:00
kwaroran
e57abcd3e5 Update special days 2024-04-08 06:53:38 +09:00
kwaroran
d297110c23 Fixed the 'failed to fetch', 'Decoding failed' errors occurring in some environments in NodeJS (#348)
# 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
Fixed a bug caused by the "Content-Encoding" header returned from the
server in some environments in the Risu environment of the NodeJS
server.
In reality, the server does not return compressed data, but the issue
arises from sending that header.
2024-04-08 06:34:08 +09:00
kwaroran
6f627c9bfe Add translate no attrb 2024-04-08 05:45:08 +09:00
ModMapper
7f7d469606 Fixed a bug caused by the Content-Encoding header returned from the server in some environments 2024-04-08 01:09:46 +09:00
kwaroran
ba5c210463 Revert loadpages behavior dude to bugs 2024-04-07 10:28:27 +09:00
kwaroran
93c2e0c04c Update version to 1.93.3 2024-04-07 09:49:31 +09:00
kwaroran
c2b3cec3bb Make page load chunk by 10 for performance and add id checking 2024-04-07 09:48:03 +09:00
kwaroran
1b868ca579 Update version to 1.93.2 2024-04-06 06:11:58 +09:00
kwaroran
a4817dd0cb Fix reader.closed check in requestChatDataMain function 2024-04-06 06:11:27 +09:00
kwaroran
ae1d84ead5 Update loadPages value in DefaultChatScreen.svelte and fix request 2024-04-06 06:11:04 +09:00
kwaroran
a7c7d04f53 Update version to 1.93.1 2024-04-06 05:46:13 +09:00
kwaroran
b61baaa4ae Add antiClaudeOverload option 2024-04-06 05:45:16 +09:00
kwaroran
ad951bd045 Update version to 1.93.0 2024-04-05 21:58:42 +09:00
kwaroran
55bbee0281 Refactor nested block handling in parser.ts 2024-04-05 21:52:18 +09:00
kwaroran
d3fda71621 Add emotionlist and assetlist functions to parser.ts 2024-04-05 21:47:39 +09:00
kwaroran
8c5dd7553c Add range cbs 2024-04-05 21:43:54 +09:00
kwaroran
f22694cb5c Change history cbs behavior 2024-04-05 21:42:03 +09:00
kwaroran
88ce3a4436 Add update option to realm 2024-04-05 21:37:39 +09:00
kwaroran
0462d731e7 remove console.log 2024-04-05 21:33:43 +09:00
kwaroran
ea58cf81db Fix bug in parser.ts for handling nested blocks 2024-04-05 21:31:02 +09:00
kwaroran
a4c60707af add each statement and fix nested blocks 2024-04-05 21:30:31 +09:00
kwaroran
e795145c5d Refactor if handling 2024-04-05 20:28:13 +09:00
kwaroran
74c5b5a8d6 Update version to 1.92.0 2024-04-04 06:56:41 +09:00
kwaroran
9d55f61230 Add 'remaind' function to calculate remainder 2024-04-04 06:52:20 +09:00
kwaroran
d7f0892c14 Add datetimeformat function to parser.ts 2024-04-04 06:51:14 +09:00
kwaroran
63657a9252 Fix blockStartMatcher function to handle nested blocks 2024-04-04 06:30:33 +09:00
kwaroran
2a3f0830ce Add support for creating arrays in the matcher function 2024-04-03 23:15:17 +09:00
kwaroran
0319f705c4 Add array cbs 2024-04-03 23:14:28 +09:00
kwaroran
f35e3e6fd3 Update version to 1.91.0 2024-04-03 20:08:51 +09:00
kwaroran
5a4a1d7071 Fix incorrect condition in parser.ts 2024-04-03 19:56:37 +09:00
kwaroran
3c568b5287 Fix name in parser.ts 2024-04-03 19:55:04 +09:00
kwaroran
d302aaa79f Add date and time formatting cbs 2024-04-03 19:47:26 +09:00
kwaroran
6a9d88e525 remame time and date cbs to message_time and message_date 2024-04-03 19:37:33 +09:00
kwaroran
1c3c3cc16d Add new cbs to the parser.ts file 2024-04-03 19:36:27 +09:00
kwaroran
8f8441e529 make parse block to trim leading and trailing whitespace in parse function 2024-04-03 19:19:15 +09:00
kwaroran
28d4ee93cf Refactor blockEndMatcher function to use switch statement 2024-04-03 19:18:28 +09:00