Cohee
f91e1b3d2f
Merge pull request #3271 from tincansimagine/geminifeat2
...
Fix: Ensure "OFF" safety settings are applied to gemini-2.0-flash-exp for unfiltered responses
2025-01-06 19:25:45 +02:00
Cohee
b66c4d7206
Merge branch 'staging' into geminifeat2
2025-01-06 19:20:58 +02:00
Cohee
9062b6bc4d
Whitespace clean-up
2025-01-06 19:20:04 +02:00
Cohee
0f03dcfc0f
Merge pull request #3269 from fizzAI/patch-1
...
Change Gemini system instruction parameter key to `systemInstruction`
2025-01-06 19:19:03 +02:00
tincansimagine
2103e6238c
Fix: Apply OFF safety settings for gemini-2.0-flash-exp model
2025-01-07 02:17:09 +09:00
Fizz~
b6e7f4f493
Change Gemini system instruction parameter key to systemInstruction
...
Refer to https://github.com/googleapis/python-genai/blob/main/google/genai/models.py#L772 , it seems like both work(?) but this is probably the more correct option if the newer library is using it
2025-01-06 11:44:11 -05:00
Cohee
d13ec29158
Merge pull request #3264 from SillyTavern/backup-config-reorg
...
Reorganize backup configs
2025-01-06 10:58:23 +02:00
Cohee
9db9c5c9ca
Reorganize backup configs
2025-01-05 16:03:52 +02:00
Cohee
989f5a8692
Image Gen: don't generate a new swipe seed if already using a random seed
2025-01-05 00:49:23 +02:00
Cohee
8623d1198d
Add thumbnail dimensions to config ( #3262 )
...
* Add thumbnail dimensions to config
* Fix default value for thumbnails.enabled
* Update comment for thumbnail recreation instructions in config.yaml
* Lint config values
* Verify config size > 0
* More config lint
2025-01-05 00:38:50 +02:00
Cohee
7f5dc72161
Fix user settings doc link
2025-01-04 16:02:09 +02:00
Cohee
5a617f60f5
Merge pull request #3261 from underscorex86/patch-2
...
Update inclusion-group tooltip doc site link
2025-01-04 15:49:50 +02:00
Sneha C
18243fe879
Update inclusion-group tooltip doc site link
2025-01-04 17:18:16 +04:00
Rivelle
446a9adcf1
Update readme-zh_tw.md ( #3259 )
...
* Update readme-zh_tw.md
- Complete punctuation and remove redundant words
- Make minor adjustments to phrasing to align with traditional Chinese (Taiwan) usage conventions
* Update readme-zh_tw.md
* Update readme-zh_tw.md
* Update readme-zh_tw.md
2025-01-04 14:18:46 +02:00
Cohee
7fdeeb0fae
Merge pull request #3258 from RivelleDays/i18n
...
Fix i18n Issues & Update zh-TW Translation
2025-01-04 14:17:44 +02:00
Cohee
6552038712
Update no validate warning
2025-01-04 14:16:25 +02:00
Rivelle
8514ac29fc
Merge branch 'i18n' of https://github.com/RivelleDays/SillyTavern into i18n
2025-01-04 16:03:20 +08:00
Rivelle
c2caad3904
Update zh-tw.json
2025-01-04 16:03:14 +08:00
Rivelle
fae11fc04a
Update personas.js: fix i18n
2025-01-04 15:14:14 +08:00
Rivelle
81cb3430bb
Update openai.js: fix i18n
2025-01-04 15:12:55 +08:00
Cohee
0a8fae06c2
Don't set an undefined theme field to an empty string
2025-01-04 00:07:26 +02:00
Cohee
77bee453ab
Vectors: Add only custom boundary chunking
2025-01-03 20:44:25 +02:00
Cohee
590e52442c
Fix /api/secrets/find return on 404
2025-01-03 12:48:24 +00:00
Cohee
dd273a7727
Docker build: Pre-compile public libraries
2025-01-03 12:30:55 +00:00
Cohee
02900520c9
chore: Add index property to HashedMessage
2025-01-03 03:09:16 +02:00
Cohee
eff4da42c5
Vector storage: skip for quiet prompts
2025-01-03 03:04:45 +02:00
Cohee
dea4a63022
Move rss extension container to other column
2025-01-03 01:42:03 +02:00
Cohee
2f5f9a437d
Allow running generate interceptors on quiet prompts
2025-01-03 01:10:14 +02:00
Cohee
68437ed81c
Enable strictBindCallApply in jsconfig
2025-01-03 00:28:09 +02:00
Cohee
8ed2721ddd
Set server jsconfig target to ES2023
2025-01-03 00:27:13 +02:00
Cohee
97f6dcace0
Fix types for extractFileFromZipBuffer
2025-01-03 00:16:14 +02:00
Cohee
fc4fecf0fd
Add model hash to TC API tokenizer cache key
2025-01-02 23:49:22 +02:00
Cohee
40b05bb6b1
Add best match tokenizer logic for DeepSeek and Nemo
2025-01-02 23:22:53 +02:00
Cohee
2d4bae17cc
Merge branch 'release' into staging
2025-01-02 22:58:15 +02:00
Cohee
d0e1c3287a
NovelAI: Fix scheduler auto-assign
2025-01-02 22:58:06 +02:00
Cohee
b7a96b3143
Add fixed containers for downloadable extensions
2025-01-02 22:25:44 +02:00
Cohee
612fda4cfc
Merge branch 'release' into staging
2025-01-02 00:41:05 +02:00
Cohee
beb4328714
Revert using url-join for SD WebUI paths
2025-01-02 00:40:56 +02:00
Cohee
5db7a9cf1e
Fix fetch buffer deprecation warnings
2025-01-01 22:18:23 +02:00
Cohee
e99f918454
Fix fetch buffer deprecation warnings
2025-01-01 22:12:04 +02:00
Cohee
102d170752
Merge branch 'staging' into release
2025-01-01 20:15:55 +02:00
Cohee
6768264514
Docker: add git safe.directory exclusion
...
Closes #3250
2025-01-01 19:45:34 +02:00
Cohee
a867b2f85a
Add global extensions Docker volume
...
Closes #3251
2025-01-01 19:13:47 +02:00
Cohee
f246bc5ac6
Merge pull request #3248 from SillyTavern/staging
...
Staging
1.12.10
2025-01-01 17:21:09 +02:00
Cohee
2c5cffe6be
Typo fix in data-i18n attr
2025-01-01 17:12:36 +02:00
Cohee
f9e3666d23
Add debug function to toggle regeneration warning with Ctrl+Enter
2025-01-01 16:56:44 +02:00
Cohee
72e0f8ccc5
Fix available CC models log header
2025-01-01 16:28:47 +02:00
Cohee
e45d2252aa
Allow admin actions when accounts are disabled
2025-01-01 15:00:59 +02:00
Cohee
1d22cd7592
Bump package version
2025-01-01 14:58:43 +02:00
Cohee
ac4a0e8af5
Merge pull request #3246 from waht41/bugfix/extension-translate
...
bug fix, use data-i18n="[title]Extensions"
2025-01-01 14:52:56 +02:00