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:
Mike0021
/
chat-ui-agent-j1-fixture
Like
0
Running
App
Files
Files
Community
9
refs/pr/9
chat-ui-agent-j1-fixture
/
math.mjs
Mike0021
J1 verified PR (j1-c0e5b080-76b2-40f3-9671-9c4a3086c39d)
c0735f4
verified
22 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
59 Bytes
export
function
add
(
left, right
) {
return
left + right;
}