Skip to content

Commit cbf44d6

Browse files
committed
displayOnModelPage: isLlamaCppGgufModel,
1 parent acae236 commit cbf44d6

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
@@ -403,7 +403,7 @@ export const LOCAL_APPS = {
403403
prettyLabel: "Ollama",
404404
docsUrl: "https://ollama.com",
405405
mainTask: "text-generation",
406-
displayOnModelPage: (model) => model.tags.includes("conversational") && isLlamaCppGgufModel(model),
406+
displayOnModelPage: isLlamaCppGgufModel,
407407
snippet: snippetOllama,
408408
},
409409
} satisfies Record<string, LocalApp>;

0 commit comments

Comments
 (0)