From e9a2b71aa8645c12646a5e3b134164e2e7dd5d93 Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:10:03 +0800 Subject: [PATCH] docs: correct file path in model provider documentation --- docs/02-update-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-update-models.md b/docs/02-update-models.md index d61d313bd..8dd1ce483 100644 --- a/docs/02-update-models.md +++ b/docs/02-update-models.md @@ -2,7 +2,7 @@ The chatbot template ships with [OpenAI](https://sdk.vercel.ai/providers/ai-sdk-providers/openai) as the default model provider. Since the template is powered by the [AI SDK](https://sdk.vercel.ai), which supports [multiple providers](https://sdk.vercel.ai/providers/ai-sdk-providers) out of the box, you can easily switch to another provider of your choice. -To update the models, you will need to update the custom provider called `myProvider` at `/lib/ai/models.ts` shown below. +To update the models, you will need to update the custom provider called `myProvider` at `/lib/ai/providers.ts` shown below. ```ts import { customProvider } from "ai";