Krazal / nppopenai

OpenAI (aka. ChatGPT) plugin for Notepad++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json.exception

sorentobot opened this issue · comments

I'm also getting this. Alot. x64 version

commented

Sorry for the inconvenience and the late response! I've updated the OpenAI response (and memory) handling and re-arranged the code. The update will be available in the latest v0.2 update.

I just forked, downloaded, compiled, and replaced NppOpenAI.dll in the folder C:\Program Files\Notepad++\plugins\NppOpenAI and it seems to have fixed the issue. No other code changes were made. This leads me to believe that the problem is a stale binary on the index of plugins. I hope that helps!

commented

Oh, it seems my latest Pull Request was failed. >< I've created a new one in notepad-plus-plus/nppPluginList repository, but until then the latest release of the plugin is available here:
https://github.com/Krazal/nppopenai/releases/tag/v0.2.1

Other info: NppOpenAI chat support is under development.

The latest version works for me, but I had to unzip it as admin under Windows. Are you going to update the plugin so it can be easily installed from within Notepad++?