Skip to content

Commit

Permalink
Add ollama
Browse files Browse the repository at this point in the history
Very popular local LLM inference server.
  • Loading branch information
boxabirds authored May 20, 2024
1 parent 6396f72 commit d9e3fa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ export const LOCAL_APPS = {
displayOnModelPage: isGgufModel,
deeplink: (model) => new URL(`https://backyard.ai/hf/model/${model.id}`),
},
ollama: {
prettyLabel: "Ollama",
docsUrl: "https://github.com/ollama/ollama/tree/main/docs",
mainTask: "text-generation",
displayOnModelPage: isGgufModel,
deeplink: (model) => new URL(`https://ollama.com/library/{model.id}`),
},

drawthings: {
prettyLabel: "Draw Things",
docsUrl: "https://drawthings.ai",
Expand Down

0 comments on commit d9e3fa1

Please sign in to comment.