mirror of
https://github.com/mattjaybe/SillyTavern-EchoChamber.git
synced 2026-04-28 03:20:39 +00:00
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:
parent
57e1762342
commit
931277ae65
2 changed files with 2098 additions and 2098 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue