Skip to content

Commit

Permalink
Merge pull request #359 from jeanpierre-jeri/main
Browse files Browse the repository at this point in the history
Add Ollama SVG assets and integration
  • Loading branch information
pheralb committed Jun 6, 2024
2 parents 6cca1f3 + b5a8fb9 commit 7cf1488
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ export const svgs: iSVG[] = [
wordmark: '/library/cohere_wordmark.svg',
url: 'https://cohere.com/'
},
{
title: 'Ollama',
category: 'AI',
route: {
light: '/library/ollama_light.svg',
dark: '/library/ollama_dark.svg'
},
url: 'https://www.ollama.com/'
},
{
title: 'Cisco',
category: 'Software',
Expand Down
7 changes: 7 additions & 0 deletions static/library/ollama_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions static/library/ollama_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cf1488

Please sign in to comment.