mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
editor: make gpt-4o the default model for agents
This commit is contained in:
parent
64287bd576
commit
e9bdd70f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ function reducer(state: State, action: Action): State {
|
||||||
instructions: "",
|
instructions: "",
|
||||||
prompts: [],
|
prompts: [],
|
||||||
tools: [],
|
tools: [],
|
||||||
model: "gpt-4o-mini",
|
model: "gpt-4o",
|
||||||
locked: false,
|
locked: false,
|
||||||
toggleAble: true,
|
toggleAble: true,
|
||||||
ragReturnType: "chunks",
|
ragReturnType: "chunks",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue