17 lines
547 B
JSON
17 lines
547 B
JSON
{
|
|
"$schema": "https://schemas.elgato.com/streamdeck/plugins/manifest.json",
|
|
"Name": "llama-watch",
|
|
"Version": "1.0.0.0",
|
|
"Author": "Bryce Zuccaro",
|
|
"Actions": [],
|
|
"Category": "llama-watch",
|
|
"CodePath": "bin/plugin.js",
|
|
"Description": "Monitor llama-swap: in-flight requests per model and live GPU metric graphs.",
|
|
"Icon": "imgs/plugin/icon",
|
|
"SDKVersion": 2,
|
|
"Software": { "MinimumVersion": "6.5" },
|
|
"OS": [{ "Platform": "mac", "MinimumVersion": "13" }],
|
|
"Nodejs": { "Version": "24" },
|
|
"UUID": "com.bryce.llamawatch"
|
|
}
|