Cohee
7cedce01a8
Merge branch 'release' into staging
2024-04-06 15:29:22 +03:00
Cohee
30b9b13070
Use integers for max value.
...
This is helpful if someone has to render more than 9 quadrillion tags
2024-04-06 14:48:59 +03:00
Wolfsblvt
9805215c28
Fix expander button and group tags add
...
- Fix expander button to never be "removable" in any list
- Fix group tag list to actually work on adding tags
2024-04-06 07:37:30 +02:00
Wolfsblvt
fe8f0a8ff2
Limit drawing of tags to 50 with expander
...
- No matter where we draw tags, we'll draw a maximum of 50 tags
- Filtered tags (selected, excluded) will always be drawn
- Display "expander" icon/tag to show full tag list
- Cache the full tag list display so consecutive redraws respect it
2024-04-06 07:14:45 +02:00
johnbenac
3b6c32113f
added await to tts to properly catch the error on this async function
2024-04-05 18:57:51 -04:00
johnbenac
6cf897219e
Added toastr messages to tts index file
2024-04-05 18:41:36 -04:00
Cohee
cdbd5c6130
/classify help text clarity
2024-04-06 00:45:38 +03:00
Cohee
e75f5550e3
Add /classify command
2024-04-05 22:33:16 +03:00
Cohee
9e4b765db1
#2012 Replace all comfy seeds
2024-04-05 17:59:12 +03:00
Cohee
acb623c6d8
Adjust automation id layout
2024-04-05 17:27:08 +03:00
Cohee
b1c2617b0d
Only init scroll height of WI keys when first opening the drawer
2024-04-05 13:53:39 +03:00
Cohee
3a0ceae80a
Optimize scroll height resets on WI entry render, remove silly logs
2024-04-05 13:45:28 +03:00
Cohee
8f6e41428f
Optimize tags template references
2024-04-05 12:43:43 +03:00
Cohee
7221549c65
#2013 Fix smooth stream event processing.
2024-04-05 01:25:48 +03:00
Cohee
b948e31a89
Remove tag debug logs if state unchanged
2024-04-05 00:54:17 +03:00
Cohee
0804843805
Add per-character and per-group overrides for external media
2024-04-05 00:39:54 +03:00
Cohee
6cc73c2a0b
Add instruct last system sequence
2024-04-04 22:27:08 +03:00
Cohee
274abb4749
Merge pull request #2010 from aisu-wata0/wi_min_activations_perf_fix
...
performance: World Info min activations skips seen buffer
2024-04-04 21:35:36 +03:00
Cohee
813476d72a
Fix stream error parsing when using Smooth Streaming
2024-04-04 21:20:10 +03:00
Aisu Wata
0d57f7ea4f
fix: removed recurseReset()
2024-04-04 15:19:39 -03:00
Cohee
ecc638a76d
Merge pull request #2011 from aisu-wata0/wi_remnant_debug_logs
...
removed some remnant debug logs
2024-04-04 20:41:09 +03:00
Cohee
75ebdf394a
Add pollinations as image generation source
2024-04-04 20:40:47 +03:00
Cohee
42138ca09b
Add command-r-plus
2024-04-04 20:38:34 +03:00
Aisu Wata
5ab9d9b863
removed some remnant debug logs
2024-04-04 03:08:17 -03:00
Aisu Wata
95c910a521
fix: WI min activations skips seen buffer
2024-04-04 02:56:39 -03:00
Cohee
4d01000751
Switch default summary prompt builder to classic
2024-04-03 02:13:09 +03:00
Cohee
27698fd024
Add ability to get model name with /model
2024-04-03 00:52:30 +03:00
Cohee
d6b700483f
Allow hyphens in SD prompts
2024-04-03 00:29:34 +03:00
Cohee
8a0997c47b
Allow auto-continue in group chats
2024-04-03 00:27:11 +03:00
Cohee
9221ddde57
+OpenRouter captioning models
2024-04-02 23:17:51 +03:00
Cohee
54a6f4bc62
Add speed control
2024-04-02 22:52:51 +03:00
Cohee
f13e718dc7
Compatibility with extensions
2024-04-02 20:25:37 +03:00
Cohee
534612db87
Merge branch 'staging' into smooth-streaming
2024-04-02 19:40:16 +03:00
Cohee
422b9e1b63
Fix sequences to stop strings if missing values
2024-04-02 18:34:29 +03:00
Cohee
759e8eed0c
Fix for Together
2024-04-02 16:38:39 +03:00
Cohee
2859ae54ab
Don't delay when not in focus
2024-04-02 16:21:55 +03:00
Cohee
ca047034b7
Fix smooth stream for MakerSuite
2024-04-02 16:13:01 +03:00
Cohee
7389286862
Don't show logprobs when using smooth streaming
2024-04-02 15:51:00 +03:00
Cohee
8176e09d4a
Refactor event parsing
2024-04-02 15:25:23 +03:00
Cohee
51b3b8bfaa
Add smooth streaming
2024-04-02 14:56:15 +03:00
Cohee
c0fffde739
Fix SD "Raw last message" in groups
2024-04-02 13:15:31 +03:00
Cohee
04edf32ef0
Do not send dynatemp to backends if disabled
2024-04-02 11:29:49 +03:00
Cohee
96a85ca688
Merge pull request #2003 from bdashore3/json-schema
...
Add JSON schemas for TabbyAPI
2024-04-02 11:23:49 +03:00
Cohee
0b76e1d350
Fix schema not loading from presets. Fix ESLint warnings
2024-04-02 11:23:29 +03:00
kingbri
5210db5679
Format
...
Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-02 01:01:59 -04:00
kingbri
4f0322351e
Sampling: Add ability to send JSON schemas
...
TabbyAPI supports the ability to send JSON schemas with prompts in
addition to EBNF strings supported by outlines. Add an extra box
for TabbyAPI only.
Signed-off-by: kingbri <bdashore3@proton.me>
2024-04-02 00:59:21 -04:00
Aisu Wata
ac0a431cbe
fix: avoid skipping example chats in a dialogue when close to quota
2024-04-01 22:44:16 -03:00
Wolfsblvt
3632631997
random and pick allow empty items and trim correctly
2024-04-02 01:02:02 +02:00
Wolfsblvt
9b24397f5a
Unify {{pick}} and {{random}} regex
...
- Allow all four possible syntax forms, just to make this easier: {{random:1️⃣ :two}}, {{random1️⃣ :two}}, {{random::one,two}} and {{random:one,two}}
2024-04-02 00:42:13 +02:00
Cohee
03a203d607
Fix macro help
2024-04-02 01:28:31 +03:00