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
|
|
@ -105,6 +105,7 @@ const AppService = async () => {
|
|||
imageOutputType,
|
||||
interfaceConfig,
|
||||
turnstileConfig,
|
||||
fileStrategies: config.fileStrategies,
|
||||
};
|
||||
|
||||
const agentsDefaults = agentsConfigSetup(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue