Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
andrewelawrence/chat
evijit
/
pluralchat
like
4
Running
on
Inf2
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ffc89fe
pluralchat
/
src
/
lib
/
utils
/
isHuggingChat.ts
nsarrazin
Move vars to dynamic, add metrics (#1085)
a8a9533
unverified
over 1 year ago
raw
Copy download link
history
blame
133 Bytes
import
{ env
as
envPublic }
from
"$env/dynamic/public"
;
export
const
isHuggingChat = envPublic.
PUBLIC_APP_ASSETS
===
"huggingchat"
;