From ac8ef34039cfd2188688aaf68caf75d5478855d6 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 31 Oct 2022 20:19:41 +0200 Subject: [PATCH] Update README.md --- examples/whisper.nvim/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/whisper.nvim/README.md b/examples/whisper.nvim/README.md index 881aa68..4840dad 100644 --- a/examples/whisper.nvim/README.md +++ b/examples/whisper.nvim/README.md @@ -78,6 +78,11 @@ There are a lot of ways to improve this idea and I don't have much experience wi *"optimize by sorting the data first"* The plugin would then make an appropriate query using the selected text and code context to Copilot or GPT-3 and return the result. + + Here is a proof-of-concept: + + https://user-images.githubusercontent.com/1991296/199078847-0278fcde-5667-4748-ba0d-7d55381d6047.mp4 + ## Discussion