In this release, multimodal LLMs can see the images in your note context! Official DeepSeek is added as a chat model provider, and streaming of its thinking tokens is supported as well! There are some other usability upgrades and bug fixes as well, check the change log for more details.
Improvements
- #1404 Add DeepSeek official API provider and support thinking stream @logancyang
- #1398 Implement passing of images in note to LLM @logancyang
- #1391 Fix wikilinks in codeblocks @logancyang
- #1348 Improve command usability @zeroliu
Bug Fixes
- #1405 Encrypt embedding model api keys @logancyang
- #1397 Fix custom prompt with dash in its title @logancyang
- #1396 Fix gemini table generation and index integrity delay @logancyang
- #1351 Use simplified File Tree when it's larger than 0.5MB @wenzhengjiang
- #1380 Add plus-exclusive and believer-exclusive checks in embeddingManager @logancyang