-
Notifications
You must be signed in to change notification settings - Fork 66
BonaBeavis edited this page May 19, 2023
·
5 revisions
vim-ai uses OpenAI's API to generate responses.
Yes, you will need to set up an account and obtain an API key.
No, usage of the API is not free, but the cost is reasonable. See pricing.
vim-ai shares prompts, which include instructions and visually selected code, and chat content.
No, unless you have explicitly selected and included the code in a prompt.
Add to your vim config:
lua require'plenary.filetype'.add_table({extension = {['aichat'] = 'markdown'}})