Skip to content

Commit a351888

Browse files
committed
Add platform icons to LLM Monitoring integrations list
1 parent 8ac8fb5 commit a351888

File tree

1 file changed

+25
-5
lines changed
  • docs/product/insights/ai/llm-monitoring/getting-started

1 file changed

+25
-5
lines changed

docs/product/insights/ai/llm-monitoring/getting-started/index.mdx

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,31 @@ Sentry LLM Monitoring is easiest to use with the Python SDK and an official inte
1818

1919
#### Official AI Integrations
2020

21-
- [OpenAI](/platforms/python/integrations/openai/)
22-
- [Langchain](/platforms/python/integrations/langchain/)
23-
- [Anthropic](/platforms/python/integrations/anthropic/)
24-
- [Huggingface Hub](/platforms/python/integrations/huggingface_hub/)
25-
- [Cohere](/platforms/python/integrations/cohere/)
21+
- <LinkWithPlatformIcon
22+
platform="openai"
23+
label="OpenAI"
24+
url="/platforms/python/integrations/openai/"
25+
/>
26+
- <LinkWithPlatformIcon
27+
platform="langchain"
28+
label="Langchain"
29+
url="/platforms/python/integrations/langchain/"
30+
/>
31+
- <LinkWithPlatformIcon
32+
platform="anthropic"
33+
label="Anthropic"
34+
url="/platforms/python/integrations/anthropic/"
35+
/>
36+
- <LinkWithPlatformIcon
37+
platform="huggingface"
38+
label="Huggingface Hub"
39+
url="/platforms/python/integrations/huggingface_hub/"
40+
/>
41+
- <LinkWithPlatformIcon
42+
platform="python"
43+
label="Cohere"
44+
url="/platforms/python/integrations/cohere/"
45+
/>
2646

2747
### JavaScript
2848

0 commit comments

Comments
 (0)