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
MDFJ
/
neo1
like
0
Follow
MDFJ
1
Text Generation
English
Spanish
neo
chatbot
rule-based
roblox
calculator
gradio
conversational
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
neo1
/
artifacts
/
mockup-sandbox
/
src
/
lib
/
utils.ts
agent
Initial commit
c8ed262
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
166 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
import
{ twMerge }
from
"tailwind-merge"
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs))
}