From 26a3ff35acf152b49e1087d5698ad4864c7b6092 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 23 Jun 2024 23:32:19 +0200 Subject: [PATCH] Fixed endpoint sanitization of discussion_db_name and user_avatar --- lollms/server/endpoints/lollms_configuration_infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/server/endpoints/lollms_configuration_infos.py b/lollms/server/endpoints/lollms_configuration_infos.py index 5fe7e0ef..be220e75 100644 --- a/lollms/server/endpoints/lollms_configuration_infos.py +++ b/lollms/server/endpoints/lollms_configuration_infos.py @@ -155,7 +155,7 @@ async def apply_settings(request: Request): "debug_log_file_path", "petals_model_path", "skills_lib_database_name", - "discussion_db_name" + "discussion_db_name", "user_avatar", ]