Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Lorenzob
/
astra
like
0
Text Generation
Diffusers
doi:10.57967/hf/2194
llm
Model card
Files
Files and versions
Use this model
19bf6fd
astra
/
web
/
node_modules
/
lodash
/
_reInterpolate.js
Lorenzob
Upload folder using huggingface_hub
19605ab
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
115 Bytes
/** Used to match template delimiters. */
var
reInterpolate =
/<%=([\s\S]+?)%>/g
;
module
.
exports
= reInterpolate;