mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
hardcode default model to gemini-2.5-flash
This commit is contained in:
parent
bffd921837
commit
2f33b41a3c
3 changed files with 11 additions and 11 deletions
|
|
@ -27,7 +27,7 @@ export function validateConfigChanges(configType: string, configChanges: Record<
|
|||
instructions: 'test',
|
||||
prompts: [],
|
||||
tools: [],
|
||||
model: 'gpt-4o',
|
||||
model: 'google/gemini-2.5-flash',
|
||||
ragReturnType: 'chunks',
|
||||
ragK: 10,
|
||||
connectedAgents: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue