ggerganov commited on
Commit
c070def
·
unverified ·
1 Parent(s): cdf540e

Update README.md

Browse files
Files changed (1) hide show
  1. examples/whisper.nvim/README.md +5 -0
examples/whisper.nvim/README.md CHANGED
@@ -78,6 +78,11 @@ There are a lot of ways to improve this idea and I don't have much experience wi
78
  *"optimize by sorting the data first"*
79
 
80
  The plugin would then make an appropriate query using the selected text and code context to Copilot or GPT-3 and return the result.
 
 
 
 
 
81
 
82
  ## Discussion
83
 
 
78
  *"optimize by sorting the data first"*
79
 
80
  The plugin would then make an appropriate query using the selected text and code context to Copilot or GPT-3 and return the result.
81
+
82
+ Here is a proof-of-concept:
83
+
84
+ https://user-images.githubusercontent.com/1991296/199078847-0278fcde-5667-4748-ba0d-7d55381d6047.mp4
85
+
86
 
87
  ## Discussion
88