Skip to content

Commit 7a82e6e

Browse files
xyckrampstudio
andauthored
Add RecurseChat Local App (#691)
Hi HF team! Super cool idea to use local model directly from HuggingFace. I'm hoping to add [RecurseChat](https://recurse.chat/) (a local first AI app) to "Use this model" list in this PR. Still in the process of adding deeplink functionality (mainly trying to automatically figuring out a chat template, and need to release it on the Mac App Store), but want to get some feedback first. The deep link roughly works like below: https://github.com/huggingface/huggingface.js/assets/679275/5140e1e4-85e8-4c6e-b2d2-c1296cbaae7c If you need to test the app, please feel free to shoot an email to [email protected] for a TestFlight invite. Thank you for considering the request. Co-authored-by: Bertrand Chevrier <[email protected]>
1 parent e33ba68 commit 7a82e6e

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
@@ -144,6 +144,14 @@ export const LOCAL_APPS = {
144144
displayOnModelPage: isGgufModel,
145145
deeplink: (model) => new URL(`msty://models/search/hf/${model.id}`),
146146
},
147+
recursechat: {
148+
prettyLabel: "RecurseChat",
149+
docsUrl: "https://recurse.chat",
150+
mainTask: "text-generation",
151+
macOSOnly: true,
152+
displayOnModelPage: isGgufModel,
153+
deeplink: (model) => new URL(`recursechat://new-hf-gguf-model?hf-model-id=${model.id}`),
154+
},
147155
drawthings: {
148156
prettyLabel: "Draw Things",
149157
docsUrl: "https://drawthings.ai",

0 commit comments

Comments
 (0)