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 acae236 commit cbf44d6Copy full SHA for cbf44d6
packages/tasks/src/local-apps.ts
@@ -403,7 +403,7 @@ export const LOCAL_APPS = {
403
prettyLabel: "Ollama",
404
docsUrl: "https://ollama.com",
405
mainTask: "text-generation",
406
- displayOnModelPage: (model) => model.tags.includes("conversational") && isLlamaCppGgufModel(model),
+ displayOnModelPage: isLlamaCppGgufModel,
407
snippet: snippetOllama,
408
},
409
} satisfies Record<string, LocalApp>;
0 commit comments