bugfix speech-to-text and implement avatar and personal greeting
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 53s

This commit is contained in:
2026-02-16 20:11:09 +01:00
parent 8f5bfa3cbc
commit 84cd052ded
8 changed files with 284 additions and 19 deletions

View File

@@ -66,6 +66,12 @@ class InstructionOut(BaseModel):
model_config = {"from_attributes": True}
# ── Dashboard ────────────────────────────────────────────────────────
class DashboardOut(BaseModel):
username: str
latest_instruction_at: datetime | None = None
# ── Chat ──────────────────────────────────────────────────────────────
class ChatMessage(BaseModel):
role: str # "user" | "assistant"