mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-03 04:21:30 +00:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
require('dotenv').config();
|
|
|
|
const { bootstrapCredentials } = require('@librechat/api/credentials');
|
|
|
|
module.exports = bootstrapCredentials();
|