danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.92k stars 2.98k forks source link

Enhancement: It should be possible to disable Export and Share functionality globally via librechat.yaml #3126

Closed ervet closed 2 months ago

ervet commented 3 months ago

What features would you like to see added?

It should be possible to disable either Export or Share or both via librechat.yaml.

More details

for data loss prevention or security or other reasons it should be possible to configure/disable the export and share functionality in a chat globally.

Something like this in librechat.yaml would be great.

interface: chatExport: false chatShare: false

Which components are impacted by your request?

UI

Pictures

No response

Code of Conduct

markpopy commented 3 months ago

+1

RedwindA commented 2 months ago

The ultimate goal is to render the entire LibreChat within the canvas, so users can only take photos with their phones, preventing any data leaks😄

danny-avila commented 2 months ago

Implemented here if we are referring to shared links: https://github.com/danny-avila/LibreChat/pull/2986