offgrid-ai 0.3.22 → 0.3.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.mjs +0 -1
package/package.json
CHANGED
package/src/cli.mjs
CHANGED
|
@@ -306,7 +306,6 @@ function downloadedModelCard(num, model, caps) {
|
|
|
306
306
|
["Status", statusText("warning", "Needs one-time setup")],
|
|
307
307
|
["Good for", humanCapabilitySummary(caps)],
|
|
308
308
|
["Size", formatBytes(model.sizeBytes)],
|
|
309
|
-
["When selected", "offgrid-ai will recommend safe local settings"],
|
|
310
309
|
]), { formatBorder: pc.yellow });
|
|
311
310
|
}
|
|
312
311
|
|