From a092f806542b23764cd3d1f4d9b1139c00cadf26 Mon Sep 17 00:00:00 2001 From: Rasha Sharif <98124961+TheRashaSharif@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:42:57 -0500 Subject: [PATCH] Update models.ts model: 'openai/gpt-4o' --- lib/ai/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ai/models.ts b/lib/ai/models.ts index 7837cf6f63..4db7088ad5 100644 --- a/lib/ai/models.ts +++ b/lib/ai/models.ts @@ -1,5 +1,5 @@ // Curated list of top models from Vercel AI Gateway -export const DEFAULT_CHAT_MODEL = "google/gemini-2.5-flash-lite"; +export const DEFAULT_CHAT_MODEL ="openai/gpt-4o"; export type ChatModel = { id: string;