File tree Expand file tree Collapse file tree 1 file changed +25
-5
lines changed
docs/product/insights/ai/llm-monitoring/getting-started Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments