SillyTavern-Pathweaver/manifest.json
mattjaybe 5e23475b4c
v1.5.0 - Added Reasoning Mode
- New setting: Reasoning Mode.  Increases max tokens and properly handles thinking tags.
- Reasoning Mode allows for setting the max output token
2026-03-06 10:11:31 -05:00

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
}