feat: single source of truth of models + encrypted vault keys

This commit is contained in:
dextmorgn
2025-09-05 10:11:54 +02:00
parent 980bb85af4
commit 780fabb3e6
22 changed files with 269 additions and 413 deletions

View File

@@ -11,7 +11,7 @@ from typing import Dict, List, Optional
from datetime import datetime
from sqlalchemy.orm import Session
from flowsint_core.core.postgre_db import get_db
from app.models.models import Chat, ChatMessage, Profile
from flowsint_core.core.models import Chat, ChatMessage, Profile
from app.api.deps import get_current_user
from app.api.schemas.chat import ChatCreate, ChatRead