nvim-gpt icon indicating copy to clipboard operation
nvim-gpt copied to clipboard

request a bing.json template in README.md

Open JuanZoran opened this issue 2 years ago • 3 comments

image when I try to use bing model with cookies editor, there are so many keys I can ues...

I don't I which key should I write to .bing-cookies.json, should I use array or a object?

so I hope there is a .bing-cookies.json template.

JuanZoran avatar Apr 08 '23 04:04 JuanZoran

I clicked the export option in the cookies editor, then I copy the content to the $HOME/.bing-cookies.json file

  • open neovim
  • run :GPT command, I got these: image

JuanZoran avatar Apr 08 '23 04:04 JuanZoran

You need to copy all the cookies using the 'Export' button, see https://github.com/acheong08/EdgeGPT#getting-authentication-required

archibate avatar Apr 08 '23 04:04 archibate

For the message, what plugin are you using might cause this error? GPTInput is a buffer with buftype being 'nofile', it's not a file, just a dummy buffer for input questions. Maybe you could try disable that plugin and see if nvim-gpt works without it.

archibate avatar Apr 08 '23 05:04 archibate