docs: add branding config and disableProviderUpload per-endpoint field#557
docs: add branding config and disableProviderUpload per-endpoint field#557shqear93 wants to merge 3 commits into
Conversation
Documents the new `branding` config block added to LibreChat's app-config pipeline, covering logos, favicon, browser/PWA metadata, runtime color theme tokens, and UI behavior overrides. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
It is a UI behavior flag, not a branding concern. Documented under interface alongside modelSelect, fileSearch, and similar toggles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Moved to fileConfig.endpoints where file behavior config belongs. Removed from interface.mdx, added to file_config.mdx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@shqear93 is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 14d21afad9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| **Notes:** | ||
| - Only hides "Upload to Provider". "Upload as Text" (RAG) and "File Search" are not affected. | ||
| - Can be set on any endpoint key: named custom endpoints (e.g. `litellm`), the generic `custom` fallback, or built-in endpoints like `openAI`. | ||
| - If set on `default`, it applies to all endpoints that do not have their own entry. |
There was a problem hiding this comment.
Restrict
default fallback claim to non-assistants endpoints
This note says default applies to all endpoints without their own entry, but the same page already documents that the assistants endpoint does not use default settings. As written, operators can set disableProviderUpload under default expecting Assistants to inherit it, and then ship a config that leaves provider uploads enabled for Assistants unexpectedly.
Useful? React with 👍 / 👎.
Summary
Documentation updates accompanying the implementation PR: danny-avila/LibreChat#12622
brandingobject structure — documents the newbrandingconfig block with fields forappLogo,authLogo,favicon,meta, andtheme(light/dark RGB token maps)fileConfigobject structure — addsdisableProviderUploadfield under endpoint configChanges
New
content/docs/configuration/librechat_yaml/object_structure/branding.mdx— fullbrandingblock reference with examplesmeta.jsonunder the General sectionModified
content/docs/configuration/librechat_yaml/object_structure/file_config.mdxdisableProviderUploadto the endpoints overview list## disableProviderUploadsection with description, default, and YAML examplecontent/docs/configuration/librechat_yaml/object_structure/interface.mdxhideProviderUploadForEndpointssectionConfig shape (new
brandingblock)Config shape (
disableProviderUpload)🤖 Generated with Claude Code