From 4980d60b33d93ff90b1b262cd3477dfe4dd53023 Mon Sep 17 00:00:00 2001 From: Anton Erholt Date: Wed, 15 May 2024 18:42:31 +0000 Subject: [PATCH] Fix small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e529187..511e697 100644 --- a/README.md +++ b/README.md @@ -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