diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-03-01 19:02:00 +0100 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-03-01 19:02:00 +0100 |
| commit | baf963c8801246033f67005c77601455996b433a (patch) | |
| tree | 980e26d2c2f52d4b891bde994934ebc8d691d01e | |
| parent | b2880b5fc18d543716a67e48cf07c2212a2fd1c1 (diff) | |
| download | vim-ai-baf963c8801246033f67005c77601455996b433a.tar.gz | |
disclaimer
Diffstat (limited to '')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |