Skip to content

Commit 395b472

Browse files
authored
Add cnvrs to Local apps!
- available for iOS, iPadOS, macOS, and visionOS - run local GGUF models & hosted models, via chat completions-compatible APIs - files chat for text-heavy PDFs & files with semantic search - characters (custom system prompts & sampler settings) - saved chat history & continue past chats - in beta now on testflight https://cnvrs.ai
1 parent a32260f commit 395b472

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
@@ -381,6 +381,14 @@ export const LOCAL_APPS = {
381381
displayOnModelPage: isLlamaCppGgufModel,
382382
deeplink: (model) => new URL(`recursechat://new-hf-gguf-model?hf-model-id=${model.id}`),
383383
},
384+
cnvrs: {
385+
prettyLabel: "cnvrs",
386+
docsUrl: "https://cnvrs.ai",
387+
mainTask: "text-generation",
388+
macOSOnly: false,
389+
displayOnModelPage: isLlamaCppGgufModel,
390+
deeplink: (model) => new URL(`cnvrsai:///models/search/hf?id=${model.id}`),
391+
},
384392
drawthings: {
385393
prettyLabel: "Draw Things",
386394
docsUrl: "https://drawthings.ai",

0 commit comments

Comments
 (0)