Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Achyuth4
/
LibreChat
like
0
Running
App
Files
Files
Community
main
LibreChat
/
api
/
models
/
Key.js
N.Achyuth Reddy
Upload 683 files
9705b6c
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
133 Bytes
const
mongoose =
require
(
'mongoose'
);
const
keySchema =
require
(
'./schema/key'
);
module
.
exports
= mongoose.
model
(
'Key'
, keySchema);