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 |
|
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
|
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
|
414fa5348c
|
Fix hanuraiMemory function to use shift instead of pop for chats array
|
2024-04-24 00:15:06 +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
|
e93f625ebd
|
Add openrouter provider
|
2024-04-21 14:24:26 +09:00 |
|
kwaroran
|
6b91875547
|
Update chatTemplate.ts with additional templates
|
2024-04-20 22:30:58 +09:00 |
|
kwaroran
|
5ac4d130e5
|
Update chatTemplate.ts with vicuna and alpaca
|
2024-04-20 20:44:30 +09:00 |
|
kwaroran
|
c9011da053
|
Add Jinja based formating
|
2024-04-20 19:27:17 +09:00 |
|
kwaroran
|
9b7a9c788c
|
Add AI model settings to BotSettings.svelte and request.ts
|
2024-04-19 13:24:29 +09:00 |
|
kwaroran
|
354bcbd88b
|
Add removeIncompleteResponse
|
2024-04-18 22:47:38 +09:00 |
|