Cohee
c7dc63200a
Merge branch 'staging' into ruRuNew
2024-06-16 15:56:07 +03:00
steve green
5e44403346
fixup translates ( #2382 )
...
* Update i18n.js
* fixup
* update i18n CI
* fix trigger?
* i18n changes
* Update zh-cn.json
* add missing keys
* Revert "i18n changes"
This reverts commit ebe0ede6e18edb2e144d3bbf78eb31f1798e198f.
* Revert "update i18n CI"
This reverts commit ac923c8bd682650797785f30a16edadee9572fbf.
* Revert "Update i18n.js"
This reverts commit 14a845836ba8805e80b9c8e4ab03444a60bbc7fc.
* typo fix
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Touch-Night <1762918301@qq.com>
2024-06-16 14:39:46 +03:00
Cohee
67b7cbe920
Cut text for group prioritize
2024-06-16 01:05:01 +03:00
Yokayo
86ad8416df
Small fix
2024-06-15 18:46:01 +07:00
Yokayo
a91ba2a277
Remove outdated entries, fix a few keys
2024-06-15 18:40:50 +07:00
Len
aa4bdec79c
Fix syntax highlight editor ( #2300 )
...
* add Noto Sans Mono as default monospace font
* fix ::selection for syntax highlighted editor
* add full noto sans mono
* add explicit "overflow: auto" to textarea to stop Firefox from freaking out
* add syntax hightlight disable toggle
* fix noto sans mono path
* fix details position on scroll
* disable pointer events on autocomplete wrap
* fix for Firefox bug using relative colors
* Shorten font file names.
So that I won't have to scroll the list horizontally
---------
Co-authored-by: LenAnderson <Anderson.Len@outlook.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-06-13 21:05:50 +03:00
Yokayo
839d79f407
Small fix
2024-06-12 16:50:08 +07:00
Yokayo
84ee968ab4
More localizable text
2024-06-12 16:30:32 +07: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
Cohee
ff680f46cc
Add rep_pen_slope control for koboldcpp
2024-06-05 22:05:41 +03: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
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
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
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
Yokayo
6671c9aa80
Move dynamic html to templates
2024-05-19 21:49:43 +07:00
Cohee
ee913be46b
Merge pull request #2266 from sasha0552/vllm-fixes
...
vLLM fixes
2024-05-19 14:23:07 +03:00
RossAscends
c7232ae23c
WIP textgen API custom sampler display
2024-05-19 15:06:29 +09:00
sasha0552
01912f5b3e
Fix typo
2024-05-19 04:36:36 +00:00