Cohee
967a7980f5
Add vector retrieval score threshold
2024-05-23 17:28:43 +03:00
Yokayo
5450bacf0f
Merge branch 'staging' of https://github.com/Yokayo/SillyTavern into staging
2024-05-23 17:17:22 +07:00
Yokayo
97965b2de5
Fix templates
2024-05-23 17:16:16 +07:00
Cohee
039f3b875b
Add "ephemeral" option script /inject
2024-05-23 02:34:13 +03:00
Cohee
1f46d334b1
Merge pull request #2302 from Wolfsblvt/world-override-failsafe
...
Implement failsafe for world creation with same name
2024-05-23 02:11:54 +03:00
Wolfsblvt
92cb70213a
Fix no sanitize check on wi create
2024-05-23 00:39:49 +02:00
Wolfsblvt
ab8c67ede6
Refactor overwrite check to utility function
...
- Refactor overwrite check to utility function
- Don't mind me refactoring character delete functions. I tried something, but I think the refactoring still makes sense
2024-05-22 23:52:35 +02:00
Cohee
65c3dfb694
Zen sliders fix
2024-05-22 23:37:51 +03:00
Cohee
e8b96fec02
Merge branch 'staging' into new-samplers
2024-05-22 23:26:47 +03:00
Wolfsblvt
a251849f8f
WI import checking for existing worlds too
...
- WI import uses the same check as create new world
- API endpoint to get server-side sanitized filenames
- Small changes to toast messages
2024-05-22 21:11:39 +02:00
kokansei
75a1ef4304
Add DRY Samplers to ST Staging ( #2211 )
...
* Add files via upload
* Add files via upload
* Delete public/index.html
* Add files via upload
* Delete public/scripts/textgen-settings.js
* Add files via upload
* Delete public/scripts/power-user.js
* Add files via upload
* Delete public/scripts/power-user.js
* Add files via upload
* Update power-user.js
* Update index.html
* Fix control attribution
* Fix app loading
* Put sequence breakers under DRY block
* DRY for DRY
* Update public/index.html
Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
* Merge fix
* Add llamacpp control. Add default value for sequence breakers
* Forgot reset
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
2024-05-22 20:46:52 +03:00
Wolfsblvt
29d817d549
Implement failsafe for world creation with same name
...
- Fixes #2297
- Added another utils function for string comparison
2024-05-22 18:19:01 +02:00
LenAnderson
6b66bc41fe
Merge branch 'staging' into fix-var-behavior
2024-05-22 10:22:54 -04:00
LenAnderson
46cd47bdfc
fix /var behavior
2024-05-22 10:21:49 -04:00
Cohee
5e970c8a51
Only refresh settings on extras connected if current SD source is extras
2024-05-22 16:14:42 +03:00
Cohee
bce8627644
[chore] Replace tabs with spaces
2024-05-22 16:12:09 +03:00
steve green
3dd4f2b94a
Always make sure that the delete ****** available
2024-05-22 19:23:51 +08:00
kingbri
74b6ed97c2
Textgen: Add repetition decay for TabbyAPI
...
Repetition decay softens the drop off for repetition penalty. It's
best paired with rep pen range.
Signed-off-by: kingbri <bdashore3@proton.me>
2024-05-22 00:09:10 -04:00
kingbri
99d143263d
Textgen: Add skew sampling
...
Adds the option from skew sampling from exllamaV2
Signed-off-by: kingbri <bdashore3@proton.me>
2024-05-21 23:48:33 -04:00
kingbri
a12df762a0
Textgen: Add speculative_ngram for TabbyAPI
...
Speculative ngram allows for a different method of speculative
decoding. Using a draft model is still preferred.
Signed-off-by: kingbri <bdashore3@proton.me>
2024-05-21 23:37:36 -04:00
Cohee
f5fccc0387
Add Azure TTS service
2024-05-22 01:37:51 +03:00
Cohee
0371bf4e9f
Revoke 1-time object URLs
2024-05-22 01:36:38 +03:00
Cohee
f56fecaa26
Merge branch 'staging' into pm-l10n
2024-05-21 20:56:26 +03:00
Cohee
255cd1310d
Merge pull request #2281 from PasserDreamer/staging
...
Image Generation extension add i18n support.
2024-05-21 20:53:43 +03:00
Cohee
319b0a543c
Enable markdown strikethough
2024-05-21 16:58:42 +03:00
Cohee
e0ac189acc
#2290 Allow square brackets and underline in SD prompts
2024-05-21 16:51:11 +03:00
Yokayo
2c69d77fae
Merge branch 'staging' into staging
2024-05-21 20:42:08 +07:00
Cohee
bac00659ef
Add RisuRealm import example
2024-05-21 15:58:00 +03:00
Cohee
b1c9fee29e
#2188 Make first message not required
2024-05-21 15:46:41 +03:00
Cohee
226852233f
Clean-up SD message sending
2024-05-21 15:03:57 +03:00
Cohee
630b72f13a
#2290 Allow curly braces in SD prompts.
...
+remove unused code
2024-05-21 14:28:47 +03:00
Cohee
c21deb3a8c
#2289 Fix message translation on edit
2024-05-21 14:23:18 +03:00
Yokayo
5c243fa465
Merge branch 'staging' of https://github.com/Yokayo/SillyTavern into staging
2024-05-21 17:14:36 +07:00
Yokayo
456e1124a3
Revert "Remove prompt manager changes"
...
This reverts commit a8c9fe4dceed9bbe8f66ac721489131de712ba76.
Move HTML pieces to templates
2024-05-21 17:06:42 +07:00
RossAscends
9b1a254553
scale MUI on window resize
2024-05-21 13:55:00 +09:00
RossAscends
56d0ffc1fd
fix MovingUI infinite loop on resize to Y edge
2024-05-21 09:55:56 +09:00
Cohee
3dc4c8ca39
#2284 Persona description in-chat-at-depth
2024-05-21 01:57:04 +03:00
Cohee
3cd3890263
#2286 Fix SD interactive mode loose trigger
2024-05-21 01:11:40 +03:00
Cohee
435821348a
Allow setting unnamed persona names with a tick button
2024-05-21 00:40:12 +03:00
Cohee
03bb911ee7
Fix persona sorting on load
2024-05-21 00:22:56 +03:00
Cohee
549b2d52a4
Remove unnecessary DOM query
2024-05-20 21:58:45 +03:00
Cohee
0d68473010
Fix client version display on welcome message
2024-05-20 21:50:57 +03:00
Cohee
6ed7729b18
Merge branch 'staging' of https://github.com/Yokayo/SillyTavern into ru-l10n
2024-05-20 21:45:18 +03:00
Cohee
0c36d4e67d
Merge branch 'staging' into ru-l10n
2024-05-20 21:45:02 +03:00
Yokayo
d6a02e3c47
Translated a bit more
2024-05-21 01:16:20 +07:00
Yokayo
a8c9fe4dce
Remove prompt manager changes
2024-05-21 00:54:46 +07:00
PasserDreamer
b4dc66f950
Merge pull request #4 from SillyTavern/staging
...
Staging
2024-05-20 19:32:28 +08:00
PasserDreamer
c10323424d
Update Image Generation
2024-05-20 18:49:33 +08:00
Cohee
df2710bcbe
Transform WI haystack after regex matching
2024-05-20 13:44:12 +03:00
PasserDreamer
5506c81397
update Image Generation locale.
2024-05-20 18:15:16 +08:00