From 6003e8dd4a8f7cbbfe69d9b9a93221bafdf2903b Mon Sep 17 00:00:00 2001 From: Rob Chartier Date: Fri, 20 Sep 2024 17:18:20 -0700 Subject: [PATCH] fixed up the readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 123e6fa..9af1e0a 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,7 @@ whisper_model: "base" # Specify the Whisper model to use ('tiny', 'base', 'small ### Markdown Prompt Customization -The prompt file (`summarize-notes.md`) is used to prepend any instructions for summarization. An example structure is below: - -```markdown -# Summarization Prompt - -Please summarize the following notes in a structured format using the Cornell Method. -``` +The prompt file (`summarize-notes.md`) is used to prepend any instructions for summarization. Update it as you see fit. ## Logging