Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs videos for OpenAI and Anthropic #597

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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