Fix small typo in README

This commit is contained in:
Anton Erholt 2024-05-15 18:42:31 +00:00
parent ca9fb0f65a
commit 4980d60b33

View File

@ -535,7 +535,7 @@ options:
## ts (Audio transcriptions)
'ts' is a command that uses the OpenApi Whisper API to transcribe audio files. Due to the context window, this tool uses pydub to split the files into 10 minute segments. for more information on pydub, please refer https://github.com/jiaaro/pydub
'ts' is a command that uses the OpenAI Whisper API to transcribe audio files. Due to the context window, this tool uses pydub to split the files into 10 minute segments. for more information on pydub, please refer https://github.com/jiaaro/pydub
### Installation