Skip to content

Releases: Krazal/nppopenai

NppOpenAI v0.4.2.2

07 Feb 13:51
Compare
Choose a tag to compare

Increased model length:

  • The possible character length of model has been increased from 32 to 128 (Issue #36)

NppOpenAI v0.4.2.1

29 Jan 12:00
Compare
Choose a tag to compare

• 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

04 Dec 16:59
Compare
Choose a tag to compare

Fixing v0.4.1.1 issue, that Notepad++ has been crashed when a non-GPT model has been used

NppOpenAI v0.4.1.1

04 Dec 13:55
Compare
Choose a tag to compare

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

10 Oct 08:15
Compare
Choose a tag to compare

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

30 Aug 11:38
Compare
Choose a tag to compare

Increased the available OpenAI API Key length from 128 to 256 characters

NppOpenAI v0.4.0.0

30 Jul 09:36
Compare
Choose a tag to compare

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

31 Jan 12:26
Compare
Choose a tag to compare

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

30 Jan 09:08
Compare
Choose a tag to compare

• 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

17 Nov 15:53
Compare
Choose a tag to compare

Small README updates + made "gpt-4" as the default model.