diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 45f9bb6db3..2d1a3d7d9a 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -1253,6 +1253,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.zonos, filter: false, }, + openpeerllm: { + prettyLabel: "OpenPeerLLM", + repoName: "OpenPeerLLM", + repoUrl: "https://huggingface.co/openpeerai/openpeerllm", + docsUrl: "https://huggingface.co/OpenPeerAI/OpenPeerLLM/blob/main/README.md", + countDownloads: `path:".meta-huggingface.json"`, + filter: false, + }, "3dtopia-xl": { prettyLabel: "3DTopia-XL", repoName: "3DTopia-XL",