Krazal / nppopenai

OpenAI (aka. ChatGPT) plugin for Notepad++
GNU General Public License v2.0
47 stars 12 forks source link

Show Raw respose instead of Json #10

Closed Bgichuru closed 1 year ago

Bgichuru commented 1 year ago

Hi. Do you mind showing the raw response instead of Json. seems attempting to parse is causing most issues.

Thanks.

Krazal commented 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.

Bgichuru commented 1 year ago

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: @.***>