mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
fix copilot model
This commit is contained in:
parent
d6fd472985
commit
b09b4b1594
1 changed files with 0 additions and 1 deletions
|
|
@ -15,6 +15,5 @@ export const CopilotAgent: z.infer<typeof Agent> = {
|
||||||
name: "rowboatx",
|
name: "rowboatx",
|
||||||
description: "Rowboatx copilot",
|
description: "Rowboatx copilot",
|
||||||
instructions: CopilotInstructions,
|
instructions: CopilotInstructions,
|
||||||
model: "gpt-5.1",
|
|
||||||
tools,
|
tools,
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue