Skip to content

Commit 0ef2a8e

Browse files
committed
Add deep link to Local Chat
1 parent 155517e commit 0ef2a8e

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
@@ -326,6 +326,14 @@ export const LOCAL_APPS = {
326326
displayOnModelPage: isLlamaCppGgufModel,
327327
snippet: snippetLocalAI,
328328
},
329+
localchat: {
330+
prettyLabel: "Local Chat",
331+
docsUrl: "https://localchat.co",
332+
mainTask: "text-generation",
333+
displayOnModelPage: (model) => isMlxModel(model),
334+
deeplink: (model) =>
335+
new URL(`https://localchat.co/model/${model.id}`),
336+
},
329337
jan: {
330338
prettyLabel: "Jan",
331339
docsUrl: "https://jan.ai",

0 commit comments

Comments
 (0)