Closed Bgichuru closed 1 year ago
Hi!
It's possible, that you're using NppOpenAI v0.1.5 which contains a memory/response handling bug. (You can check it out from the menu: Plugins » NppOpenAI » About.)
This bug has been fixed in v0.2 which is available here: x64: https://github.com/Krazal/nppopenai/releases/download/v0.2/NppOpenAI_x64.zip x86: https://github.com/Krazal/nppopenai/releases/download/v0.2/NppOpenAI_x86.zip
You should unzip the appropriate downloaded file to the NppOpenAI plugin folder which is by default:
c:\Program Files (x86)\Notepad++\plugins\NppOpenAI\
Additionally, it was a good idea to show the response messages/errors in the main window (instead of a message box), so the next update will contain this feature; also it will include some chat support, too.
Works like charm.
Thanks :)
On Sat, May 13, 2023 at 12:56 PM Krazal @.***> wrote:
Hi!
It's possible, that you're using NppOpenAI v0.1.5 which contains a memory/response handling bug. (You can check it out from the menu: Plugins » NppOpenAI » About.)
This bug has been fixed in v0.2 which is available here: x64: https://github.com/Krazal/nppopenai/releases/download/v0.2/NppOpenAI_x64.zip x86: https://github.com/Krazal/nppopenai/releases/download/v0.2/NppOpenAI_x86.zip
You should unzip the appropriate downloaded file to the NppOpenAI plugin folder which is by default: c:\Program Files (x86)\Notepad++\plugins\NppOpenAI\
Additionally, it was a good idea to show the response messages/errors in the main window (instead of a message box), so the next update will contain this feature; also it will include some chat support, too.
— Reply to this email directly, view it on GitHub https://github.com/Krazal/nppopenai/issues/10#issuecomment-1546611237, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4B736WNWT4AMZQMZFUE7LXF5LFTANCNFSM6AAAAAAYAMA45I . You are receiving this because you authored the thread.Message ID: @.***>
Hi. Do you mind showing the raw response instead of Json. seems attempting to parse is causing most issues.
Thanks.