mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
|
|
// fetch some remote config
|
||
|
|
async function loadOverrideConfig() {
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = loadOverrideConfig;
|