Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 18:56
· 67 commits to master since this release

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.