We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3254222 commit 1e8c733Copy full SHA for 1e8c733
1 file changed
scripts/fetch-models.js
@@ -62,7 +62,7 @@ function normalizeApiModel(model) {
62
active_params: meta.active_params,
63
precision: meta.precision,
64
model_url: meta.model_url,
65
- isLive: Boolean(model.gateway_id),
+ isLive: Boolean(model.gateway_id) || tags.includes('Live'),
66
isNew: tags.includes('New'),
67
isTrending: tags.includes('Trending'),
68
};
0 commit comments