editor: make gpt-4o the default model for agents

This commit is contained in:
ramnique 2025-01-23 12:02:39 +05:30
parent 64287bd576
commit e9bdd70f1a

View file

@ -243,7 +243,7 @@ function reducer(state: State, action: Action): State {
instructions: "",
prompts: [],
tools: [],
model: "gpt-4o-mini",
model: "gpt-4o",
locked: false,
toggleAble: true,
ragReturnType: "chunks",