b3688087d5
Save reasoning type with the message
...
- use mes extras property to save where the reasoning came from
- update it accordingly on streaming, slash commands and manual add
- Modify title tooltip on reasoning header to show the origin where it makes sense, providing the user with a little bit more orientation about the reasoning.
2025-02-16 05:05:48 +01:00
bcea4248c4
Shouldn't parse reasoning if real reasoning there
2025-02-16 03:21:02 +01:00
9590127bae
Handle auto parsing reasoning during streaming
...
- Add function to handle auto parsing reasoning from the streamed message during streaming
- Only works when the reasoning prefix is EXACTLY at the beginning of the message
- Tried to keep this lightweight, no regex parsing, remembering the index, so it's simple string splicing
- Add utility function that trims a string only if `trim_spaces` is enabled
2025-02-16 03:09:20 +01:00
eb6a158781
Fix resetting reasoning duration correctly
2025-02-16 02:09:33 +01:00
cc369d25c5
Merge pull request #3477 from SillyTavern/tc-global-banlist
...
Text Completion: Add global banned strings list
2025-02-16 02:18:50 +02:00
59928d37ff
Add common togglable class for coloring buttons
2025-02-16 02:16:21 +02:00
1f41124844
Remove pointless return
2025-02-16 02:13:08 +02:00
3d492523e2
Merge branch 'staging' into tc-global-banlist
2025-02-16 01:12:23 +02:00
fc488bd4fe
Merge pull request #3481 from SillyTavern/cache-buster
...
Add cache buster middleware to clear browser cache on server restart
2025-02-16 01:11:54 +02:00
fd38ca503a
Evict cache per user agent
2025-02-15 23:05:08 +02:00
9a15890745
Merge pull request #3480 from SillyTavern/fix-auto-expand-new-message
...
Fix auto expand on thinking during new message
2025-02-15 22:57:01 +02:00
37d9d4c253
Make sure auto-expand doesn't conflict with hidden
2025-02-15 21:44:06 +01:00
bae02a44ed
Add cache buster middleware to clear browser cache on server restart
2025-02-15 12:56:43 +02:00
23f0b6ed09
Add a blank line
2025-02-15 12:38:45 +02:00
c87e203b4a
Refactor banned strings kill switch functions into a single toggle function
2025-02-15 12:37:48 +02:00
dd50f49176
Fix auto expand on thinking during new message
2025-02-15 10:23:36 +01:00
c37c9051a6
Fix bug when only global bans are defined
2025-02-15 00:34:07 +02:00
8a4cf86b65
Integrate killswitch into the block
2025-02-15 00:28:38 +02:00
a2a15b9978
Merge branch 'Banned-Strings-Killswitch' into tc-global-banlist
2025-02-15 00:12:16 +02:00
96d6a6df07
Merge pull request #3478 from Dakraid/feature/set-listen-ip
...
Feature: Allow user to configure an address to listen to
2025-02-15 00:02:15 +02:00
dbbf069e85
Remove message redundancy
2025-02-14 23:53:31 +02:00
d276d23310
Firefox: Clear cache on avatar upload
2025-02-14 23:20:33 +02:00
c98d241f3c
Refactor logAddress check
2025-02-14 23:09:36 +02:00
961a71877b
Remove extra resolve for autorun
2025-02-14 22:02:16 +01:00
13e38c7c86
Add debug script in package.json
2025-02-14 21:13:17 +01:00
61e056004a
Safari: hide summary block arrow
2025-02-14 22:06:18 +02:00
b029ae98dc
Fix default config for IPv6
2025-02-14 20:06:45 +01:00
f5bfbce0ad
Group listenAddress for config
2025-02-14 20:04:23 +01:00
a4c124dff0
Remove dead code
2025-02-14 20:00:15 +01:00
2445b6d9dc
Split up listen address configuration between IPv4 and IPv6
2025-02-14 19:58:59 +01:00
ad8f0f564f
Use IP Regex package, update default
2025-02-14 19:06:07 +01:00
c47d997a2d
Merge pull request #3475 from SillyTavern/ollama-batch
...
Ollama: Add num_batch config value
2025-02-14 12:34:13 +02:00
dd55b2770a
Address issues with IPv6 binding
2025-02-13 23:51:18 +01:00
83f74a5d22
Allow user to configure an address to listen to
2025-02-13 23:43:10 +01:00
09aaa9181c
Good night 'Black Magic Time'
2025-02-13 23:34:20 +02:00
5477586ce4
Merge pull request #3476 from Dakraid/feature/fal-integration
...
Feature: FAL.AI Integration
2025-02-13 23:04:40 +02:00
76becb43ae
Pass through errors coming from FAL to the user
2025-02-13 21:43:08 +01:00
b033b98532
Address issues raised in PR
2025-02-13 21:09:13 +01:00
412d638e9e
Text Completion: Add global banned strings list
2025-02-13 22:07:36 +02:00
6e0ed8552f
Add support for FAL.AI as image gen provider
2025-02-13 19:34:34 +01:00
dd7391caaf
Ollama: Add num_batch config value
2025-02-13 20:17:33 +02:00
f101dd571f
Add deprecated warnings to f-localStorage
2025-02-13 20:00:47 +02:00
1a52d3c293
Fix rendering of messages without extra object
2025-02-13 12:22:41 +00:00
d6bf3439b4
Don't try to update reasoning for impersonation stream
2025-02-13 10:55:32 +00:00
54a9e0afee
Merge pull request #3470 from SillyTavern/o1-vision-support
...
Add o1 to vision-supported models
2025-02-13 09:48:32 +02:00
5de2f8ea2d
Add o1 to vision-supported models
2025-02-13 02:40:34 +01:00
93f3334ad0
Make hidden reasoning blocks not toggleable
2025-02-12 22:38:26 +01:00
25a2582d15
Merge pull request #3444 from SillyTavern/hidden-reasoning-tracking
...
Track reasoning duration for models with hidden reasoning
2025-02-12 23:26:47 +02:00
d076a210a1
Bring f-localStorage back
2025-02-12 23:08:11 +02:00
b5fc7d6d4d
Add toggle for showing hidden reasoning
2025-02-12 22:04:48 +01:00