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 0e1fede commit eb387f7Copy full SHA for eb387f7
packages/tasks/src/local-apps.ts
@@ -425,7 +425,7 @@ export const LOCAL_APPS = {
425
lmstudio: {
426
prettyLabel: "LM Studio",
427
docsUrl: "https://lmstudio.ai",
428
- mainTask: "text-generation",
+ mainTask: "text-generation",
429
displayOnModelPage: (model) => isLlamaCppGgufModel(model) || isMlxModel(model),
430
deeplink: (model, filepath) =>
431
new URL(`lmstudio://open_from_hf?model=${model.id}${filepath ? `&file=${filepath}` : ""}`),
0 commit comments