Krazal / nppopenai

OpenAI (aka. ChatGPT) plugin for Notepad++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash to Desktop trying to Ask OpenAI

vico93 opened this issue · comments

I tried to ask GPT 4 to make a simple HTML page, but Notepad++ crash after a while without producing any text.

NppOpenAI 0.2.1, NPP 8.5.7

My config (token redacted, of course):

[API]
secret_key=MY_SECRET_KEY
model=gpt-4
temperature=1
max_tokens=0
top_p=1
frequency_penalty=0
presence_penalty=0
api_url=https://api.openai.com/
[PLUGIN]
keep_question=1
total_tokens_used=0

Thank you for your feedback! Officially GPT-4 is not supported yet, but I've made a new release with GPT-4 support.

I'd like to push/commit it to nppPluginList with the chat support together, until then the NppOpenAI v0.2.1.1 version is available here:

For 32-bit Notepad++: https://github.com/Krazal/nppopenai/releases/download/v0.2.1.1/NppOpenAI_x86.zip
SHA-256: e5544849ce61296ca98f4b836b5d47c3d61d51aca1291ea8e1f76c32d3f5a89f

For 64-bit Notepad++: https://github.com/Krazal/nppopenai/releases/download/v0.2.1.1/NppOpenAI_x64.zip
SHA-256: 82fd1e916a9096bedfdcedf71efa55493a4e0ad61365d76a9e69c994ac4ebde0

You may unzip the appropriate downloaded file to the NppOpenAI plugin folder which is by default:
C:\Program Files (x86)\Notepad++\plugins\NppOpenAI\

Thank you for using the plugin! I hope it will work properly.

Worked! Thanks a lot for this update!