mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-05 02:19:16 +00:00
Version update
This commit is contained in:
parent
68f7f85af0
commit
deb699da52
@ -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'
|
||||
|
||||
|
@ -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 💊"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user