Releases: Krazal/nppopenai
NppOpenAI v0.4.2.2
NppOpenAI v0.4.2.1
• Proxy setting added (issue #34)
• Load Config issue fixed: the modified settings (Keep my question) are no longer ignored on Load Config
• Better JSON response validation (with bug fix)
• Updated libraries/includes/etc.:
- cacert.pem: 2024-09-24 » 2024-12-31
- OpenSSL: 3.0.8.0 » 3.4.0.0
- zlib: 1.2.13.0 » 1.3.1.0
- cURL: 8.0.0.0 » 8.11.1.0
- nlohmann/json: v3.11.2 » v3.11.3
NppOpenAI v0.4.1.2
Fixing v0.4.1.1 issue, that Notepad++ has been crashed when a non-GPT model has been used
NppOpenAI v0.4.1.1
Small updates:
• Ending support for text-davinci-003, text-davinci-002, davinci, curie, babbage, ada etc. for better Llama etc. support
• Some code cleaning
NppOpenAI v0.4.1.0
Minor updates before the better chat support:
- Toolbar icon for AI chat settings
- Up-to-date certificate bundle
- Code cleaning
NppOpenAI v0.4.0.1
Increased the available OpenAI API Key length from 128 to 256 characters
NppOpenAI v0.4.0.0
New features, updates and some bug fixes:
• Added a simple chat support (turned off by default)
• Updated cURL bundle (cacert.pem
) to the latest version
• Fixed/updated misconfigured gpt-4
model to gpt-4o-mini
• Small stability updates (freeze may occured in some special cases)
NppOpenAI v0.3.0.1
Fixed “Access violation” error: in the previous NppOpenAI version (v0.3.0.0) the NppOpenAI_instructions
file wasn't created appropriately, and it has been resulted an error.
NppOpenAI v0.3.0.0
• New feature added: instructions (OpenAI system messages)
• Fixed some bugs, e.g. wrong EOLs (Issue #19)
• Some code rearranging
• Up-to-date certificates (cacert.pem)
NppOpenAI v0.2.1.2
Small README updates + made "gpt-4" as the default model.