Commit Graph

5129 Commits

Author SHA1 Message Date
ae29f06e44 Gemini: Fix image inlining for new models
#3332
2025-01-22 22:38:13 +02:00
a2f71d387f Merge pull request #3331 from qvink/emit_event_on_load_messages
adding event after loading more messages in chat
2025-01-22 18:21:26 +02:00
f1923c5364 making showMoreMessages async to await event emission 2025-01-22 08:36:47 -07:00
636c8cb165 Merge pull request #3332 from sirius422/add-new-gemini-model
Add new Gemini thinking model and its alias
2025-01-22 15:10:28 +02:00
93b18e6440 fix: corrects the preset name and adds deepseek v2.5 hash. 2025-01-22 21:36:18 +09:00
11882827c7 Add new Gemini thinking model and its alias, specify context size and vision support 2025-01-22 18:37:43 +08:00
9f1d431c99 Merge pull request #3327 from qvink/staging
exporting openGroupId from group-chats.js
2025-01-22 10:30:49 +02:00
7877e6601d add presets for DeepSeek R1 models 2025-01-22 13:13:41 +09:00
08b6ee0297 exporting openGroupId from group-chats.js 2025-01-21 16:50:01 -07:00
d7bb92be54 deepseek reasoner
Closes #3322
2025-01-20 23:31:40 +02:00
df28c2c676 Merge pull request #3311 from SillyTavern/fix-http-copy
Fix copy actions for non-HTTPS/localhost
2025-01-16 23:05:54 +02:00
6e2b5d5dc8 Fix copy actions for non-HTTPS/localhost
Fixes #2352
2025-01-16 01:55:26 +02:00
f98d27f187 Add sorting order for extensions manager 2025-01-15 22:59:41 +02:00
a06270fc85 Fixed display bug when selecting a model 2025-01-15 08:04:15 -05:00
c1535f1b34 Fixed class filter & new models count in featherless.ai 2025-01-15 00:35:40 -05:00
6b494af146 Fix the date for featherless.ai models 2025-01-15 00:19:47 -05:00
f8c6a62c23 Add separate drag handle for prompt manager on touch screen
Fixes #2239
2025-01-15 00:07:06 +02:00
15cc825f43 Template clean-up 2025-01-14 21:34:39 +02:00
5734722c5d Merge branch 'staging' into frFr 2025-01-14 21:32:58 +02:00
3674c9d020 Fix formatting of 'Context Size - Response Length' label.
Fixing and adding more translations.
2025-01-14 14:45:17 +00:00
4ebff0ffcc Merge branch 'staging' into ruRuJan 2025-01-13 16:53:26 +00:00
40d29bd453 Merge pull request #3292 from SillyTavern/macrosparser 2025-01-12 03:53:45 +02:00
1f66bc7756 Don't allow duplicate registrations 2025-01-11 23:18:03 +02:00
b177affd81 Merge pull request #3289 from zerofata/vector-db-search-cmd
Add returnChunks and resultSize args to /db-search
2025-01-11 23:05:06 +02:00
89c984830b rename resultSize to count 2025-01-12 07:20:36 +13:00
1d5cf8d25c Work on translation 2025-01-12 00:42:58 +07:00
1dccb08cd6 Add enumerator for MacrosParser 2025-01-11 19:04:36 +02:00
fc5debc660 replaced returnChunks with return arg to use existing helper functions 2025-01-11 17:42:19 +13:00
b89d41a701 Refactor prepare/redraw for consistency 2025-01-11 02:31:14 +01:00
3455da404a Add QR set duplicate button 2025-01-11 02:22:10 +01:00
0f45ebda03 Refactor QR set popups to new popup 2025-01-11 01:59:38 +01:00
4c1c62a56b Add QR set rename button 2025-01-11 01:41:46 +01:00
7f5ce54b1f Add returnChunks and resultSize args to /db-search 2025-01-11 11:32:05 +13:00
a62fa3b073 Merge pull request #3287 from SillyTavern/fix-first-included-message-id-macro
Fix `{{firstIncludedMessageId}}` to not rely on DOM
2025-01-10 12:17:09 +02:00
1807af355b Merge pull request #3284 from SillyTavern/css-var-slash-command
Add `/css-var` slash command
2025-01-09 22:49:14 +02:00
efeedc1274 Revert gallery selector changes 2025-01-09 22:39:40 +02:00
f869b26664 Ensure unique selectors for loaded extension files 2025-01-09 22:32:15 +02:00
7a2276c176 Fix {{firstIncludedMessageId}} to not rely on DOM
Up until now, the {{firstIncludedMessageId}} macro relied on searching the DOM for the actual CSS class applied for the context line.
Bad design, as the actual message was maybe not display, with display X messages enabled.

- Use setInContextMessages() that sets the context line on generation to also update a chat metadata field
- Utilize that field inside the macro
- Update docs to clarify that this will only show the mesid that was relevant during last generation
2025-01-09 21:23:18 +01:00
b604588638 Add scroll option to /chat-render command 2025-01-09 21:15:34 +02:00
a585f3abcc Add {{firstDisplayedMessageId}} macro 2025-01-09 21:12:34 +02:00
0a03793d7b Add /chat-render and /chat-reload commands 2025-01-09 21:10:12 +02:00
9be04fd69f Fix <code> tag structure 2025-01-09 20:58:36 +02:00
ba73d278ae Allow zoomed in images be closed by click outside
- Add event listener to close image enlarge popup when clicked outside of image or description
- Change img div to not be width:100% by default, was useless and just confusing when you could click next to the image and it zoomed in
2025-01-09 19:16:48 +01:00
a8b5f8a95f Add /css-var slash command
- Add /css-var slash command to set CSS variables on some elements
- Update gallery div id to something actually unique ("#draggable_gallery")
2025-01-09 18:37:50 +01:00
23779fe565 Merge branch 'release' into staging 2025-01-08 21:20:50 +02:00
2b3e44cca3 Clear custom model selection on loading presets 2025-01-08 02:06:29 +02:00
5ea8309a30 Change check from ! not to is == V2 2025-01-08 00:01:36 +00:00
1557dec2bc Revert "Don't auto-select custom model to the first model in the list"
This reverts commit d791b54528.
2025-01-08 01:46:31 +02:00
de8ecc6903 Correct skipping RVC on AllTalk V1 Server
Silly bug that caused the extension when used with the legacy V1 AllTalk server, would cause it to skip downloading Narrator voices.

Literally changed "v2" to "v1" on line 391

No other changes.
2025-01-07 23:20:53 +00:00
7b5baad5cd Search term search will show empty folders too
- Char list did hide folders with 0 sub entities inside. This also applied to any search being done. Now when searching, if a tag/folder matches, it is shown, even if the chars inside don't match. Before that, it was not possible to "search" for tags without the "Advanced Character Search" enabled
2025-01-07 20:54:52 +01:00