Skip to content

Commit

Permalink
Add docs videos for OpenAI and Anthropic (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddavis authored Dec 23, 2024
1 parent 259beba commit ba7b2a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/v1/integrations/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ import EnvTooltip from '/snippets/add-env-tooltip.mdx'
[Anthropic AI](https://www.anthropic.com) is a leading provider of AI tools and services, including the Claude, Haiku, and Sonnet series of models.
Explore the [Anthropic API](https://docs.anthropic.com/en/home) for more information.

# Steps to integrate Anthropic with AgentOps
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Yx2Crpbms7I"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<Steps>
<Step title="Install the AgentOps SDK">
Expand Down
15 changes: 12 additions & 3 deletions docs/v1/integrations/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ description: "AgentOps provides first class support for OpenAI's GPT family of m
import CodeTooltip from '/snippets/add-code-tooltip.mdx'
import EnvTooltip from '/snippets/add-env-tooltip.mdx'

<Card title="OpenAI" icon="robot" href="https://www.openai.com">
First class support for GPT family of models
</Card>
[OpenAI](https://www.openai.com) is a leading provider of AI tools and services.
Explore the [OpenAI API](https://platform.openai.com/) for more information.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/qlotcZSh5_0"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<Steps>
<Step title="Install the AgentOps SDK">
Expand Down

0 comments on commit ba7b2a9

Please sign in to comment.