Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
musarehmani100
/
automatisch
like
1
Model card
Files
Files and versions
Community
main
automatisch
/
packages
/
backend
/
src
/
apps
/
self-hosted-llm
/
auth
/
verify-credentials.js
musarehmani100
Upload folder using huggingface_hub
3206347
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
113 Bytes
const
verifyCredentials
=
async
(
$
) => {
await
$.http.
get
(
'/v1/models'
);
};
export
default
verifyCredentials;