Yokayo
84ee968ab4
More localizable text
2024-06-12 16:30:32 +07:00
Yokayo
fc03fea00a
Add support for Yandex Translate API
2024-06-10 17:12:09 +07:00
Cohee
3e60d9e4d8
(chore) Run ESLint
2024-06-09 22:13:20 +03:00
Cohee
c8f3a0be40
Merge pull request #2358 from Risenafis/staging-sbvits2
...
TTS: Add support for Style-Bert-VITS2
2024-06-09 22:11:33 +03:00
Cohee
de7f8de3e3
Fix elevenlabs v2 settings
2024-06-09 21:04:35 +03:00
Cohee
230215a211
Bulk enable/disable databank attachments
2024-06-09 19:10:18 +03:00
Cohee
3dfe10815d
Spelling
2024-06-09 14:26:49 +03:00
Risenafis
1ae6f05d09
change the location of the link
2024-06-09 16:14:35 +09:00
Risenafis
2c171fdcfd
add project page url
2024-06-09 12:19:09 +09:00
Risenafis
305d60a28e
add SBVits2TtsProvider
2024-06-09 12:03:09 +09:00
Cohee
4e822eeebb
Add VLLM as vector source
2024-06-09 01:03:22 +03:00
Cohee
d1b533cbfa
Move caption extension settings into template
2024-06-07 02:25:42 +03:00
Cohee
bcfc4d5c64
Split overlap size in two
2024-06-06 23:00:49 +03:00
Cohee
39721b6a8f
Add file chunks overlap control
2024-06-06 21:45:47 +03:00
Cohee
77b80da520
Extract SD templates
2024-05-30 23:37:19 +03:00
Cohee
961e778a75
Autocomplete can't be translated
2024-05-30 23:26:10 +03:00
Cohee
abafdadf33
Merge branch 'staging' into l18n-tw
2024-05-30 23:10:01 +03:00
Cohee
07cfc1fb0b
Fix CLIP skip for SD.Next
2024-05-30 22:51:43 +03:00
Cohee
7af27bb6a9
Remove schedulers from SD.Next
2024-05-30 22:42:21 +03:00
Cohee
886f5adce7
Add /db-enable and /db-disable commands
2024-05-30 22:18:00 +03:00
Cohee
62eb790b0b
Add /translate command
2024-05-30 22:03:51 +03:00
Cohee
6228d1d3b1
Add schedulers selection for AUTO1111
2024-05-30 21:04:22 +03:00
Cohee
716366070b
Clamp /db-search threshold arg
2024-05-30 17:15:17 +03:00
Cohee
2c911a3ea2
Add more Data Bank script commands
2024-05-30 14:49:57 +03:00
Cohee
6a832bdf2a
Fix summarize command return type
2024-05-30 01:48:27 +03:00
Cohee
bc94bcb25c
Add data bank management commands
2024-05-30 01:47:33 +03:00
Cohee
9ff2da4c8c
Implement sharable SD prefixes
2024-05-30 00:21:27 +03:00
Cohee
e007fe7529
Add SD style deletion
2024-05-29 23:44:11 +03:00
Cohee
283bb2fa89
Add SD multimodal prompt toast
2024-05-29 23:38:55 +03:00
Cohee
4eb6657b51
Add SD seed control
2024-05-29 23:29:45 +03:00
Cohee
d350dbf0d7
Add Novel decrisper control
2024-05-29 03:00:42 +03:00
Cohee
110d343eea
Add upscale amount control to DrawThings
2024-05-29 02:49:13 +03:00
Cohee
2aeaf43c28
Add CLIP skip control for SD
2024-05-29 02:14:08 +03:00
Cohee
865c48bcc0
Cohee forgot the ABC
2024-05-28 22:57:07 +03:00
Cohee
2b3dfc5ae2
Add ollama and llamacpp as vector sources
2024-05-28 22:54:50 +03:00
Cohee
965dac6514
#2296 Add data bank bulk edit
2024-05-27 22:22:21 +03:00
PasserDreamer
678a0ee136
Merge branch 'SillyTavern:staging' into staging
2024-05-26 23:19:54 +08:00
steve green
00fc40408a
allow char scpoed regex ( #2271 )
...
* Update engine.js to allow char scpoed regex
no ui because i'm not good at it, but works.
* add typedef
* update
* little fix
* Rework scoped scripts UI
* Add locale attributes
* Purge allowance on delete
* add d&d for `saved_scoped_scripts`
* better code
* Save settings on regex scope toggle
* Fix reordering logic
* Fix scoped setter
* Add unique ids for regex scripts
* Wording
* Reload chat after deleting scripts
* Reload chat after toggling scoped regex
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-05-26 17:19:00 +03:00
Cohee
ef137f68c4
Fallback to Fuse if not parsed expression
2024-05-25 17:32:11 +03:00
Cohee
b545185f1a
Transform LLM emotion response to lower
2024-05-25 17:11:58 +03:00
Cohee
fa6fc45e6f
Function calling for Cohere
2024-05-25 17:09:47 +03: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
dc8530049f
Reference implementation: Set expressions with function calling
2024-05-25 15:38:32 +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
967a7980f5
Add vector retrieval score threshold
2024-05-23 17:28:43 +03: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
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
255cd1310d
Merge pull request #2281 from PasserDreamer/staging
...
Image Generation extension add i18n support.
2024-05-21 20:53:43 +03:00