A SillyTavern extension that helps you track your chat stats with LLMs using connection profiles.
You can edit the schema for active chat.
If you are using a Text Completion profile, make sure your profile contains API, preset, model, and instruct.
If you are using a Chat Completion profile; API, settings, model would be enough.
Install via the SillyTavern extension installer:
https://github.com/bmen25124/SillyTavern-WTrackerI'm having API error.
Your API/model might not support structured output. Change Prompt Engineering mode from Native API to JSON or XML.
What is the difference compared to famous tracker?
Most importantly, it works. This is a minimalistic version of the original tracker.
- No annoying connection profile switch. (This is the reason why I created this extension in the first place.)
- No "Prompt Maker" option. Because JSON schema is easy enough to edit.
- No "Generation Target" option. (Could be added in the future)
- No "Generation Mode" option. Since this extension doesn't summarize the chat, no need for it. (I'm not planning to add a summarize feature.)
- There are some templates in the original, but I don't need them since I don't have those features.