mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
feat: Add configuration option to enable/disable Attach Files sidebar panel
This commit is contained in:
parent
b06e741cb2
commit
102920da81
5 changed files with 68 additions and 7 deletions
|
|
@ -85,6 +85,10 @@ interface:
|
|||
parameters: true
|
||||
sidePanel: true
|
||||
presets: true
|
||||
# Enable/disable the Attach Files sidebar panel (default: true)
|
||||
# When set to false, hides the sidebar's file management panel
|
||||
# but users can still upload files directly in chats
|
||||
attachFiles: true
|
||||
prompts:
|
||||
use: true
|
||||
share: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue