Skip to content

Commit 6bfb3b4

Browse files
author
Mishig
authored
[deeplink] Fix lmstudio (#779)
Follow up to #738
1 parent 7004980 commit 6bfb3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const LOCAL_APPS = {
9797
mainTask: "text-generation",
9898
displayOnModelPage: isGgufModel,
9999
deeplink: (model, filepath) =>
100-
new URL(`lmstudio://open_from_hf?model=${model.id}` + filepath ? `&file=${filepath}` : ""),
100+
new URL(`lmstudio://open_from_hf?model=${model.id}${filepath ? `&file=${filepath}` : ""}`),
101101
},
102102
jan: {
103103
prettyLabel: "Jan",

0 commit comments

Comments
 (0)