Releases: chhoumann/quickadd
Releases Β· chhoumann/quickadd
1.9.1
1.9.0
1.8.1
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
- fix #545 by @evanaze - 'Create line if not found' at Top inserts after frontmatter, now doesn't break metadata
Docs
- Link to docs (by @TfTHacker)