Skip to content

Commit 2ec369d

Browse files
committed
add recursechat
1 parent 143581a commit 2ec369d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ export const LOCAL_APPS = {
118118
displayOnModelPage: isGgufModel,
119119
deeplink: (model) => new URL(`sanctum://open_from_hf?model=${model.id}`),
120120
},
121+
recursechat: {
122+
prettyLabel: "RecurseChat",
123+
docsUrl: "https://recurse.chat",
124+
mainTask: "text-generation",
125+
macOSOnly: true,
126+
displayOnModelPage: isGgufModel,
127+
deeplink: (model) => new URL(`recursechat://new-hf-gguf-model?hf-model-id=${model.id}`),
128+
},
121129
drawthings: {
122130
prettyLabel: "Draw Things",
123131
docsUrl: "https://drawthings.ai",

0 commit comments

Comments
 (0)