bugfix speech-to-text and implement avatar and personal greeting
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 53s
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 53s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user