8185 Commits

Author SHA1 Message Date
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
50ffaeb06a
UI: add UI to enable/disable auto-derived templates 2024-11-20 13:28:17 +09:00
Karl-Johan Alm
bb062f5ec9
update endpoint to reflect koboldcpp update 2024-11-20 13:11:51 +09:00
AlpinDale
ec4cff72fe feat: add top nsigma sampler support 2024-11-19 23:05:23 +00:00
Cohee
56137d2b57
Merge pull request #3093 from WolframRavenwolf/Mistral-2411
Mistral-2411 context+instruct presets
2024-11-19 22:32:56 +02:00
Wolfram Ravenwolf
5d2858268e Mistral-2411 -> Mistral V7 2024-11-19 21:12:01 +01:00
Wolfram Ravenwolf
30269e8ec6 Mistral-2411 context+instruct presets 2024-11-19 20:10:10 +01:00
Cohee
99220d6a88 Groups: add 'manual' reply strategy 2024-11-19 20:48:43 +02:00
Cohee
c3b416b4cf Claude: fix prefill tool calling hack with at-depth caching 2024-11-19 20:48:02 +02:00
Cohee
19d4d65374
Merge pull request #3092 from Ivruix/release
Add command-line arguments description to Russian readme
2024-11-19 20:37:47 +02:00
Kaverin Maxim
2846c1d6a8 Add command-line arguments description to Russian readme 2024-11-19 21:04:18 +03: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
54db4983f4
Merge pull request #3085 from honey-tree/claude-caching-at-depth
Claude caching at depth
2024-11-18 21:31:12 +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
dde9f93d77
Merge pull request #3088 from ceruleandeep/feature/comfyGgufModels
Feature/comfy gguf models
2024-11-18 20:52:52 +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
Cohee
87f2a9e630 Merge branch 'staging' into feature/comfyGgufModels 2024-11-18 20:10:51 +02:00
Cohee
4c0da00f5b Update OpenRouter providers listing
Closes #3089
2024-11-18 20:09:56 +02:00
Cohee
b651d31780 MistralAI: new pixtral large model 2024-11-18 16:10:20 +00:00
Cohee
378dfd3626 Vectors: escape file names 2024-11-18 15:24:26 +00:00
Cohee
aaed09f606 Data Bank: display file ingestion progress 2024-11-18 15:18:45 +00: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
Cohee
7aad053e70
Merge pull request #3006 from joenunezb/fix-textarea-width-bug
Fix: Inconsistent Textarea resizing in small width windows
2024-11-18 12:30:39 +02:00
Cohee
5f44fb8535
Merge pull request #3004 from joenunezb/enhancement-make-buttons-scrollable
Enhancement: Make buttons scrollable
2024-11-18 12:15:58 +02:00
Cohee
26aad5fa80 Fix reroll button at home 2024-11-18 09:55:25 +00:00
Cohee
7580efc40d Fix npm audit 2024-11-18 09:43:23 +00:00
Cohee
44a8283e7e Fix npm audit 2024-11-18 09:42:37 +00:00
ceruleandeep
b46dae0d6e Add sample workflow for ComfyUI img2img 2024-11-18 18:49:38 +11:00
ceruleandeep
8927de45dd Convert data URL to plain base64-encoded image data 2024-11-18 18:30:31 +11:00
ceruleandeep
5992117904 Add GGUF models and denoise parameter for ComfyUI 2024-11-18 17:55:30 +11:00
Joe
17cce528f8 Undo docstring changes 2024-11-17 18:44:23 -08:00
Joe
328e3622f2 review: Fix chrome inconsistent scroll and firefox scroll to bottom 2024-11-17 18:38:38 -08:00
Joe
4c48e3cd15 Merge branch 'fix-textarea-width-bug' of https://github.com/joenunezb/SillyTavern into fix-textarea-width-bug 2024-11-17 16:17:07 -08:00
Joe
6e29ad4b50 Fix: Inconsistent Textarea resizing in small windows 2024-11-17 16:16:45 -08:00
Joe
9533b7e59a review: Move css out of js code 2024-11-17 15:54:09 -08:00
Joe
6e85b20c8a Merge branch 'enhancement-make-buttons-scrollable' of https://github.com/joenunezb/SillyTavern into enhancement-make-buttons-scrollable 2024-11-17 15:09:32 -08:00
Joe
8722c6a62b Add scroll bar to make it obvious 2024-11-17 15:08:40 -08:00
Joe
b1b6f0473a Enhancement: Make buttons scrollable 2024-11-17 15:08:39 -08:00
joenunezb
dd0caa6806
Merge branch 'SillyTavern:release' into enhancement-make-buttons-scrollable 2024-11-17 15:07:51 -08:00
Honey Tree
befe5a7171 Adding Claude caching support to OpenRouter as well 2024-11-17 15:53:02 -03:00
Cohee
61469ec999
Merge pull request #3078 from ceruleandeep/chore/lintAndDocumentLogprobs
Make dynamic reroll available without use of modifier key
2024-11-17 20:34:37 +02:00