mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
server/www: rename topic text field to transcript
This aleviate the current issue with vercel deployment
This commit is contained in:
@@ -63,7 +63,7 @@ class TranscriptTopic(BaseModel):
|
||||
summary: str
|
||||
timestamp: float
|
||||
duration: float | None = 0
|
||||
text: str | None = None
|
||||
transcript: str | None = None
|
||||
words: list[ProcessorWord] = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user