From baf963c8801246033f67005c77601455996b433a Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Wed, 1 Mar 2023 19:02:00 +0100 Subject: disclaimer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a6e9bbd..59d559d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ nnoremap s :AI fix grammar and spelling and use formal language " command with custom context command! -range -nargs=? AICode ,call AIRun("Programming syntax is " . &filetype, ) ``` + + +## 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) -- cgit v1.2.3