terror / chatgpt.nvim

Query ChatGPT in Neovim
Creative Commons Zero v1.0 Universal
277 stars 15 forks source link

Wrong response code #16

Open Paracelsus-Rose opened 1 year ago

Paracelsus-Rose commented 1 year ago

image Getting this. Session token is correct. authorization is set to : ""

marcomayer commented 1 year ago

same for me

szachy113 commented 1 year ago

Same for me, guys!

terror commented 1 year ago

This seems to be an issue with refreshing sessions in the revChatGPT module, apparently they require extra configuration information now, will fix asap!

terror commented 1 year ago

It looks like revChatGPT resolved the issue, I updated the dependency in requirements.txt, but an easy fix if the plugin is already installed would be to run pip3 install revChatGPT --upgrade, let me know if that works out.