diff --git a/fern/01-guide/04-baml-basics/switching-llms.mdx b/fern/01-guide/04-baml-basics/switching-llms.mdx index ccb950ac3..92ffc2049 100644 --- a/fern/01-guide/04-baml-basics/switching-llms.mdx +++ b/fern/01-guide/04-baml-basics/switching-llms.mdx @@ -50,8 +50,8 @@ function MakeHaiku(topic: string) -> string { } ``` -Consult the [provider documentation](#fields) for a list of supported providers -and models, the default options, and setting [retry policies](/docs/reference/retry-policy). +Consult the [provider documentation](/ref/llm-client-providers/open-ai) for a list of supported providers +and models, the default options, and setting [retry policies](/ref/llm-client-strategies/retry-policy). If you want to specify which client to use at runtime, in your Python/TS/Ruby code,