Skip to content

Commit

Permalink
Add cnvrs to Local apps!
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
brittlewis12 authored Feb 12, 2025
1 parent a32260f commit 395b472
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,14 @@ export const LOCAL_APPS = {
displayOnModelPage: isLlamaCppGgufModel,
deeplink: (model) => new URL(`recursechat://new-hf-gguf-model?hf-model-id=${model.id}`),
},
cnvrs: {
prettyLabel: "cnvrs",
docsUrl: "https://cnvrs.ai",
mainTask: "text-generation",
macOSOnly: false,
displayOnModelPage: isLlamaCppGgufModel,
deeplink: (model) => new URL(`cnvrsai:///models/search/hf?id=${model.id}`),
},
drawthings: {
prettyLabel: "Draw Things",
docsUrl: "https://drawthings.ai",
Expand Down

0 comments on commit 395b472

Please sign in to comment.