Skip to content

Releases: chhoumann/quickadd

1.8.1

05 Mar 07:59
Compare
Choose a tag to compare

1.8.1 (2024-03-05)

Bug Fixes

  • chunkedPrompt API function had wrong input parameter type (8d8bb3c)

1.8.0

03 Mar 18:56
Compare
Choose a tag to compare

1.8.0 (2024-03-03)

Features

  • Local LLM & external provider support for AI Assistant (769b730)

Local LLM support

QuickAdd now supports multiple providers for LLMs.
The only requirement is that they are OpenAI-compatible, which means their API should be similar to OpenAIs.

Here are a few providers that are known to work with QuickAdd:

I've added a guide on the official docs, including how to use local LLMs.

1.7.0

14 Feb 20:49
Compare
Choose a tag to compare

1.7.0 (2024-02-14)

Features

  • Insert After can now create the line on your current cursor position, not just top/bottom of the note. (b9fdb6a)

Fixes

Docs

1.6.1

03 Dec 13:45
Compare
Choose a tag to compare

1.6.1 (2023-12-03)

Bug Fixes

  • using AI assistant would place cursor at the top of the file - now stays in place (05f0225)

1.6.0

07 Nov 08:06
Compare
Choose a tag to compare

1.6.0 (2023-11-07)

Features

1.5.0

06 Nov 20:56
Compare
Choose a tag to compare

1.5.0 (2023-11-06)

Features

  • add gpt-4-1106-preview to AI Assistant (128k context, fresher knowledge, cheapter than gpt-4!) (f404425)

1.4.0

05 Oct 18:33
Compare
Choose a tag to compare

1.4.0 (2023-10-05)

Features

  • chunked prompt api function now supports variables (44a9e31)

1.3.0

28 Sep 08:13
Compare
Choose a tag to compare

1.3.0 (2023-09-28)

Features

  • allow description in user script fields (b24f8dd), closes #544

1.2.1

27 Jun 04:45
Compare
Choose a tag to compare

1.2.1 (2023-06-27)

This release publishes the button styling update from @Cretezy in #522. Thank you!

  1. Updates choice creator
image
  1. Updates modal button (gap)
image

1.2.0

20 Jun 19:38
Compare
Choose a tag to compare

1.2.0 (2023-06-20)

Features

  • add getModels, getMaxTokens, and countTokens API features in AI module (30a789b)
  • show system prompt token count in settings (a40d053)
  • You can now use api.ai.prompt(prompt, model, settings?) to do custom AI prompts in your scripts. (701009d) Read all about the AI module in the API here.

Wondering how to get started with the AI Assistant? Read the new docs here!

Just as a heads-up: I'm currently busy with exams, so I apologize for slow response times :)