-
-
Notifications
You must be signed in to change notification settings - Fork 154
Description
If /v2/status/models?type=text returned more information about the models, clients e.g. SillyTavern could display it to end-users. Maybe other uses such as choosing instruct template or sampler defaults.
We got this request about the Horde model selector in ST: "Is there any way to get more details on Stable Horde models? Even a descriptive summary would help me decide which ones to try for a particular chat." But ST can only display what the Horde API provides.
There are some additional information in db.json but it doesn't seem to be used in AI-Horde (or populated, probably because it's not used).
Perhaps a "metadata" dict could be added to /v2/status/models to give model name, description, URL, style, usage info, or whatever else people think could be helpful. I found the "Popular Models Listing" guide in KoboldAI Discord helpful so providing some of that information to frontends in a structured way would no doubt help more people.