Skip to content

Commit

Permalink
fix ollama example icon (#528)
Browse files Browse the repository at this point in the history
* fix ollam example

* update link
  • Loading branch information
areibman authored Nov 22, 2024
1 parent 135cf8a commit 0ce29b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/examples/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mode: "wide"
<Card title="MultiOn Example" icon="atom" href="/v1/examples/multion">
Create an autonomous browser agent capable of navigating the web and extracting information
</Card>
<Card title="Ollama Example" icon={<img src="/images/external/ollama/ollama-icon.png" alt="Ollama" />} iconType="image" href="/v1/examples/ollama">
<Card title="Ollama Example" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/ollama/ollama-icon.png?raw=true" alt="Ollama" />} iconType="image" href="/v1/examples/ollama">
Simple Ollama integration with AgentOps
</Card>
</CardGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/ollama.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import EnvTooltip from '/snippets/add-env-tooltip.mdx'
This is a living integration. Should you need any added functionality, message us on [Discord](https://discord.gg/UgJyyxx7uc)!
</Note>

<Card title="Ollama" icon={<img src="/images/external/ollama/ollama-icon.png" alt="Ollama" />} iconType="image" href="https://ollama.com">
<Card title="Ollama" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/ollama/ollama-icon.png?raw=true" alt="Ollama" />} iconType="image" href="https://ollama.com">
First class support for Ollama
</Card>

Expand Down

0 comments on commit 0ce29b3

Please sign in to comment.