Skip to content

Commit 82460b0

Browse files
Simplify display logic
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 827df4c commit 82460b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export const LOCAL_APPS = {
330330
prettyLabel: "Local Chat",
331331
docsUrl: "https://localchat.co",
332332
mainTask: "text-generation",
333-
displayOnModelPage: (model) => isMlxModel(model),
333+
displayOnModelPage: isMlxModel,
334334
deeplink: (model) =>
335335
new URL(`https://localchat.co/model/${model.id}`),
336336
},

0 commit comments

Comments
 (0)