Is there a way to disable plugins in the UI? #1293
-
For security reasons I would like to disable the plugin section, is that possible ? |
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Dec 6, 2023
Replies: 1 comment 9 replies
-
Yes, in your .env file
# ENDPOINTS=openAI,gptPlugins,anthropic # before
ENDPOINTS=openAI,anthropic #after source: https://docs.librechat.ai/install/dotenv.html#endpoints |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
danny-avila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, in your .env file
source: https://docs.librechat.ai/install/dotenv.html#endpoints