feat: implement Mistral BYOK feature for OCR processing with user profile integration

This commit is contained in:
2025-12-21 15:16:41 +05:30
parent 0f277d6b3d
commit 8919942322
6 changed files with 80 additions and 9 deletions

View File

@@ -44,6 +44,9 @@ pub struct Model {
/// URL to profile avatar icon
pub avatar_url: Option<String>,
/// User's own Mistral API key (BYOK - Bring Your Own Key)
pub mistral_api_key: Option<String>,
pub created_at: DateTime,
pub updated_at: DateTime,
}