summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6e9bbd..59d559d 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,14 @@ nnoremap <leader>s :AI fix grammar and spelling and use formal language<CR>
" command with custom context
command! -range -nargs=? AICode <line1>,<line2>call AIRun("Programming syntax is " . &filetype, <f-args>)
```
+
+
+## Important Disclaimer
+
+**Accuracy**: GPT is good at producing text and code that looks correct at first glance, but may be completely wrong. Be sure to thoroughly review, read and test all output generaged by this plugin!
+
+**Privacy**: This plugin sends text to OpenAI when generating completions and edits. Therefore, do not use it on files containing sensitive information.
+
## License
[MIT License](https://github.com/madox2/vim-ai/blob/main/LICENSE)