1022 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
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
M0cho
30bca8e39b Supports GEMINI EXP 2024-11-15 05:26:10 +09:00
Cohee
8c1e490727
Merge pull request #3068 from LuminousPath/release
feat: Add preferences parameter to /searxng endpoint
2024-11-13 11:10:42 +02:00
Cohee
61ddb720d7
Improve backward compatibility if preferences are not passed 2024-11-13 11:09:21 +02:00
Jonathan Nogueira
f880c68968
feat: Add preferences parameter to /searxng endpoint
Added paramater and handles it in the query parameters.
2024-11-13 14:27:31 +09:00
Cohee
8da98faa99 MistralAI: Include frequency/presence penalties in requests 2024-11-08 11:09:57 +02:00
Cohee
6ae296d5b5 Add check for existing chats directory before reading files 2024-11-08 10:44:04 +02:00
Cohee
2daff0e736 Console log full CC error response 2024-11-05 16:40:05 +00:00
Cohee
77be125a99 NanoGPT: Add to image generation extension 2024-11-03 20:37:30 +02:00
Cohee
8c568bfa13 Merge branch 'staging' into optimize-chat-manager 2024-10-31 21:05:36 +02:00
Cohee
47b7745ceb Extend message preview length 2024-10-31 20:47:31 +02:00
Cohee
e0e60a1d00 Fix incorrect message counter 2024-10-31 20:07:23 +02:00
Cohee
f4ef324203
Merge pull request #3024 from dylan1951/add-nano-gpt-provider
Add NanoGPT chat completions provider
2024-10-31 19:30:24 +02:00
p3il4
30e9e90b38 optimize chat manager logic 2024-10-31 17:48:58 +03:00
bal-spec
135639642b
Update azure.js
Change Azure TTS audio format from ogg-48khz-16bit-mono-opus to webm-24khz-16bit-mono-opus because this works with WebKit-based browsers so brings Azure TTS to iOS, iPadOS and Safari on macOS.
2024-10-27 19:56:07 -07:00
Cohee
5848806e6a Merge branch 'release' into staging 2024-10-26 21:40:30 +03:00
Cohee
d716bc0a07 Revert Google Translate client library 2024-10-26 21:39:37 +03:00
Cohee
f5bdb52c25 Merge branch 'staging' into webpack 2024-10-26 19:11:29 +03:00
Cohee
2c7e9729bc Fix example prefixes in Gemini with no system instruction #2997 2024-10-26 17:25:42 +03:00
dylan
4b5f485bd5 Add NanoGPT as chat completions provider 2024-10-26 16:57:49 +13:00
dylan
0882fb2d15 Add NanoGPT as chat completions provider 2024-10-26 16:51:39 +13:00
Cohee
0f320dd362 WebSearch: Add endpoint for Tavily 2024-10-23 23:38:17 +03:00
Cohee
a80741a20e Webpack: Don't watch filesystem in production 2024-10-18 11:47:51 +00:00
Cohee
a32dd436d7 Node: Replace global with globalThis 2024-10-18 09:13:25 +00:00
Cohee
4725b869eb Add webpack for external frontend libraries. 2024-10-16 22:00:14 +03:00
Cohee
b6af986e58
Merge pull request #2987 from SillyTavern/remove-legacy-api
TextGenWebUI: remove legacy API mode
2024-10-15 23:04:24 +03:00
Cohee
3471d0be93 Claude: Don't send empty text with images 2024-10-15 10:53:07 +03:00
Cohee
24884b3206 TextGenWebUI: remove legacy API mode 2024-10-15 00:32:56 +03:00
Cohee
83ef5a67f6 Merge branch 'staging' into google-tts 2024-10-13 17:16:08 +03:00