We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004980 commit 6bfb3b4Copy full SHA for 6bfb3b4
packages/tasks/src/local-apps.ts
@@ -97,7 +97,7 @@ export const LOCAL_APPS = {
97
mainTask: "text-generation",
98
displayOnModelPage: isGgufModel,
99
deeplink: (model, filepath) =>
100
- new URL(`lmstudio://open_from_hf?model=${model.id}` + filepath ? `&file=${filepath}` : ""),
+ new URL(`lmstudio://open_from_hf?model=${model.id}${filepath ? `&file=${filepath}` : ""}`),
101
},
102
jan: {
103
prettyLabel: "Jan",
0 commit comments