mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fix default model
This commit is contained in:
parent
610616e5a0
commit
80d134568c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const defaultConfig: z.infer<typeof ModelConfig> = {
|
|||
provider: {
|
||||
flavor: "openai",
|
||||
},
|
||||
model: "gpt-4.1",
|
||||
model: "gpt-5.4",
|
||||
};
|
||||
|
||||
export class FSModelConfigRepo implements IModelConfigRepo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue