server: ensure loading bad topic won't be problematic

This commit is contained in:
2023-10-24 20:23:33 +02:00
committed by Mathieu Virbel
parent 93ba1b450c
commit b8df3cde8c

View File

@@ -53,7 +53,7 @@ class TranscriptTopic(BaseModel):
id: str = Field(default_factory=generate_uuid4)
title: str
summary: str
transcript: str
transcript: str | None = None
timestamp: float