Skip to content

Commit

Permalink
Simplify display logic
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
DePasqualeOrg and pcuenca committed Feb 10, 2025
1 parent 0ef2a8e commit f5e6dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const LOCAL_APPS = {
prettyLabel: "Local Chat",
docsUrl: "https://localchat.co",
mainTask: "text-generation",
displayOnModelPage: (model) => isMlxModel(model),
displayOnModelPage: isMlxModel,
deeplink: (model) =>
new URL(`https://localchat.co/model/${model.id}`),
},
Expand Down

0 comments on commit f5e6dbd

Please sign in to comment.