feat: Replace Nebius with Pixtral AI for bottle scanning
This commit is contained in:
@@ -5,7 +5,7 @@ export interface PendingScan {
|
||||
temp_id: string; // Used to link tasting notes before sync
|
||||
imageBase64: string;
|
||||
timestamp: number;
|
||||
provider?: 'gemini' | 'nebius';
|
||||
provider?: 'gemini' | 'pixtral';
|
||||
locale?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user