Yokayo
84ee968ab4
More localizable text
2024-06-12 16:30:32 +07:00
Wolfsblvt
d14af1592e
Refactor naming/structure of popup CSS classes
...
- Refactor naming/structure of popup CSS classes
- Prepare Popup utility of opening/showing dialogs
2024-06-09 22:02:51 +02:00
Wolfsblvt
d98d811cc1
Merge branch 'staging' into smol-tag-improvements
2024-06-08 21:13:11 +02:00
Cohee
d31eb639dc
Add codestral for Mistral
2024-06-06 23:27:36 +03:00
Cohee
fae6ff481e
Remove dead Perplexity models
2024-06-06 23:20:27 +03:00
Wolfsblvt
e2089b1e44
Dozens new keyboard interactables
...
- Made dozens of existing controls keyboard interactable
- Tweaked styling so the keyboard focus looks more pleasant
2024-06-06 02:48:06 +02:00
Cohee
ff680f46cc
Add rep_pen_slope control for koboldcpp
2024-06-05 22:05:41 +03:00
Wolfsblvt
55a95c910f
Refactor keyboard controls to name "interactable"
2024-06-04 04:05:40 +02:00
Wolfsblvt
e9d4a982c0
Small tweaks to (focus) element styling
2024-06-03 06:19:41 +02:00
Wolfsblvt
9318f94f08
Merge branch 'staging' into smol-tag-improvements
2024-06-02 21:07:46 +02:00
Cohee
20d12dc98e
(WIP) Import JSON from .charx
2024-06-02 00:28:41 +03:00
Cohee
2e23e78937
Update WI top block layout
2024-06-01 02:05:42 +03:00
Cohee
358d40f502
Restyle WI activation settings
2024-05-31 23:54:24 +03:00
Wolfsblvt
c939c544e2
Rename popup css classes
2024-05-31 21:59:26 +02:00
Wolfsblvt
d3327f7829
Create popup and animation css files
2024-05-31 03:30:41 +02:00
Cohee
dbf1aa6816
Add line breaks
2024-05-30 23:22:41 +03:00
Cohee
abafdadf33
Merge branch 'staging' into l18n-tw
2024-05-30 23:10:01 +03:00
Wolfsblvt
1c6671df31
popup fix scrollbar style, align toastr
2024-05-30 21:03:52 +02:00
Wolfsblvt
6c3118549f
Make generic popups be modal dialogs
...
- Switch generic popups to actual <dialog> elements
- Move toastr settings from html to JS
- Add style variable for animation duration (to re-use in CSS)
- Remember focus of popup on stacking pop-up close to switch back to the element you started out in
- Fix keybinds of popups to only act on actual result-triggering controls
- Fix toastr appearing behind popups by dynamically moving the container inside the currently open dialog
- Improve autofocus on popup open
- Make cleaner and prettier popup animations, and tie them to the animation speed
-
2024-05-30 05:11:23 +02:00
Cohee
b833f36c75
Function calling for Groq
2024-05-29 01:10:18 +03:00
Cohee
309eb80748
Function calling for Claude and OpenRouter
2024-05-29 00:56:55 +03:00
kingbri
4528655bb7
Textgen: Add multiswipe support for TabbyAPI
...
Tabby now supports batching and the "n" parameter for both non-streaming
and streaming. Add this into SillyTavern.
Signed-off-by: kingbri <bdashore3@proton.me>
2024-05-28 00:55:57 -04:00
PasserDreamer
813b9e6a4b
Fix other i18n entity changes.
2024-05-26 23:58:12 +08:00
PasserDreamer
678a0ee136
Merge branch 'SillyTavern:staging' into staging
2024-05-26 23:19:54 +08:00
PasserDreamer
ee2b09ec4c
update i18n
2024-05-25 23:58:18 +08:00
Cohee
cb381595f9
Function calling for Mistral
2024-05-25 17:31:40 +03:00
Cohee
fa6fc45e6f
Function calling for Cohere
2024-05-25 17:09:47 +03:00
PasserDreamer
83bfe59991
Update index.html
2024-05-25 22:01:27 +08:00
PasserDreamer
1e15be34b6
1. update index.html 18n.
...
2. update SD extension dropdown menu i18n.
3. update zh-tw.json.
4. add a template.json for translation.
2024-05-25 20:47:24 +08:00
Cohee
a20c6bb01e
Extension framework for function tool calling
2024-05-25 15:31:57 +03:00
Wolfsblvt
d9582062d2
Expand popup functionality
...
- Add "custom buttons" functionality, each with their own popup result
- Handle 'Enter' by defining a default action
- Using default action to style the default button to make the default action visible
- Allow override of ok/cancel button on any popup type to display those
- Allow multiple popups to overlay each other
- Small styling changes for bottom spacing on non-input popups
2024-05-25 00:44:09 +02:00
Cohee
8bcb1ef2db
Merge branch 'staging' into pm-i18n
2024-05-24 21:56:34 +03:00
daiaji
66454bb711
Add reverse proxy support to Google MakerSuite to allow some Google MakerSuite URLs to no longer be hardcoded with domain names. ( #2307 )
...
* Add reverse proxy support to Google MakerSuite.
* Remove hardcoded URLs for some Google MakerSuite API calls.
* Don't send real key to alt.endpoint
* Fix for image captioning
* Fix key validation
* +fix key check for mistral
* Fix caption key validation
* Fix tokenization endpoint use
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-05-24 21:38:29 +03:00
Cohee
4d161768c0
New Cohere model
2024-05-24 17:17:21 +03:00
Cohee
e8b96fec02
Merge branch 'staging' into new-samplers
2024-05-22 23:26:47 +03: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
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
Yokayo
2c69d77fae
Merge branch 'staging' into staging
2024-05-21 20:42:08 +07:00
Cohee
f24aa1fa5f
Hide inline image quality control for unsupported sources
2024-05-21 16:24:58 +03:00
Cohee
86af5ac217
Cut gemini prompt hint
2024-05-21 16:22:33 +03:00
Yokayo
0275f2ec15
Redo localizable strings
2024-05-21 17:53:05 +07:00
Yokayo
d2ce1e17b3
Wait this was not supposed to happen
2024-05-21 17:49:44 +07:00
Yokayo
7efe9cf209
More localizable strings
2024-05-21 17:40:14 +07:00
Cohee
3dc4c8ca39
#2284 Persona description in-chat-at-depth
2024-05-21 01:57:04 +03:00
Cohee
ad3f677a9e
Format fix
2024-05-20 21:57:02 +03:00
Cohee
0c36d4e67d
Merge branch 'staging' into ru-l10n
2024-05-20 21:45:02 +03:00
RossAscends
67381cf493
fix zoomedAvatar resize and movement
2024-05-20 12:18:30 +09:00
Cohee
1eca18f287
Merge branch 'staging' into ru-l10n
2024-05-19 19:48:38 +03:00