From 96f140187a8825253f3f65283ee8439469cfa161 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:00:47 +0530 Subject: [PATCH] default to gpt-4o for agents --- apps/rowboat/app/lib/project_templates.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/rowboat/app/lib/project_templates.ts b/apps/rowboat/app/lib/project_templates.ts index 9fe37ec4..56e1d234 100644 --- a/apps/rowboat/app/lib/project_templates.ts +++ b/apps/rowboat/app/lib/project_templates.ts @@ -37,7 +37,7 @@ You are an helpful customer support assistant ❌ Don'ts: - don't ask user any other detail than email`, - model: "gpt-4o-mini", + model: "gpt-4o", toggleAble: true, ragReturnType: "chunks", ragK: 3, @@ -48,7 +48,7 @@ You are an helpful customer support assistant type: "post_process", description: "", instructions: "Ensure that the agent response is terse and to the point.", - model: "gpt-4o-mini", + model: "gpt-4o", toggleAble: true, locked: true, global: true, @@ -61,7 +61,7 @@ You are an helpful customer support assistant type: "escalation", description: "", instructions: "Get the user's contact information and let them know that their request has been escalated.", - model: "gpt-4o-mini", + model: "gpt-4o", locked: true, toggleAble: false, ragReturnType: "chunks",