🔧(backend) make frontend ai bot configurable

We make the AI bot configurable with settings.
We will be able to have different AI bot name
per instance.
This commit is contained in:
Anthony LC
2025-06-05 16:47:23 +02:00
parent 1ee313efb1
commit 9d6fe5da8f
6 changed files with 24 additions and 7 deletions

View File

@@ -2555,6 +2555,7 @@ class ConfigView(drf.views.APIView):
Return a dictionary of public settings.
"""
array_settings = [
"AI_BOT",
"AI_FEATURE_ENABLED",
"API_USERS_SEARCH_QUERY_MIN_LENGTH",
"COLLABORATION_WS_URL",