🔧(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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user