From ff5a19117bac730698a760a21c45c67e3bc4440d Mon Sep 17 00:00:00 2001 From: James Long Date: Sun, 1 Sep 2024 23:13:49 +0100 Subject: [PATCH] Updated vercel-ai-chatbot model to gpt-4o-mini --- examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx b/examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx index 2b4ce7f39..bec1add14 100644 --- a/examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx +++ b/examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx @@ -58,7 +58,7 @@ async function submitUserMessage(content: string) { let textNode: undefined | React.ReactNode const result = await streamUI({ - model: openai('gpt-3.5-turbo'), + model: openai('gpt-4o-mini'), initial: , system: `\ You are a personal assistant that has access to the history of the laptop screentime and audio of the user.