hardcode default model to gemini-2.5-flash

This commit is contained in:
Ramnique Singh 2025-08-18 11:31:04 +05:30
parent bffd921837
commit 2f33b41a3c
3 changed files with 11 additions and 11 deletions

View file

@ -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: [],