Skip to content

Commit 032fae2

Browse files
committed
update displayOnModelPage
1 parent d84ea80 commit 032fae2

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
@@ -373,7 +373,7 @@ export const LOCAL_APPS = {
373373
prettyLabel: "Ollama",
374374
docsUrl: "https://github.com/ollama/ollama/tree/main/docs",
375375
mainTask: "text-generation",
376-
displayOnModelPage: isLlamaCppGgufModel,
376+
displayOnModelPage: (model) => model.tags.includes("conversational") && isLlamaCppGgufModel(model),
377377
snippet: snippetOllama,
378378
},
379379
} satisfies Record<string, LocalApp>;

0 commit comments

Comments
 (0)