Merge pull request #390 from antonaut/main

This commit is contained in:
Daniel Miessler 2024-05-18 16:01:26 -07:00 committed by GitHub
commit 1629cad256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -535,7 +535,7 @@ options:
## ts (Audio transcriptions) ## 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 ### Installation