From 7b0797cca176993d707e44d11df140d8fb8ccbc0 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Thu, 5 Oct 2023 23:49:15 +0300 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ffa49a..9c03d61 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,9 @@ Receive a response in JSON format: # Usage with [Obsidian](https://obsidian.md/) -To integrate this with the [Obsidian voice recognotion plugin](https://github.com/nikdanilov/whisper-obsidian-plugin), follow these steps: - -1. Open the plugin's settings. -2. Set the following values: +1. Install [Obsidian voice recognotion plugin](https://github.com/nikdanilov/whisper-obsidian-plugin) +2. Open the plugin's settings. +3. Set the following values: - API KEY: `sk-1` - API URL: `http://localhost:3000/v1/audio/transcriptions` - Model: `whisper-1`