Skip to content

📝 docs: add Msty to the list of local apps #736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ export const LOCAL_APPS = {
displayOnModelPage: isGgufModel,
deeplink: (model) => new URL(`sanctum://open_from_hf?model=${model.id}`),
},
msty: {
prettyLabel: "Msty",
docsUrl: "https://msty.app",
mainTask: "text-generation",
displayOnModelPage: isGgufModel,
deeplink: (model) => new URL(`msty://models/search/hf/${model.id}`),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw take a look at #738 in case you'd like to support opening from an optional specific file inside the repo! thanks!

Copy link
Contributor Author

@nikeshparajuli nikeshparajuli Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @julien-c, thank you for your comment! This would be a very useful feature indeed but will take some time to get it out. Is it possible to get this merged in the meantime and we can send another PR when we implement and test the specific file deep link?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good!

},
drawthings: {
prettyLabel: "Draw Things",
docsUrl: "https://drawthings.ai",
Expand Down
Loading