We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143581a commit 2ec369dCopy full SHA for 2ec369d
packages/tasks/src/local-apps.ts
@@ -118,6 +118,14 @@ export const LOCAL_APPS = {
118
displayOnModelPage: isGgufModel,
119
deeplink: (model) => new URL(`sanctum://open_from_hf?model=${model.id}`),
120
},
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
+ },
129
drawthings: {
130
prettyLabel: "Draw Things",
131
docsUrl: "https://drawthings.ai",
0 commit comments