mirror of
https://github.com/mattjaybe/SillyTavern-Pathweaver.git
synced 2026-04-26 10:30:47 +00:00
- New setting: Reasoning Mode. Increases max tokens and properly handles thinking tags. - Reasoning Mode allows for setting the max output token
12 lines
308 B
JSON
12 lines
308 B
JSON
{
|
|
"display_name": "Pathweaver",
|
|
"loading_order": 100,
|
|
"requires": [],
|
|
"optional": [],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "mattjaybe",
|
|
"version": "1.5.0",
|
|
"homePage": "https://github.com/mattjaybe/SillyTavern-Pathweaver",
|
|
"auto_update": true
|
|
}
|