summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-03-01 19:02:00 +0100
committerMartin Bielik <mx.bielik@gmail.com>2023-03-01 19:02:00 +0100
commitbaf963c8801246033f67005c77601455996b433a (patch)
tree980e26d2c2f52d4b891bde994934ebc8d691d01e /README.md
parentb2880b5fc18d543716a67e48cf07c2212a2fd1c1 (diff)
downloadvim-ai-baf963c8801246033f67005c77601455996b433a.tar.gz
disclaimer
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)