Skip to content

Commit 2a3c865

Browse files
authored
fix: google-vertex docs (#1571)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Fixes link for `vertex-ai` provider in `client-constructor.mdx`. > > - **Documentation**: > - Fixes link for `vertex-ai` provider in `client-constructor.mdx` from `/docs/snippets/clients/providers/vertex` to `/docs/snippets/clients/providers/google-vertex`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for f11c9b7. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 166cdaa commit 2a3c865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fern/snippets/client-constructor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The configuration modifies the URL request BAML runtime makes.
1111
| `google-ai` | [Google AI](/docs/snippets/clients/providers/gemini) | |
1212
| `openai` | [OpenAI](/docs/snippets/clients/providers/openai) | |
1313
| `openai-generic` | [OpenAI (generic)](/docs/snippets/clients/providers/openai-generic) | Any model provider that supports an OpenAI-compatible API |
14-
| `vertex-ai` | [Vertex AI](/docs/snippets/clients/providers/vertex) | |
14+
| `vertex-ai` | [Vertex AI](/docs/snippets/clients/providers/google-vertex) | |
1515

1616
We also have some special providers that allow composing clients together:
1717
| Provider Name | Docs | Notes |

0 commit comments

Comments
 (0)