mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 18:36:23 +02:00
default to gpt-4o for agents
This commit is contained in:
parent
4dac5601e5
commit
96f140187a
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue