Skip to content

Commit b9f19e1

Browse files
committed
Add deep link to Local Chat
1 parent dfdcd88 commit b9f19e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/local-apps.ts

+8
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,14 @@ export const LOCAL_APPS = {
325325
displayOnModelPage: isLlamaCppGgufModel,
326326
snippet: snippetLocalAI,
327327
},
328+
localchat: {
329+
prettyLabel: "Local Chat",
330+
docsUrl: "https://localchat.co",
331+
mainTask: "text-generation",
332+
displayOnModelPage: (model) => isMlxModel(model),
333+
deeplink: (model) =>
334+
new URL(`https://localchat.co/model/${model.id}`),
335+
},
328336
jan: {
329337
prettyLabel: "Jan",
330338
docsUrl: "https://jan.ai",

0 commit comments

Comments
 (0)