Commit Graph

1212 Commits

Author SHA1 Message Date
83965fb611 Implement move extensions 2024-12-07 18:42:37 +02:00
c33649753b Improve extension type indication 2024-12-07 18:12:27 +02:00
abe51682c8 [wip] Add global extensions 2024-12-07 17:10:26 +02:00
3849908fe1 Add maxTotalChatBackups config.yaml value 2024-12-07 15:37:57 +02:00
8574a5dd27 Improve KAI lite import 2024-12-07 14:50:24 +02:00
22ea5f3c3c Lint fix 2024-12-06 21:30:05 +02:00
073b76a693 Support Gemini-exp-1206 2024-12-07 02:19:15 +09:00
7f9766c918 Merge pull request #3144 from Meus-Artis/patch-1
Better console output
2024-12-05 18:56:39 +02:00
e55748fe92 Fix Date constructor call 2024-12-05 18:55:17 +02:00
373a0ad321 Add config.yaml value for cards cache capacity. 2024-12-05 12:59:03 +00:00
fb1f890974 Merge branch 'release' into staging 2024-12-04 01:05:56 +02:00
8ef49b40b2 Add error handling to group parsing in chat search 2024-12-04 01:05:14 +02:00
79700fd983 Add Kobold Lite chats import 2024-12-04 00:44:50 +02:00
4466da63bc Update users-public.js
Replace session touch timestamp with Date()
2024-12-03 14:56:40 -05:00
c3f988f246 Update users-public.js
Better/more detailed console output for multi-user installs
2024-12-03 01:09:41 -05:00
c930a66d81 Merge branch 'staging' into 202411-backend-maxctx 2024-12-01 14:39:01 +02:00
a86735d743 Fix sendless statuses 2024-11-30 19:30:14 +02:00
7fbff41329 Unasync route handler 2024-11-29 13:14:40 +00:00
53514b5e1a Prettify compilation console logs 2024-11-29 13:12:46 +00:00
c0b37631bc Merge branch 'staging' into webpack-memory 2024-11-29 13:07:17 +00:00
095d19cda7 Rename LimitedMap => MemoryLimitedMap 2024-11-29 12:33:48 +00:00
c873362d01 Safer estimation of possibly undefined values 2024-11-29 01:28:10 +02:00
52606616c4 Add 100MB limit to parsed characters cache 2024-11-29 01:06:10 +02:00
768b3e48f7 Remove webpack watch unhook 2024-11-29 00:25:31 +02:00
afccb8517a Ditch webpack-dev-middleware 2024-11-29 00:13:43 +02:00
b5c2ecdfcc Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:47:27 +02:00
afb4acc19b Revert "Webpack: cache lib.js to disk to prevent occasional OOM"
This reverts commit f630c8892a.
2024-11-28 22:45:45 +02:00
f630c8892a Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:39:20 +02:00
9382845dee Claude: remove user filler from prompt converter 2024-11-24 19:05:41 +02:00
b4be50d26a Android: Disable in-memory cache of parsed cards 2024-11-24 18:52:47 +02:00
b1300d403c Always stop webpack watch on android 2024-11-24 05:03:35 +02:00
70c45fb001 Merge branch 'staging' into fix/connRefusedErrMsg 2024-11-24 01:41:15 +02:00
803b7fca89 Remove custom header 2024-11-23 17:50:32 +02:00
362bdf0c46 Don't log when no endpoint available. Remove pointless header 2024-11-23 17:32:12 +02:00
049ae541aa Add 'node:' prefix to import 2024-11-23 16:03:13 +02:00
876da6899d Merge branch 'staging' into 202411-auto-templates 2024-11-23 15:47:11 +02:00
90ee0398f2 Merge pull request #3100 from tincansimagine/new-model-pr
feat: Add multiple delayed model updates
2024-11-22 19:56:32 +02:00
85ca08a2ea Settings for new gemini 2024-11-22 17:50:33 +00:00
6ae120900d Support images in custom prompt post-processing 2024-11-22 17:39:49 +00:00
8de551fc94 Return 502 with error description when connection to remote CC API fails
If chat-completions/generate returns an error, throw the error message

Reformat display of exceptions during SD prompt text generation
2024-11-22 11:55:27 +11:00
c30dde8471 rename /chat_template to /props, and switch to non-trimmed hashes 2024-11-21 11:38:57 +09:00
4214c9d894 trim chat template before hashing 2024-11-20 15:12:42 +09:00
bb062f5ec9 update endpoint to reflect koboldcpp update 2024-11-20 13:11:51 +09:00
c3b416b4cf Claude: fix prefill tool calling hack with at-depth caching 2024-11-19 20:48:02 +02:00
feb1b91619 template derivation: add support for llama.cpp server backend 2024-11-19 23:38:38 +09:00
cdc0147490 fix error console.log message 2024-11-19 21:41:57 +09:00
c2eaae3d42 switch to crypto lib 2024-11-19 21:39:35 +09:00
f25ea9f6d6 template derivation: move hash part to backend 2024-11-19 20:09:29 +09:00
0e2fdf37a8 feature: derived templates
This PR adds a simple hash based method for picking context and instruct templates based on the chat template, when provided by the back end.
2024-11-19 17:27:25 +09:00
67869364a5 ImageGen: add BFL API for image generation 2024-11-19 00:30:28 +02:00