Using LibreChat in a corporate environment (Azure or self hosted) #1207
Replies: 11 comments 12 replies
-
Thanks for starting this discussion, I think others might agree here and other points! This is a good reference for what can be worked on
Didn't know about this, that's a great feature on Azure! |
Beta Was this translation helpful? Give feedback.
-
I agree that it would be very useful to disable some (most) plugins - it would also be nice to simply select a few plugins to be always-installed and have a setting to disable the plugin store entirely. Another feature that would be useful is a .env flag to prevent server-side deletion of conversations. Right now, if a user deletes a conversation in the UI, all the messages within that conversation are actually deleted from the MongoDB database. Often in a corporate setting, the messages should be kept in some sort of trash bin or deleted files section, and just hidden from the user. |
Beta Was this translation helpful? Give feedback.
-
Interested in this too. I think it would need a set of feature flags that would be controlled by a config file so it wouldn't be necessary to fork the project to make customizations. |
Beta Was this translation helpful? Give feedback.
-
For corporate use, they're going to want branding. Logo somewhere (top left?), color scheme, maybe a background image, and control of the wording and href of all links. |
Beta Was this translation helpful? Give feedback.
-
I'd be interested in this as well - just trying my first basic steps of customization and having issues with it. I'm ok with building my own image for now, but I am struggling figuring out, where I would change the primary/secondary color. Is there already any simple way to do so? |
Beta Was this translation helpful? Give feedback.
-
YES PLEASE - we are looking at this as great way to use OpenAI API / Azure OpenAi services across our organisation. |
Beta Was this translation helpful? Give feedback.
-
I think a lot of it is already implemented. Let's go forward from this:
Implemented:
Implemented: LibreChat Model Specs
In the works: GitHub Issue #3137
Implemented:
Will not be implemented as per @danny-avila, but you may create a MongoDB workflow to achieve something similar. GitHub Issue #3167 - maybe there could be a change if the API Keys are "not" user_provided.
I love LibreChat and hope there will be a great future for it. I tested lots of alternatives and never found one that is as good as LibreChat is. Thank you @danny-avila 🥇 |
Beta Was this translation helpful? Give feedback.
-
Are there any news on the features mentioned here? I am also very much interested in further customization of the UI. |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in custom branding as a feature. |
Beta Was this translation helpful? Give feedback.
-
dito |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've been following the discussion about corporate Azure deployments and want to suggest an improvement to LibreChat’s integration with Azure OpenAI. Proposal: App Principal Authentication with Entra IDAt the moment, LibreChat authenticates to Azure OpenAI using API keys. I’d like to add support for Entra ID (Azure AD) authentication using an app principal, which better fits many corporate environments. Why This Matters:
Technical Approach:
Scope of Change:
Questions for the Community:
I’m ready to implement this and open a PR once we agree on the direction. Looking forward to your feedback! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Wanted to start a discussion around using LibreChat in a corporate environment and get some feedback around what others have done and what requests I am getting. Side note, after discussion, we are trying to avoid custom changes and would rather just find things we can add to the community. Forgive me if some of these are possible out of the box with just variables, here are some of the things that I am hearing:
Notes from sponsor:
My notes
Beta Was this translation helpful? Give feedback.
All reactions