Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
next-chat
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1498d68
next-chat
/
instrumentation.ts
NeoPy
Upload folder using huggingface_hub
867b17d
verified
10 days ago
raw
Copy download link
history
blame
124 Bytes
import
{ registerOTel }
from
'@vercel/otel'
;
export
function
register
(
) {
registerOTel
({
serviceName
:
'ai-chatbot'
});
}