mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
refactor: enhance AppConfig to include fileStrategies and update related file strategy logic
This commit is contained in:
parent
f25e4253d0
commit
8df0ecd438
3 changed files with 14 additions and 16 deletions
|
|
@ -31,6 +31,8 @@ export interface AppConfig {
|
|||
webSearch?: TCustomConfig['webSearch'];
|
||||
/** File storage strategy ('local', 's3', 'firebase', 'azure_blob') */
|
||||
fileStrategy: FileSources.local | FileSources.s3 | FileSources.firebase | FileSources.azure_blob;
|
||||
/** File strategies configuration */
|
||||
fileStrategies: TCustomConfig['fileStrategies'];
|
||||
/** Registration configurations */
|
||||
registration?: TCustomConfig['registration'];
|
||||
/** Actions configurations */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue