Updated changelog

This commit is contained in:
Thorsten Sommer 2025-08-10 16:16:14 +02:00
parent 29e30265df
commit 0bc96aaf1b
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -2,5 +2,6 @@
- Added an option for chat templates to predefine a user input.
- Added the ability to create chat templates from existing chats.
- Added an enterprise IT configuration option to prevent manual addition of LLM providers in managed environments.
- Added support for self-hosted LLMs using [vLLM](https://blog.vllm.ai/2023/06/20/vllm.html).
- Improved the display of enterprise configurations on the about page; configuration details are only shown when needed.
- Improved hot reloading on Unix-like systems when entire plugins were added or removed.