Bryley / neoai.nvim

Neovim plugin for intracting with GPT models from OpenAI
MIT License
558 stars 51 forks source link

New way to get openai api key (tests included) #41

Closed mandos closed 1 year ago

mandos commented 1 year ago

Sorry for the messy PR but I hope you can review it. Originally my PR was for #36 with additional features like providing your own way to retrieve passwords but then I added tests, workflow for GH actions, and some minor changes to docs. I think it includes #30 and #38.

Changes I did:

dmadisetti commented 1 year ago

LGTM These are actually solid changes. Line count inflated by whitespace and added tests + CI

Bryley commented 1 year ago

Hey, I really love these changes, thanks for taking the time to add them. I'll merge this into the main branch.