noahsettersten
commited on
Commit
•
3c07b80
1
Parent(s):
847217a
fix: Pass model_tuple for tagging full summary transcription
Browse files
lib/medical_transcription/transcriber.ex
CHANGED
@@ -33,7 +33,7 @@ defmodule MedicalTranscription.Transcriber do
|
|
33 |
end)
|
34 |
|
35 |
get_tags_and_send_result(
|
36 |
-
|
37 |
%{text: all_chunk_text, start_timestamp_seconds: 0, end_timestamp_seconds: 0},
|
38 |
0,
|
39 |
live_view_pid,
|
|
|
33 |
end)
|
34 |
|
35 |
get_tags_and_send_result(
|
36 |
+
model_tuple,
|
37 |
%{text: all_chunk_text, start_timestamp_seconds: 0, end_timestamp_seconds: 0},
|
38 |
0,
|
39 |
live_view_pid,
|