mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Cleanup
This commit is contained in:
parent
1eaaf41150
commit
9cdb645ce2
1 changed files with 0 additions and 3 deletions
|
|
@ -254,9 +254,6 @@ class RecordingTranscriber(QObject):
|
|||
else self.openai_client.audio.translations.create(**options)
|
||||
)
|
||||
|
||||
# TODO Should we process whisper.cpp case where multi byte utf characters come in two segments
|
||||
# TODO Should we process whisper.cpp case where multi byte utf characters come in two segments
|
||||
# TODO Should we process whisper.cpp case where multi byte utf characters come in two segments
|
||||
if "segments" in transcript.model_extra:
|
||||
result = {"text": " ".join(
|
||||
[segment["text"] for segment in transcript.model_extra["segments"]])}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue