From 76042c1b259b40943173242ee29fb3fcf2a668b8 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Wed, 27 Sep 2023 16:38:23 +0000 Subject: [PATCH] Fix typo in Aiko landing page (#24) --- source/content/apps/aiko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/apps/aiko.md b/source/content/apps/aiko.md index 2ff650c8..920d8d75 100644 --- a/source/content/apps/aiko.md +++ b/source/content/apps/aiko.md @@ -141,7 +141,7 @@ The app uses the Whisper large v2 model on macOS and the medium or small model o #### Divide text into paragraphs -Aiko divides the transcription text by sentences. If you want the text divided into paragraps, copy the text from Aiko, go to [ChatGPT](https://chat.openai.com), and use the following prompt. +Aiko divides the transcription text by sentences. If you want the text divided into paragraphs, copy the text from Aiko, go to [ChatGPT](https://chat.openai.com), and use the following prompt. GPT-4: `Divide the text into paragraphs. Don't change the text otherwise: TRANSCRIPTION TEXT` GPT-3.5: `Remove newlines and divide the text into paragraphs. Don't change the text otherwise: TRANSCRIPTION TEXT`