Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
andrewelawrence/chat
evijit
/
pluralchat
like
4
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
987575f
pluralchat
/
src
/
lib
/
utils
/
isHuggingChat.ts
nsarrazin
Top assistants page (#740)
797e348
unverified
almost 2 years ago
raw
Copy download link
history
blame
123 Bytes
import
{
PUBLIC_APP_ASSETS
}
from
"$env/static/public"
;
export
const
isHuggingChat =
PUBLIC_APP_ASSETS
===
"huggingchat"
;