950 Commits

Author SHA1 Message Date
Cohee
fb1f890974 Merge branch 'release' into staging 2024-12-04 01:05:56 +02:00
Cohee
8ef49b40b2 Add error handling to group parsing in chat search 2024-12-04 01:05:14 +02:00
Cohee
79700fd983 Add Kobold Lite chats import 2024-12-04 00:44:50 +02:00
Cohee
c930a66d81 Merge branch 'staging' into 202411-backend-maxctx 2024-12-01 14:39:01 +02:00
Cohee
a86735d743 Fix sendless statuses 2024-11-30 19:30:14 +02:00
Cohee
7fbff41329 Unasync route handler 2024-11-29 13:14:40 +00:00
Cohee
53514b5e1a Prettify compilation console logs 2024-11-29 13:12:46 +00:00
Cohee
c0b37631bc Merge branch 'staging' into webpack-memory 2024-11-29 13:07:17 +00:00
Cohee
095d19cda7 Rename LimitedMap => MemoryLimitedMap 2024-11-29 12:33:48 +00:00
Cohee
c873362d01 Safer estimation of possibly undefined values 2024-11-29 01:28:10 +02:00
Cohee
52606616c4 Add 100MB limit to parsed characters cache 2024-11-29 01:06:10 +02:00
Cohee
768b3e48f7 Remove webpack watch unhook 2024-11-29 00:25:31 +02:00
Cohee
afccb8517a Ditch webpack-dev-middleware 2024-11-29 00:13:43 +02:00
Cohee
b5c2ecdfcc Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:47:27 +02:00
Cohee
afb4acc19b Revert "Webpack: cache lib.js to disk to prevent occasional OOM"
This reverts commit f630c8892a48b3970fd8b38a8edb64333d399d88.
2024-11-28 22:45:45 +02:00
Cohee
f630c8892a Webpack: cache lib.js to disk to prevent occasional OOM 2024-11-28 22:39:20 +02:00
Cohee
9382845dee Claude: remove user filler from prompt converter 2024-11-24 19:05:41 +02:00
Cohee
b4be50d26a Android: Disable in-memory cache of parsed cards 2024-11-24 18:52:47 +02:00
Cohee
b1300d403c Always stop webpack watch on android 2024-11-24 05:03:35 +02:00
Cohee
70c45fb001 Merge branch 'staging' into fix/connRefusedErrMsg 2024-11-24 01:41:15 +02:00
Cohee
803b7fca89 Remove custom header 2024-11-23 17:50:32 +02:00
Cohee
362bdf0c46 Don't log when no endpoint available. Remove pointless header 2024-11-23 17:32:12 +02:00
Cohee
049ae541aa Add 'node:' prefix to import 2024-11-23 16:03:13 +02:00
Cohee
876da6899d Merge branch 'staging' into 202411-auto-templates 2024-11-23 15:47:11 +02:00
Cohee
90ee0398f2
Merge pull request #3100 from tincansimagine/new-model-pr
feat: Add multiple delayed model updates
2024-11-22 19:56:32 +02:00
Cohee
85ca08a2ea Settings for new gemini 2024-11-22 17:50:33 +00:00
Cohee
6ae120900d Support images in custom prompt post-processing 2024-11-22 17:39:49 +00:00
ceruleandeep
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
Karl-Johan Alm
c30dde8471
rename /chat_template to /props, and switch to non-trimmed hashes 2024-11-21 11:38:57 +09:00
Karl-Johan Alm
4214c9d894
trim chat template before hashing 2024-11-20 15:12:42 +09:00
Karl-Johan Alm
bb062f5ec9
update endpoint to reflect koboldcpp update 2024-11-20 13:11:51 +09:00
Cohee
c3b416b4cf Claude: fix prefill tool calling hack with at-depth caching 2024-11-19 20:48:02 +02:00
Karl-Johan Alm
feb1b91619
template derivation: add support for llama.cpp server backend 2024-11-19 23:38:38 +09:00
Karl-Johan Alm
cdc0147490
fix error console.log message 2024-11-19 21:41:57 +09:00
Karl-Johan Alm
c2eaae3d42
switch to crypto lib 2024-11-19 21:39:35 +09:00
Karl-Johan Alm
f25ea9f6d6
template derivation: move hash part to backend 2024-11-19 20:09:29 +09:00
Karl-Johan Alm
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
Cohee
67869364a5 ImageGen: add BFL API for image generation 2024-11-19 00:30:28 +02:00
Cohee
3b03f07ebf [chore] eslint fixes 2024-11-18 21:29:56 +02:00
Cohee
c3483bc432 Merge branch 'staging' into claude-caching-at-depth 2024-11-18 21:03:33 +02:00
Cohee
5478b37b22 Don't use deprecated fetch method. 2024-11-18 20:39:44 +02:00
Cohee
b2b5c1f10c ComfyUI: Log error details on prompt submission 2024-11-18 20:35:48 +02:00
ceruleandeep
bcf127e387 Add diffusion unets to ComfyUI models list
rm string interpolation
2024-11-18 22:17:19 +11:00
Honey Tree
c3caa1699e Moved most of code to prompt converters 2024-11-18 08:06:27 -03:00
ceruleandeep
5992117904 Add GGUF models and denoise parameter for ComfyUI 2024-11-18 17:55:30 +11:00
Honey Tree
befe5a7171 Adding Claude caching support to OpenRouter as well 2024-11-17 15:53:02 -03:00
Honey Tree
5397614347 Defaulting to -1 rather than boolean false 2024-11-17 14:01:22 -03:00
Honey Tree
ac33e4d668 cache_control positioning fix 2024-11-17 09:21:20 -03:00
Honey Tree
73dabd8905 Simple implementation of caching at depth that should be useful for most use cases 2024-11-17 08:32:36 -03:00
Cohee
c9d2b609f1 match => includes 2024-11-16 15:41:41 +02:00