Releases: chhoumann/quickadd
Releases Β· chhoumann/quickadd
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)
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.2.0 (2023-06-20)
Features
- add
getModels
,getMaxTokens
, andcountTokens
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 :)