LibreChat/api/server/services/Config
2025-08-20 02:03:38 -04:00
..
app.js refactor: decouple caching and DB operations from AppService, make part of consolidated getAppConfig 2025-08-20 02:03:38 -04:00
EndpointService.js
getCachedTools.js
getEndpointsConfig.js refactor: implement custom endpoints configuration and streamline endpoint loading logic 2025-08-19 12:22:11 -04:00
handleRateLimits.js
index.js refactor: replace getMCPAuthMap with getUserMCPAuthMap and remove unused getCustomConfig file 2025-08-19 12:22:14 -04:00
ldap.js
loadAsyncEndpoints.js refactor: implement custom endpoints configuration and streamline endpoint loading logic 2025-08-19 12:22:11 -04:00
loadConfigModels.js refactor: update appConfig access to use endpoints structure across various services 2025-08-19 12:22:10 -04:00
loadConfigModels.spec.js refactor: update appConfig access to use endpoints structure across various services 2025-08-19 12:22:10 -04:00
loadCustomConfig.js
loadCustomConfig.spec.js
loadDefaultEConfig.js refactor: implement custom endpoints configuration and streamline endpoint loading logic 2025-08-19 12:22:11 -04:00
loadDefaultModels.js 🧑‍💼 feat: Add Agent Model Validation (#8995) 2025-08-11 14:26:28 -04:00
loadOverrideConfig.js