Commit Graph

763 Commits

Author SHA1 Message Date
kwaroran
c3f1e0dc22 feat: revert to beta 2024-05-27 14:56:12 +09:00
kwaroran
6df053696d refactor: Update generative language API URL for non-aigoogle projects 2024-05-27 13:29:02 +09:00
kwaroran
7f3434f8e4 refactor: Add Cohere models to ModelList and names.ts 2024-05-27 13:23:42 +09:00
kwaroran
f822765d95 refactor: Add noMultiGen flag to requestChatDataMain functions 2024-05-27 12:34:07 +09:00
kwaroran
66bbee9918 refactor: Add noMultiGen flag to requestChatDataMain function 2024-05-27 12:32:39 +09:00
kwaroran
4ad59fa69c feat: Add HypaMemory V2 and SupaMemory descriptions and add hypav2 settings 2024-05-27 12:30:07 +09:00
kwaroran
6d5be694d0 feat: Add default variables to character settings 2024-05-27 12:09:09 +09:00
kwaroran
608dad465b refactor: Move getCustomToggles to parseKeyValue 2024-05-27 11:50:44 +09:00
kwaroran
1d5a829f88 feat: Add custom toggles 2024-05-27 11:18:15 +09:00
kwaroran
7e1e3ecc61 refactor: Make custom chain of thought prompt option unrecommended 2024-05-27 10:51:28 +09:00
kwaroran
40c832d31a refactor: Update getVar function in triggers.ts to handle null values 2024-05-27 10:43:37 +09:00
kwaroran
5477d9f6be refactor: Add test_lorebook command to processMultiCommand 2024-05-27 07:25:36 +09:00
kwaroran
5f94ad2394 fix: Reverse order of actives in loadLoreBookV3Prompt 2024-05-27 03:03:36 +09:00
kwaroran
df245159d2 refactor: Trim and filter keys in loadLoreBookV3Prompt 2024-05-27 00:46:02 +09:00
kwaroran
5aef62766e refactor: Improve loadLoreBookV3Prompt activation logic and key matching 2024-05-26 12:25:15 +09:00
kwaroran
f92b1ffb3b fix: fix regex fallback 2024-05-26 12:05:21 +09:00
kwaroran
4b0797669e refactor: Improve activation logic in loadLoreBookV3Prompt 2024-05-26 11:55:07 +09:00
kwaroran
c1ac40024a refactor: Skip processing lore entries without key or alwaysActive flag 2024-05-26 11:46:17 +09:00
kwaroran
7cdf1918e5 feat: add ccv3 decorators 2024-05-25 11:04:27 +09:00
kwaroran
5b7e66723f feat: add hypav2 button 2024-05-23 07:02:16 +09:00
kwaroran
7a1591bd20 feat: Add hypav2 memory option to OtherBotSettings 2024-05-23 01:52:31 +09:00
kwaroran
6b96a36061 feat: Add option to enable dynamic assets in Modify Display stage 2024-05-22 19:36:32 +09:00
kwaroran
77849d2a9a feat: Enable dynamic assets for processing data and replace missing asset names with the closest match 2024-05-22 14:52:08 +09:00
kwaroran
01494209e7 Add gemini flash 2024-05-17 19:53:14 +09:00
kwaroran
dc569ed1b2 refactor: Update supportsInlayImage function to include gpt5 and gpt4o models 2024-05-15 00:16:07 +09:00
IHaBiS02
4595a36adf Fix comments 2024-05-14 05:49:35 +09:00
IHaBiS02
2d71037e9b Fix some detail 2024-05-14 05:48:35 +09:00
IHaBiS02
73fda3bb93 Make exception on gpt based models from removing logit_bias 2024-05-14 05:48:14 +09:00
kwaroran
14ef1d95ce feat: Add GPT-4o mode 2024-05-14 02:35:00 +09:00
kwaroran
b8abb977a2 feat: Add support for logical NOT operator in toRPN function 2024-05-07 04:29:16 +09:00
Yvonne
b389c86b76 Fixed hardcoded URL
now it takes it from the db.
2024-05-04 17:19:37 +02:00
sub-hub
e76a2459bb Fix hanurai to skip query chats when push to processor 2024-05-02 09:47:35 +09:00
kwaroran
d3c2e5575e Update calc 2024-05-01 08:11:11 +09:00
kwaroran
d2248383fd Fix return value for custom embedding URL in HypaProcesser 2024-04-29 01:53:39 +09:00
sub-hub
cefdc1ad11 Fix customEmbeddingUrl handling in HypaProcesser 2024-04-27 22:41:48 +09:00
sub-hub
96622482b3 Add appendLastPath util function and use it in hypamemory 2024-04-27 22:09:23 +09:00
sub-hub
e5a88c4ecb Add support for custom embedding URL in PlaygroundEmbedding.svelte and HypaProcesser 2024-04-27 18:21:44 +09:00
kwaroran
091cf4f35c Fix import module checking 2024-04-27 06:29:03 +09:00
kwaroran
0ebc919080 Fix toRPN cac 2024-04-25 14:43:52 +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
11b1d4d4f3 Replace cloneDeep to native structuredclone and remove unused import 2024-04-25 01:17:14 +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
3d8b3b669d Add playground and fix embeddings 2024-04-24 21:49:25 +09:00