Version update

This commit is contained in:
Saifeddine ALOUI 2025-01-31 00:11:28 +01:00
parent 68f7f85af0
commit deb699da52
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# LoLLMs v18.0 (beta) Changelog
Now the messages can no longer render raw HTML. This allows a new protection against some code injection attacks. Since now lollms can run on docker.
# LoLLMs v18.0 (alpha) Changelog
## LoLLMs v18 'Matrix'

View File

@ -78,7 +78,7 @@ def terminate_thread(thread):
lollms_webui_version = {
"version_main":18,
"version_secondary":0,
"version_type":"alpha",
"version_type":"beta",
"version_codename":"Matrix 💊"
}