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