mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
hotfix/server: fix crash
This commit is contained in:
@@ -132,7 +132,7 @@ class GetTranscriptTopic(BaseModel):
|
||||
text = topic.transcript
|
||||
segments = [
|
||||
GetTranscriptSegmentTopic(
|
||||
text=topic.text,
|
||||
text=topic.transcript,
|
||||
start=topic.timestamp,
|
||||
speaker=0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user