mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 06:59:40 +02:00
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:
parent
90c696caf3
commit
9b80d13740
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue