dense-analysis / neural

AI Vim/Neovim code generation plugin (OpenAI, ChatGPT, and more)
MIT License
462 stars 19 forks source link

curl error #12

Closed DieracDelta closed 1 year ago

DieracDelta commented 1 year ago

I'm getting [Neural Error] -> curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) when I run C-N. Any advice on how to debug this?

Angelchev commented 1 year ago

@DieracDelta Since the v0.0.0 release, the entire backend has been rewritten and the curl dependency is gone. As long as Vim/Neovim is compiled with python, everything should be good.

Any API errors will be printed cleanly on the editor for convenience