Skip to content

Commit eb387f7

Browse files
Update local-apps.ts
1 parent 0e1fede commit eb387f7

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
@@ -425,7 +425,7 @@ export const LOCAL_APPS = {
425425
lmstudio: {
426426
prettyLabel: "LM Studio",
427427
docsUrl: "https://lmstudio.ai",
428-
mainTask: "text-generation",
428+
mainTask: "text-generation",
429429
displayOnModelPage: (model) => isLlamaCppGgufModel(model) || isMlxModel(model),
430430
deeplink: (model, filepath) =>
431431
new URL(`lmstudio://open_from_hf?model=${model.id}${filepath ? `&file=${filepath}` : ""}`),

0 commit comments

Comments
 (0)