Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LiquidAI
/
LFM2-WebGPU
like
29
Running
App
Files
Files
Community
2
main
LFM2-WebGPU
/
src
/
constants
/
db.ts
mlabonne
Add demo source code (
#1
)
68185ce
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
export
const
DB_NAME
=
"tool-caller-db"
;
export
const
STORE_NAME
=
"tools"
;
export
const
SETTINGS_STORE_NAME
=
"settings"
;