Releases: chhoumann/quickadd
Releases Β· chhoumann/quickadd
1.11.1
1.11.1 (2024-08-28)
This release reduces the size of the QuickAdd plugin, which should help speed up loading your Obsidian vaults.
Going forward, all new releases will be minified, keeping the plugin small and your load times fast. :)
1.11.0
1.11.0 (2024-07-18)
Features
- add
gpt-4o-mini
(128k max tokens) as a default model for new plugin users. Existing users can add gpt-4o-mini
with 128000 tokens in their AI Assistant menu. (49c99d6)
- enable anthropic beta for 8k tokens on Claude 3.5 Sonnet (abd6333)
1.9.2
1.9.2 (2024-07-01)
Bug Fixes
- ai.prompt API now also allows the model parameter to be a string with simply the model's name (d946c49)
1.9.0
1.9.0 (2024-05-13)
Bug Fixes
- AI Assistant - model provider can omit API key (d7b2a59)
- In Obsidian 1.6, the input suggester (files, tags, etc.) was being sent behind the modal. Now appears in front of the modal (df182d2)
Features
- add support for Anthropic (Claude) LLMs (19c911a)
- AI Assistant - add gpt-4o as part of the OpenAI default models (2bb0d19)
1.8.1
1.8.1 (2024-03-05)
Bug Fixes
- chunkedPrompt API function had wrong input parameter type (8d8bb3c)
1.8.0
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
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
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)