Commits

main

2024-12-19

Merge pull request #3205 from SillyTavern/forbid-empty-varnamesSigned
Cohee authored 1 year ago
f3c12fb9
Also check global variable names
Cohee authored 1 year ago
d5ed0f6c
Merge pull request #3206 from DocShotgun/stagingSigned
Cohee authored 1 year ago
503c3ad2
Add DRY to llama.cpp sampler order
DocShotgun authored 1 year ago
6193eb14

2024-12-18

Do not allow empty or undefined variable names. Closes #3204
Cohee authored 1 year ago
372ac260

2024-12-17

Merge branch 'release' into staging
Cohee authored 1 year ago
00363cc2
Fix OpenRouter caching at depth with null model selection
Cohee authored 1 year ago
dbc78c1c
Merge pull request #3193 from cloak1505/r7bSigned
Cohee authored 1 year ago
8753ae34
Merge pull request #3198 from ceruleandeep/i18n/generateImageSigned
Cohee authored 1 year ago
a6f37880

2024-12-16

Add bypass status check for Generic TC API type
Cohee authored 1 year ago
7eacdac6
Merge pull request #3190 from M0ch0/stagingSigned
Cohee authored 1 year ago
0819588e
Merge pull request #3195 from RivelleDays/patch-2Signed
Cohee authored 1 year ago
0180e01c
Remove spurious attrib tags inserted by getMissingTranslations
ceruleandeep authored 1 year ago
b094a355
Fix i18n for Prompt Inspector in wand menu
ceruleandeep authored 1 year ago
2ef9f5d7
Fix i18n for "Generate Caption" in wand menu
ceruleandeep authored 1 year ago
247a23bd
Fix i18n tags for Generate Image/Stop Image Generation, add translations
ceruleandeep authored 1 year ago
0ea4494d
Update zh-tw.jsonSigned
Rivelle authored 1 year ago
d8b1fd3b
Update: [constants.js] Remove BISON_SAFETY
M0cho authored 1 year ago
3f253f42
Update: [prompt-converters.js] Remove entire dummy img codes
M0cho authored 1 year ago
0e3b4335

2024-12-15

Fix Cohere context sizesSigned
cloak1505 authored 1 year ago
ce536201
Replace invalid aya-23 model nameSigned
cloak1505 authored 1 year ago
12cc6077
Add Cohere command-r7b-12-2024Signed
cloak1505 authored 1 year ago
266b181d
Fixes to group join examples parsing
Cohee authored 1 year ago
2d66b720
Merge pull request #3189 from Succubyss/substrSigned
Cohee authored 1 year ago
e4930130
Merge pull request #3188 from InspectorCaracal/fix-double-prefix-2Signed
Cohee authored 1 year ago
4c3b987e
Update: [prompt-converters.js] Remove gemini-pro-vision from constants
M0cho authored 1 year ago
d16f5a24
Update: [chat-completions.js] Update sendMakerSuiteRequest function
M0cho authored 1 year ago
43feffdf
Update: [openai.js] Remove deleted GAI models from context length checks
M0cho authored 1 year ago
9ea8fc92
Update: [caption/settings.html] Remove GAI version of gemini-pro-vision
M0cho authored 1 year ago
9cab0618
Update: [index.html] Fixed inconsistent notation of GAI models
M0cho authored 1 year ago
58213d0a
Update: [index.html] Remove PaLM from GAI models
M0cho authored 1 year ago
954ed6c2
Update: [index.html] Added notes for deprecated GAI models
M0cho authored 1 year ago
df5f69dc
Update: [index.html] Remove GAI models deleted from the API
M0cho authored 1 year ago
e762405c
Add /substr command
Succubyss authored 1 year ago
6fce056b

2024-12-14

Fix name-inclusion logic checkSigned
InspectorCaracal authored 1 year ago
b8fc9f21
Add /getcharlore and /getpersonalore commands Closes #3183
Cohee authored 1 year ago
713c05f8
Add a name argument for /getchatbook Closes #2599
Cohee authored 1 year ago
e960ae64
Merge pull request #3181 from SillyTavern/tc-split-genericSigned
Cohee authored 1 year ago
8811010c
One more example of generic endpoint
Cohee authored 1 year ago
e15e6dc3
Merge branch 'staging' into tc-split-generic
Cohee authored 1 year ago
756f88b5
Merge pull request #3187 from InspectorCaracal/fix-double-prefixSigned
Cohee authored 1 year ago
5c1a9a30
Use Array.includes
Cohee authored 1 year ago
a7e8d001
Merge pull request #3186 from Succubyss/getcontext_gettexttokensSigned
Cohee authored 1 year ago
10325107
fix double-prefixing on example messagesSigned
InspectorCaracal authored 1 year ago
1ef25d61

2024-12-13

expose tokenizers & getTextTokens in getContext
Succubyss authored 1 year ago
0e510018
Implement "except" mode for type-specific controls in settings
Cohee authored 1 year ago
cd0b8342
Merge pull request #3185 from SillyTavern/inject-filterSigned
Cohee authored 1 year ago
f9eb720f

2024-12-12

Add error handler to filter closure executor
Cohee authored 1 year ago
6f4350b3
Add validation for filter inject argument
Cohee authored 1 year ago
294b1597
Add generic text completion API type (100% OAI compatible)
Cohee authored 1 year ago
3167019f