fix copilot model

This commit is contained in:
Ramnique Singh 2025-11-18 23:21:34 +05:30
parent d6fd472985
commit b09b4b1594

View file

@ -15,6 +15,5 @@ export const CopilotAgent: z.infer<typeof Agent> = {
name: "rowboatx",
description: "Rowboatx copilot",
instructions: CopilotInstructions,
model: "gpt-5.1",
tools,
}