Skip to content

Commit

Permalink
Merge pull request #252 from ac3xx/update-chatbot-model
Browse files Browse the repository at this point in the history
Updated vercel-ai-chatbot model to gpt-4o-mini
  • Loading branch information
louis030195 authored Sep 3, 2024
2 parents 84f6154 + ff5a191 commit b1085f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/vercel-ai-chatbot/lib/chat/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <SpinnerMessage />,
system: `\
You are a personal assistant that has access to the history of the laptop screentime and audio of the user.
Expand Down

0 comments on commit b1085f2

Please sign in to comment.