Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@azure/search-documents": "^12.0.0",
"@keyv/mongo": "^2.1.8",
"@keyv/redis": "^2.8.1",
"@langchain/google-genai": "^0.0.2",
"@langchain/google-genai": "^0.0.7",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
Expand All @@ -54,7 +54,7 @@
"keyv": "^4.5.4",
"keyv-file": "^0.2.0",
"klona": "^2.0.6",
"langchain": "^0.0.213",
"langchain": "^0.0.214",
"librechat-data-provider": "*",
"lodash": "^4.17.21",
"meilisearch": "^0.33.0",
Expand Down
7 changes: 2 additions & 5 deletions api/server/services/Files/Firebase/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ const initializeFirebase = () => {
};

if (Object.values(firebaseConfig).some((value) => !value)) {
i === 0 &&
logger.info(
'[Optional] Firebase configuration missing or incomplete. Firebase will not be initialized.',
);
i === 0 && logger.info('[Optional] CDN not initialized.');
i++;
return null;
}

firebaseApp = firebase.initializeApp(firebaseConfig);
logger.info('Firebase initialized');
logger.info('Firebase CDN initialized');
return firebaseApp;
};

Expand Down
2 changes: 1 addition & 1 deletion api/utils/loadYaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function loadYaml(filepath) {
let fileContents = fs.readFileSync(filepath, 'utf8');
return yaml.load(fileContents);
} catch (e) {
console.error(e);
// console.error(e);
}
}

Expand Down
1 change: 1 addition & 0 deletions deploy-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- MEILI_HOST=http://meilisearch:7700
volumes:
- ./images:/app/client/public/images
- ./librechat.yaml:/app/librechat.yaml
client:
build:
context: .
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.