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 d84ea80 commit 032fae2Copy full SHA for 032fae2
packages/tasks/src/local-apps.ts
@@ -373,7 +373,7 @@ export const LOCAL_APPS = {
373
prettyLabel: "Ollama",
374
docsUrl: "https://github.com/ollama/ollama/tree/main/docs",
375
mainTask: "text-generation",
376
- displayOnModelPage: isLlamaCppGgufModel,
+ displayOnModelPage: (model) => model.tags.includes("conversational") && isLlamaCppGgufModel(model),
377
snippet: snippetOllama,
378
},
379
} satisfies Record<string, LocalApp>;
0 commit comments