From 3cff02e0b7dd35d7a41c65970a7843e12d844e7c Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 21 Mar 2025 16:47:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20librechat.example.yaml?= =?UTF-8?q?=20(#6442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correctly comment commented comments: ``` ``` to ``` ``` To allow for simple removal of the 1st level comments. --- .env.example | 2 +- librechat.example.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index 70793a723..d0e189acd 100644 --- a/.env.example +++ b/.env.example @@ -441,7 +441,7 @@ LDAP_URL= LDAP_BIND_DN= LDAP_BIND_CREDENTIALS= LDAP_USER_SEARCH_BASE= -LDAP_SEARCH_FILTER=mail={{username}} +#LDAP_SEARCH_FILTER="mail=" LDAP_CA_CERT_PATH= # LDAP_TLS_REJECT_UNAUTHORIZED= # LDAP_STARTTLS= diff --git a/librechat.example.yaml b/librechat.example.yaml index 4c39f738b..c8c914ced 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -148,20 +148,20 @@ endpoints: # # Should only be one or the other, either `supportedIds` or `excludedIds` # supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"] # # excludedIds: ["asst_excludedAssistantId"] - # Only show assistants that the user created or that were created externally (e.g. in Assistants playground). + # # Only show assistants that the user created or that were created externally (e.g. in Assistants playground). # # privateAssistants: false # Does not work with `supportedIds` or `excludedIds` # # (optional) Models that support retrieval, will default to latest known OpenAI models that support the feature # retrievalModels: ["gpt-4-turbo-preview"] # # (optional) Assistant Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below. # capabilities: ["code_interpreter", "retrieval", "actions", "tools", "image_vision"] # agents: - # (optional) Default recursion depth for agents, defaults to 25 + # # (optional) Default recursion depth for agents, defaults to 25 # recursionLimit: 50 - # (optional) Max recursion depth for agents, defaults to 25 + # # (optional) Max recursion depth for agents, defaults to 25 # maxRecursionLimit: 100 - # (optional) Disable the builder interface for agents + # # (optional) Disable the builder interface for agents # disableBuilder: false - # (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below. + # # (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below. # capabilities: ["execute_code", "file_search", "actions", "tools"] custom: # Groq Example @@ -277,5 +277,5 @@ endpoints: # fileSizeLimit: 5 # serverFileSizeLimit: 100 # Global server file size limit in MB # avatarSizeLimit: 2 # Limit for user avatar image size in MB -# See the Custom Configuration Guide for more information on Assistants Config: -# https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/assistants_endpoint +# # See the Custom Configuration Guide for more information on Assistants Config: +# # https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/assistants_endpoint