Fix for wrong/reduced user counts

Increased max_tokens and num_predict values from ~500 to 4096 for all three generation sources. This should fix the issue of the user count setting not being obeyed.
This commit is contained in:
mattjaybe 2026-01-11 23:56:23 -05:00 committed by GitHub
parent 57e1762342
commit 931277ae65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2098 additions and 2098 deletions

4172
index.js

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,12 @@
{
"display_name": "EchoChamber",
"loading_order": 1000,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "Antigravity",
"version": "4.0.0",
"homePage": "https://github.com/mattjaybe/SillyTavern-EchoChamber",
"auto_update": true
}
{
"display_name": "EchoChamber",
"loading_order": 1000,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "Antigravity",
"version": "4.0.1",
"homePage": "https://github.com/mattjaybe/SillyTavern-EchoChamber",
"auto_update": true
}