Skip to content

Commit

Permalink
fix (docs): minor provider fixes (#4255)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Jan 3, 2025
1 parent d63daac commit 367bef1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/providers/03-community-providers/60-mixedbread.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Mixedbread Provider
title: Mixedbread
description: Learn how to use the Mixedbread provider.
---

Expand Down
2 changes: 1 addition & 1 deletion content/providers/03-community-providers/61-voyage-ai.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Voyage AI Provider
title: Voyage AI
description: Learn how to use the Voyage AI provider.
---

Expand Down
6 changes: 3 additions & 3 deletions content/providers/05-observability/langwatch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Obtain your `LANGWATCH_API_KEY` from the [LangWatch dashboard](https://app.langw

<Tabs items={['pnpm', 'npm', 'yarn']}>
<Tab>
<Snippet text="pnpm add @ai-sdk/openai langwatch" dark />
<Snippet text="pnpm add langwatch" dark />
</Tab>
<Tab>
<Snippet text="npm install @ai-sdk/openai langwatch" dark />
<Snippet text="npm install langwatch" dark />
</Tab>
<Tab>
<Snippet text="yarn add @ai-sdk/openai langwatch" dark />
<Snippet text="yarn add langwatch" dark />
</Tab>
</Tabs>

Expand Down

0 comments on commit 367bef1

Please sign in to comment.