feat: Switch to Mistral Large 3 (mistral-large-latest)

This commit is contained in:
2025-12-19 21:59:51 +01:00
parent 25b1378794
commit 2601a8f12f
6 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ export interface PendingScan {
temp_id: string; // Used to link tasting notes before sync
imageBase64: string;
timestamp: number;
provider?: 'gemini' | 'pixtral';
provider?: 'gemini' | 'mistral';
locale?: string;
}