Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ibm-granite
/
Granite-4.0-Nano-WebGPU
like
98
Running
App
Files
Files
Community
2
main
Granite-4.0-Nano-WebGPU
/
src
/
constants
/
db.ts
ibibrahim
Create demo (
#1
)
c675f75
verified
about 2 months 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"
;