fix(chat): update templates page to use Gemini 2.5 Flash as default model

Changed fallback model ID from GPT-4o-Mini to Gemini 2.5 Flash for template-based conversations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-29 15:28:38 +01:00
parent 90c696caf3
commit 9b80d13740

View file

@ -50,7 +50,7 @@
// Create a new conversation with this template
const conversationId = await conversationService.createConversation(
authStore.user.id,
template.model_id || '550e8400-e29b-41d4-a716-446655440004', // Default to GPT-4o-Mini
template.model_id || '550e8400-e29b-41d4-a716-446655440101', // Default to Gemini 2.5 Flash
'template',
template.id,
template.document_mode